Creates a new event functionality from provided data
curl --request POST \
--url https://api.rootly.com/v1/events/{incident_event_id}/functionalities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "<string>",
"functionality_id": "<string>",
"status": "operational"
}
}
}
'{
"data": {
"id": "9c447298-8ac9-4fa9-8007-815d12cf96e6",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "38b70aad-9862-4863-8078-890ec94be945",
"functionality_id": "c9b86ed2-dd26-4544-b462-9ff808bd2c76",
"status": "partial_outage"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_event_functionality created
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/events/{incident_event_id}/functionalities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "<string>",
"functionality_id": "<string>",
"status": "operational"
}
}
}
'{
"data": {
"id": "9c447298-8ac9-4fa9-8007-815d12cf96e6",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "38b70aad-9862-4863-8078-890ec94be945",
"functionality_id": "c9b86ed2-dd26-4544-b462-9ff808bd2c76",
"status": "partial_outage"
}
}
}