English
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": "b055b7cf-6013-4bcd-91f3-6262a8f57757", "type": "incident_event_functionalities", "attributes": { "incident_event_id": "63120e35-c17c-4d02-8efb-a74d68f98846", "functionality_id": "b186f9f7-0ee5-43fd-b753-7d640185d8a9", "status": "partial_outage" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
incident_event_functionality created
The response is of type object.
object
Was this page helpful?