Mist
Connector for the mist API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.mist.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getalarmdefinitions— GET /api/v1/const/alarm_defs — getAlarmDefinitionsgetapchannels— GET /api/v1/const/ap_channels — getApChannelsgetapleddefinition— GET /api/v1/const/ap_led_status — getApLedDefinitiongetapplications— GET /api/v1/const/applications — getApplicationsgetcalleventsdefinitions— GET /api/v1/const/call_events — getCallEventsDefinitionsgetclienteventsdefinitions— GET /api/v1/const/client_events — getClientEventsDefinitions
Inputs
apiKey— your mist API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getalarmdefinitions
apiKey: <your key>