action alertersystem_api_alert_log_status_code_id_get { label: "Retrieves a AlertLogStatusCode resource." description: "Retrieves a AlertLogStatusCode resource." provider: alertersystem method: GET path: "/api/alert-log-status-code/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" description: "The AlertLogStatusCode resource is a set of codes that describes the outcomes of the dispatching of an alert." properties: { id: { type: "string" } } } }