action truesight_get_one_service { label: "Gets detailed information about a specific service." description: "You need to provide a Service ID ID :
- use the hardware/services service to get all available service IDs." provider: truesight method: GET path: "/hardware/services/{serviceId}" encoding: json input: { type: "object" properties: { serviceId: { type: "string" } } required: ["serviceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }