Creates a new incident_permission_set_resource from provided data
curl --request POST \
--url https://api.rootly.com/v1/incident_permission_sets/{incident_permission_set_id}/resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "<string>",
"kind": "severities",
"private": true,
"resource_id": "<string>",
"resource_type": "<string>",
"severity_params": {
"fully_enabled": true,
"create_enabled": false,
"applies_to_unassigned": true,
"severity_ids": [
"<string>"
]
}
}
}
}'{
"data": {
"id": "799da77c-2525-4dca-9ebe-890a84b03742",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "d0e0817c-ee0e-42ba-8a56-9b93be707a67",
"kind": "incident_types",
"private": false,
"resource_id": "64c53af1-b3eb-493e-807d-f689e7c31999",
"resource_type": "IncidentType",
"updated_at": "2025-11-26T20:54:32.102-08:00",
"created_at": "2025-11-26T20:54:32.102-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_permission_set_resources Show child attributes
severities, incident_types, statuses, sub_statuses Show child attributes
Whether permissions are enabled for any severity incident
Whether permissions are enabled when creating incident
Whether permissions are enabled for incident without severity
Severity ids that determine if an incident is permitted based on matching severity
incident_permission_set_resource created
Show child attributes
Unique ID of the incident permission set resource
incident_permission_set_resources Show child attributes
severities, incident_types, statuses, sub_statuses Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/incident_permission_sets/{incident_permission_set_id}/resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "<string>",
"kind": "severities",
"private": true,
"resource_id": "<string>",
"resource_type": "<string>",
"severity_params": {
"fully_enabled": true,
"create_enabled": false,
"applies_to_unassigned": true,
"severity_ids": [
"<string>"
]
}
}
}
}'{
"data": {
"id": "799da77c-2525-4dca-9ebe-890a84b03742",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "d0e0817c-ee0e-42ba-8a56-9b93be707a67",
"kind": "incident_types",
"private": false,
"resource_id": "64c53af1-b3eb-493e-807d-f689e7c31999",
"resource_type": "IncidentType",
"updated_at": "2025-11-26T20:54:32.102-08:00",
"created_at": "2025-11-26T20:54:32.102-08:00"
}
}
}