Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
incident_event_functionality created
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": "eed3b955-2536-4ffa-b116-7f942a02292e",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "112de689-8fc9-4295-8190-8a63647533e6",
"functionality_id": "39594206-2b1c-4f9a-a5c1-e77798c59831",
"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": "eed3b955-2536-4ffa-b116-7f942a02292e",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "112de689-8fc9-4295-8190-8a63647533e6",
"functionality_id": "39594206-2b1c-4f9a-a5c1-e77798c59831",
"status": "partial_outage"
}
}
}