Deployment Events
Use the Deployment events API to integrate your CI & CD tools or custom deployment workflows with ilert. Create a new deployment pipeline to generate an integration key for this endpoint.
Body
integrationKeystringRequired
summarystringRequired
timestampinteger · int64Optional
userEmailstring · emailOptional
Optional email used to map the event to a specific user in ilert
Responses
202
The event has been accepted
post
POST /api/deployment-events HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 180
{
"integrationKey": "text",
"summary": "text",
"timestamp": 1,
"userEmail": "[email protected]",
"customDetails": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"links": [
{
"href": "text",
"text": "text"
}
]
}
202
The event has been accepted
No content
Was this helpful?