action mist_get_device_models { label: "getDeviceModels" description: "Get a list of AP device models for the Mist Site" provider: mist method: GET path: "/api/v1/const/device_models" encoding: json output: { type: "object" additionalProperties: true } }