action alertersystem_api_monitor_status_code_get_collection { label: "Retrieves the collection of MonitorStatusCode resources." description: "Retrieves the collection of MonitorStatusCode resources." provider: alertersystem method: GET path: "/api/monitor-status-code" encoding: json input: { type: "object" properties: { page: { type: "integer" } "properties[]": { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "array" items: { type: "object" description: "The MonitorStatusCode resource is a set of codes that describes the possible statuses of a monitor." properties: { codeDescription: { type: "string" } id: { type: "string" } } } } }