action truesight_get_services { label: "Gets summarized information about all monitored services." description: "Lists the available ServiceSummary instances." provider: truesight method: GET path: "/hardware/services" encoding: json input: { type: "object" properties: { direction: { type: "string" enum: ["asc", "desc"] } limit: { type: "integer" format: "int32" } page: { type: "string" format: "int32" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }