action openstf_get_devices { label: "Device List" description: "The devices endpoint return list of all the STF devices including Disconnected and Offline" provider: openstf method: GET path: "/devices" encoding: json input: { type: "object" properties: { fields: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }