Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [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
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
Catalogs
Creates a catalog
Catalogs
Creates a catalog
Creates a new catalog from provided data
POST
/
v1
/
catalogs
curl --request POST \
--url https://api.rootly.com/v1/catalogs \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/vnd.api+json'
{
"data": {
"id": "44ed0dda-3451-4794-9447-ef77741a9d75",
"type": "catalogs",
"attributes": {
"name": "Test",
"slug": "test",
"icon": "shapes",
"description": null,
"position": 2,
"deleted_at": null,
"updated_at": "2025-03-13T11:59:26.109-07:00",
"created_at": "2025-03-13T11:59:26.109-07:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/vnd.api+json
Available options:
catalogs
Available options:
globe-alt
, server-stack
, users
, user-group
, chart-bar
, shapes
, light-bulb
, cursor-arrow-ripple
Default position of the catalog when displayed in a list.
Response
201
application/vnd.api+json
catalog created
Unique ID of the catalog
Available options:
catalogs
Available options:
globe-alt
, server-stack
, users
, user-group
, chart-bar
, shapes
, light-bulb
, cursor-arrow-ripple
Default position of the catalog when displayed in a list.
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/catalogs \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/vnd.api+json'
{
"data": {
"id": "44ed0dda-3451-4794-9447-ef77741a9d75",
"type": "catalogs",
"attributes": {
"name": "Test",
"slug": "test",
"icon": "shapes",
"description": null,
"position": 2,
"deleted_at": null,
"updated_at": "2025-03-13T11:59:26.109-07:00",
"created_at": "2025-03-13T11:59:26.109-07:00"
},
"relationships": {
"fields": {
"data": []
},
"entities": {
"data": []
}
}
}
}