Skip to content

Reference

Rootly

Connect Rootly to Alter Vault for secure API access

Use Rootly credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDrootly
CategoryMonitoring & Observability
Credential TypeBearer Token

Log in to Rootly

Log in to Rootly at rootly.com.

Go to Account → API Keys

Go to Account → API Keys at rootly.com/account/api-keys.

Generate a new key

Click ‘Generate New Key’.

Copy your API key

Copy the generated API key.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Rootly

Go to Managed Secrets > Add Provider > Rootly.

Enter credentials

Paste your API Key into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.GET,
"https://api.rootly.com/v1/incidents",
grant_id="YOUR_GRANT_ID",
)

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
createAiChatsendPOST/v1/ai/chat
createUserEmailAddressadmin, sendPOST/v1/users/{user_id}/email_addresses
createUserNotificationRuleadmin, sendPOST/v1/users/{user_id}/notification_rules
resendUserEmailAddressVerificationadmin, sendPOST/v1/email_addresses/{id}/resend_verification
updateUserEmailAddressadmin, sendPUT/v1/email_addresses/{id}
updateUserNotificationRuleadmin, sendPUT/v1/notification_rules/{id}
verifyUserEmailAddressadmin, sendPOST/v1/email_addresses/{id}/verify
bulkDeleteCatalogEntitiesdelete, writePOST/v1/catalogs/{catalog_id}/entities/bulk_delete
deleteAiChatSessiondeleteDELETE/v1/ai/chat/sessions/{id}
deleteAlertEventdeleteDELETE/v1/alert_events/{id}
deleteAlertFielddeleteDELETE/v1/alert_fields/{id}
deleteAlertGroupadmin, deleteDELETE/v1/alert_groups/{id}
deleteAlertRoutedeleteDELETE/v1/alert_routes/{id}
deleteAlertRoutingRuledeleteDELETE/v1/alert_routing_rules/{id}
deleteAlertUrgencydeleteDELETE/v1/alert_urgencies/{id}
deleteAlertsSourcedeleteDELETE/v1/alert_sources/{id}
deleteApiKeyadmin, deleteDELETE/v1/api_keys/{id}
deleteAuthorizationadmin, deleteDELETE/v1/authorizations/{id}
deleteCatalogdeleteDELETE/v1/catalogs/{id}
deleteCatalogChecklistTemplatedeleteDELETE/v1/catalog_checklist_templates/{id}
deleteCatalogEntitydeleteDELETE/v1/catalog_entities/{id}
createEscalationLeveladmin, writePOST/v1/escalation_policies/{escalation_policy_id}/escalation_levels
createEscalationLevelPathsadmin, writePOST/v1/escalation_paths/{escalation_policy_path_id}/escalation_levels
createEscalationPathadmin, writePOST/v1/escalation_policies/{escalation_policy_id}/escalation_paths
createIncidentPermissionSetBooleanadmin, writePOST/v1/incident_permission_sets/{incident_permission_set_id}/booleans
createIncidentPermissionSetResourceadmin, writePOST/v1/incident_permission_sets/{incident_permission_set_id}/resources
createAlertEventwritePOST/v1/alerts/{alert_id}/events
createCatalogEntitywritePOST/v1/catalogs/{catalog_id}/entities
createCatalogEntityPropertywritePOST/v1/catalog_entities/{catalog_entity_id}/properties
createCatalogPropertywritePOST/v1/catalogs/{catalog_id}/properties
createCustomFieldOptionwritePOST/v1/custom_fields/{custom_field_id}/options
createDashboardPanelwritePOST/v1/dashboards/{dashboard_id}/panels
createEdgeConnectorActionwritePOST/v1/edge_connectors/{edge_connector_id}/actions
createFormFieldOptionwritePOST/v1/form_fields/{form_field_id}/options
getIncidentRoleTaskreadGET/v1/incident_role_tasks/{id}
getMeetingRecordingreadGET/v1/meeting_recordings/{id}
getPlaybookTaskreadGET/v1/playbook_tasks/{id}
getUserEmailAddressesreadGET/v1/users/{user_id}/email_addresses
getWebhooksEndpointreadGET/v1/webhooks/endpoints/{id}
getWorkflowTaskreadGET/v1/workflow_tasks/{id}

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.