action mist_get_org_device_profiles { label: "getOrgDeviceProfiles" description: "Get Org Device Profiles" provider: mist method: GET path: "/api/v1/orgs/{org_id}/deviceprofiles" encoding: json input: { type: "object" properties: { type: { type: "string" enum: ["ap", "switch", "gateway"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }