action signl4_post_alerts_alert_id_undo_close { label: "Undo the closure of an alert." description: "This method tries to undo an alert close." provider: signl4 method: POST path: "/alerts/{alertId}/undoClose" encoding: json input: { type: "object" properties: { alertId: { type: "string" } description: { type: "string" } userId: { type: "string" } } required: ["alertId"] additionalProperties: false } output: { type: "object" properties: { alertDeliveryStatus: { type: "object" properties: { statusCode: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 6, 8, 22, 24, 26, 30, 31] } users: { type: "array" items: { type: "object" properties: { statusCode: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 6, 8, 24, 26, 30, 31, 32] } userId: { type: "string" } } additionalProperties: false } } } additionalProperties: false } annotations: { type: "array" items: { type: "object" properties: { annotationType: { type: "integer" format: "int32" } id: { type: "string" } text: { type: "string" } timestamp: { type: "string" format: "date-time" } userId: { type: "string" } } additionalProperties: false } } categoryId: { type: "string" } eventId: { type: "string" } flags: { type: "integer" format: "int32" } historyDetailed: { type: "object" properties: { acknowledged: { type: "string" format: "date-time" } acknowledgedgements: { type: "array" items: { type: "string" } } closed: { type: "string" format: "date-time" } closedBy: { type: "string" } created: { type: "string" format: "date-time" } historyEntries: { type: "array" items: { type: "object" properties: { id: { type: "string" } timestamp: { type: "string" format: "date-time" } type: { type: "integer" format: "int32" enum: [0, 1, 2, 3, 4, 5, 6, 7] } userId: { type: "string" } } additionalProperties: false } } } additionalProperties: false } id: { type: "string" } lastModified: { type: "string" format: "date-time" } requiredAcknowledgements: { type: "integer" format: "int32" } status: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 8, 16, 32] } subscriptionId: { type: "string" } teamId: { type: "string" } text: { type: "string" } title: { type: "string" } } additionalProperties: false } }