API deployment pipeline
Use ilert’s deployment pipeline API to create deployment events from any system and enrich alerts with change context across industries and workflows.
Last updated
Was this helpful?
Use ilert’s deployment pipeline API to create deployment events from any system and enrich alerts with change context across industries and workflows.
Last updated
Was this helpful?
Was this helpful?
curl --request POST \
--url https://api.ilert.com/api/deployment-events \
--header 'Content-Type: application/json' \
--data '{
"integrationKey": "ilapid11124e2c79adac1ed4454890db0a7d3c20c66ba",
"summary": "My custom deployment event",
"timestamp": "2024-11-05T22:17:38Z",
"customDetails": { "some": "customData" },
"links": [
{
"href": "http://google.com",
"text": "A custom link to the source of this deployment event"
}
]
}'