Overview
AlertEvents
AlertGroups
AlertRoutingRules
AlertUrgencies
AlertSources
Alerts
Audits
Authorizations
CatalogEntities
CatalogEntityProperties
CatalogFields
Catalogs
[DEPRECATED] CustomFieldOptions
[DEPRECATED] CustomFields
CustomForms
DashboardPanels
Dashboards
Environments
EscalationPolicies
EscalationLevelsPolicies
EscalationLevelsPath
EscalationLevels
EscalationPaths
FormFieldOptions
FormFieldPlacementConditions
FormFieldPlacements
FormFieldPositions
FormFields
FormSetConditions
FormSets
Functionalities
WorkflowTasks
[DEPRECATED] WorkflowCustomFieldSelections
WorkflowFormFieldConditions
WorkflowGroups
WorkflowRuns
Workflows
Heartbeats
IncidentActionItems
[DEPRECATED] IncidentCustomFieldSelections
IncidentEventFunctionalities
IncidentEventServices
IncidentEvents
IncidentFeedbacks
IncidentFormFieldSelections
IncidentPermissionSetBooleans
IncidentPermissionSetResources
IncidentPermissionSets
IncidentRetrospectives
IncidentRetrospectiveSteps
IncidentRoleTasks
IncidentRoles
IncidentStatusPageEvents
IncidentSubStatuses
IncidentTypes
Incidents
- GETList incidents
- POSTCreates an incident
- GETRetrieves an incident
- PUTUpdate an incident
- DELDelete an incident
- PUTMitigate an incident
- PUTResolve an incident
- PUTCancel an incident
- PUTTriage an incident
- PUTRestart an incident
- PUTMark an incident as a duplicate
- POSTAdd subscribers to incident
- DELRemove subscribers from incident
- POSTAssign user to incident
- DELRemove assigned user from incident
IpRanges
LiveCallRouters
OnCallRoles
OnCallShadows
OverrideShifts
PlaybookTasks
Playbooks
RetrospectiveTemplates
RetrospectiveConfigurations
RetrospectiveProcessGroupSteps
RetrospectiveProcessGroups
RetrospectiveProcesses
RetrospectiveSteps
ScheduleRotationActiveDays
ScheduleRotationUsers
ScheduleRotations
Schedules
Services
Severities
StatusPageTemplates
StatusPages
SubStatuses
Teams
UserNotificationRules
WebhooksDeliveries
IncidentPermissionSetResources
Creates an incident_permission_set_resource
IncidentPermissionSetResources
Creates an incident_permission_set_resource
Creates a new incident_permission_set_resource from provided data
POST
/
v1
/
incident_permission_sets
/
{incident_permission_set_id}
/
resources
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": "3f76daa8-13ba-423c-8751-aaa648ecb467",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "af675633-3516-413b-b90e-cf2dc540ecee",
"kind": "incident_types",
"private": false,
"resource_id": "86e3fa70-bb3a-4069-81e0-f8ae5033e68c",
"resource_type": "IncidentType",
"updated_at": "2025-03-28T23:01:46.817-07:00",
"created_at": "2025-03-28T23:01:46.817-07:00"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/vnd.api+json
Available options:
incident_permission_set_resources
Available options:
severities
, incident_types
, statuses
, sub_statuses
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
Response
201
application/vnd.api+json
incident_permission_set_resource created
Unique ID of the incident permission set resource
Available options:
incident_permission_set_resources
Available options:
severities
, incident_types
, statuses
, sub_statuses
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": "3f76daa8-13ba-423c-8751-aaa648ecb467",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "af675633-3516-413b-b90e-cf2dc540ecee",
"kind": "incident_types",
"private": false,
"resource_id": "86e3fa70-bb3a-4069-81e0-f8ae5033e68c",
"resource_type": "IncidentType",
"updated_at": "2025-03-28T23:01:46.817-07:00",
"created_at": "2025-03-28T23:01:46.817-07:00"
}
}
}