Alerting & Response/Alert Channels & Integrations
POSTAlertingSince 1.0SynchronousAuth Required
ReconcileAlertIntegration
Reconcile the alert integration state for a platform to fix drift
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
platformUuidStringRequiredPlatform UUID to reconcile integration for
Responses
Endpoint
POST/api/v1/alerting/integrations/{platformUuid}/reconcile
/api/v1/alerting/integrations/{platformUuid}/reconcile
Request Example
curl -X POST '{host}/api/v1/alerting/integrations/{platformUuid}/reconcile' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"uuid": "integ-001",
"platformUuid": "plat-001-abc",
"targetState": "enabled",
"currentState": "enabled",
"webhookUrl": "https://zcf.example.com/api/v1/alerting/receive",
"webhookId": "wh-plat-001",
"lastReconcileAt": "example",
"driftCount": 20
}Change History
This API has no change history records yet.
