action truesight_get_devices_summary { label: "Gets overall information for all devices." description: "Lists the GlobalSummary instance for all the monitored devices." provider: truesight method: GET path: "/hardware/devices-summary" encoding: json output: { type: "object" additionalProperties: true } }