KosmoKrator

productivity

Rootly MCP, CLI, and Lua Integration for AI Agents

Rootly integration docs for AI agents: MCP gateway setup, Rootly CLI commands, Lua API reference, credentials, and function schemas.

Rootly for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
rootly.rootly_list_alert_events Read read 0 List alert events Official Rootly endpoint: GET /v1/alerts/{alert_id}/events List alert_events
rootly.rootly_create_alert_event Write write 0 Create alert event Official Rootly endpoint: POST /v1/alerts/{alert_id}/events Creates a new alert event
rootly.rootly_get_alert_event Read read 0 Retrieve alert event Official Rootly endpoint: GET /v1/alert_events/{id} Retrieves a specific alert_event by id
rootly.rootly_update_alert_event Write write 0 Update alert event Official Rootly endpoint: PATCH /v1/alert_events/{id} Updates a specific alert event. Only alert events with kind 'note' (user-created notes) can be updated. System-generated events are immutable to maintain audit trail i
rootly.rootly_delete_alert_event Write write 0 Delete alert event Official Rootly endpoint: DELETE /v1/alert_events/{id} Deletes a specific alert event. Only alert events with kind 'note' (user-created notes) can be deleted. System-generated events are immutable to maintain audit trail
rootly.rootly_list_alert_fields Read read 0 List alert fields Official Rootly endpoint: GET /v1/alert_fields List alert fields
rootly.rootly_create_alert_field Write write 0 Creates an alert field Official Rootly endpoint: POST /v1/alert_fields Creates a new alert field from provided data
rootly.rootly_get_alert_field Read read 0 Retrieves an alert field Official Rootly endpoint: GET /v1/alert_fields/{id} Retrieves a specific alert field by id
rootly.rootly_update_alert_field Write write 0 Update an alert field Official Rootly endpoint: PUT /v1/alert_fields/{id} Update a specific alert field by id
rootly.rootly_delete_alert_field Write write 0 Delete an alert field Official Rootly endpoint: DELETE /v1/alert_fields/{id} Delete a specific alert field by id
rootly.rootly_list_alert_groups Read read 0 List alert groups Official Rootly endpoint: GET /v1/alert_groups List alert groups
rootly.rootly_create_alert_group Write write 0 Creates an alert group Official Rootly endpoint: POST /v1/alert_groups Creates a new alert group. **Note**: For enhanced functionality and future compatibility, consider using the advanced alert grouping with `conditions` field instead of t
rootly.rootly_get_alert_group Read read 0 Retrieves an alert group Official Rootly endpoint: GET /v1/alert_groups/{id} Retrieves a specific alert group by id
rootly.rootly_update_alert_group Write write 0 Update an alert group Official Rootly endpoint: PATCH /v1/alert_groups/{id} Update a specific alert group by id. **Note**: For enhanced functionality and future compatibility, consider using the advanced alert grouping with `conditions` fie
rootly.rootly_delete_alert_group Write write 0 Delete an alert group Official Rootly endpoint: DELETE /v1/alert_groups/{id} Delete a specific alert group by id
rootly.rootly_list_alert_routes Read read 0 List alert routes Official Rootly endpoint: GET /v1/alert_routes List all alert routes for the current team with filtering and pagination. **Note: This endpoint requires access to Advanced Alert Routing. If you're unsure whether you have ac
rootly.rootly_create_alert_route Write write 0 Creates an alert route Official Rootly endpoint: POST /v1/alert_routes Creates a new alert route from provided data. **Note: This endpoint requires access to Advanced Alert Routing. If you're unsure whether you have access to this feature,
rootly.rootly_get_alert_route Read read 0 Get an alert route Official Rootly endpoint: GET /v1/alert_routes/{id} Get a specific alert route by id. **Note: This endpoint requires access to Advanced Alert Routing. If you're unsure whether you have access to this feature, please conta
rootly.rootly_update_alert_route Write write 0 Update an alert route Official Rootly endpoint: PUT /v1/alert_routes/{id} Update a specific alert route by id. **Note: This endpoint requires access to Advanced Alert Routing. If you're unsure whether you have access to this feature, please
rootly.rootly_patch_alert_route Write write 0 Update an alert route Official Rootly endpoint: PATCH /v1/alert_routes/{id} Updates an alert route. **Note: This endpoint requires access to Advanced Alert Routing. If you're unsure whether you have access to this feature, please contact Ro
rootly.rootly_delete_alert_route Write write 0 Delete an alert route Official Rootly endpoint: DELETE /v1/alert_routes/{id} Delete a specific alert route by id. **Note: This endpoint requires access to Advanced Alert Routing. If you're unsure whether you have access to this feature, ple
rootly.rootly_list_alert_routing_rules Read read 0 List alert routing rules Official Rootly endpoint: GET /v1/alert_routing_rules List alert routing rules. **Note: If you are an advanced alert routing user, you should use the Alert Routes endpoint instead of this endpoint. If you don't know
rootly.rootly_create_alert_routing_rule Write write 0 Creates an alert routing rule Official Rootly endpoint: POST /v1/alert_routing_rules Creates a new alert routing rule from provided data. **Note: If you are an advanced alert routing user, you should use the Alert Routes endpoint instead of
rootly.rootly_get_alert_routing_rule Read read 0 Retrieves an alert routing rule Official Rootly endpoint: GET /v1/alert_routing_rules/{id} Retrieves a specific alert routing rule by id. **Note: If you are an advanced alert routing user, you should use the Alert Routes endpoint instead of
rootly.rootly_update_alert_routing_rule Write write 0 Update an alert routing rule Official Rootly endpoint: PUT /v1/alert_routing_rules/{id} Update a specific alert routing rule by id. **Note: If you are an advanced alert routing user, you should use the Alert Routes endpoint instead of this
rootly.rootly_delete_alert_routing_rule Write write 0 Delete an alert routing rule Official Rootly endpoint: DELETE /v1/alert_routing_rules/{id} Delete a specific alert routing rule by id. **Note: If you are an advanced alert routing user, you should use the Alert Routes endpoint instead of th
rootly.rootly_list_alert_urgencies Read read 0 List alert urgencies Official Rootly endpoint: GET /v1/alert_urgencies List alert urgencies
rootly.rootly_create_alert_urgency Write write 0 Creates an alert urgency Official Rootly endpoint: POST /v1/alert_urgencies Creates a new alert urgency from provided data
rootly.rootly_get_alert_urgency Read read 0 Retrieves an alert urgency Official Rootly endpoint: GET /v1/alert_urgencies/{id} Retrieves a specific alert urgency by id
rootly.rootly_update_alert_urgency Write write 0 Update an alert urgency Official Rootly endpoint: PUT /v1/alert_urgencies/{id} Update a specific alert urgency by id
rootly.rootly_delete_alert_urgency Write write 0 Delete an alert urgency Official Rootly endpoint: DELETE /v1/alert_urgencies/{id} Delete a specific alert urgency by id
rootly.rootly_list_alerts_sources Read read 0 List alert sources Official Rootly endpoint: GET /v1/alert_sources List alert sources
rootly.rootly_create_alerts_source Write write 0 Creates an alert source Official Rootly endpoint: POST /v1/alert_sources Creates a new alert source from provided data
rootly.rootly_get_alerts_source Read read 0 Retrieves an alert source Official Rootly endpoint: GET /v1/alert_sources/{id} Retrieves a specific alert source by id
rootly.rootly_update_alerts_source Write write 0 Update an alert source Official Rootly endpoint: PUT /v1/alert_sources/{id} Update a specific alert source by id
rootly.rootly_delete_alerts_source Write write 0 Delete an alert source Official Rootly endpoint: DELETE /v1/alert_sources/{id} Delete a specific alert source by id
rootly.rootly_list_incident_alerts Read read 0 List Incident alerts Official Rootly endpoint: GET /v1/incidents/{incident_id}/alerts List incident alerts
rootly.rootly_attach_alert Write write 0 Attach alerts to an incident Official Rootly endpoint: POST /v1/incidents/{incident_id}/alerts Attach alerts to an incident from provided data
rootly.rootly_list_alerts Read read 0 List alerts Official Rootly endpoint: GET /v1/alerts List alerts
rootly.rootly_create_alert Write write 0 Creates an alert Official Rootly endpoint: POST /v1/alerts Creates a new alert from provided data
rootly.rootly_get_alert Read read 0 Retrieves an alert Official Rootly endpoint: GET /v1/alerts/{id} Retrieves a specific alert by id
rootly.rootly_update_alert Write write 0 Update alert Official Rootly endpoint: PATCH /v1/alerts/{id} Updates an alert
rootly.rootly_acknowledge_alert Write write 0 Acknowledges an alert Official Rootly endpoint: POST /v1/alerts/{id}/acknowledge Acknowledges a specific alert by id
rootly.rootly_resolve_alert Write write 0 Resolves an alert Official Rootly endpoint: POST /v1/alerts/{id}/resolve Resolves a specific alert by id
rootly.rootly_snooze_alert Write write 0 Snoozes an alert Official Rootly endpoint: POST /v1/alerts/{id}/snooze Snoozes a specific alert by id, extending the acknowledgment timeout
rootly.rootly_escalate_alert Write write 0 Escalates an alert Official Rootly endpoint: POST /v1/alerts/{id}/escalate Escalates a specific alert to the next or specified level in its escalation policy
rootly.rootly_list_api_keys Read read 0 List API keys Official Rootly endpoint: GET /v1/api_keys List API keys for the current organization. Returns key metadata including name, kind, expiration, and last usage — the secret token value is never included in the response. **API k
rootly.rootly_create_api_key Write write 0 Creates an API key Official Rootly endpoint: POST /v1/api_keys Creates a new API key and returns it with the plaintext token. **The token is only returned once** — store it securely, as it cannot be retrieved again. **Kinds and required f
rootly.rootly_get_api_key Read read 0 Retrieves an API key Official Rootly endpoint: GET /v1/api_keys/{id} Retrieves a specific API key by its UUID. Returns key metadata including name, kind, expiration, last usage timestamp, and the grace period status — the secret token is
rootly.rootly_update_api_key Write write 0 Update an API key Official Rootly endpoint: PUT /v1/api_keys/{id} Update an API key's mutable attributes: `name`, `description`, and `expires_at`. The key's `kind`, `role_id`, `on_call_role_id`, and token cannot be changed after creation. T
rootly.rootly_delete_api_key Write write 0 Revoke an API key Official Rootly endpoint: DELETE /v1/api_keys/{id} Revoke an API key. The key is immediately invalidated and can no longer be used for authentication. This action cannot be undone. For `team` and `organization` keys, the a
rootly.rootly_rotate_api_key Write write 0 Rotate an API key Official Rootly endpoint: POST /v1/api_keys/{id}/rotate Rotate an API key's token. Issues a new secret token and returns it — **the new token is only shown once**, so store it securely. **Self-only:** You can only rotate
rootly.rootly_list_audits Read read 0 List audits Official Rootly endpoint: GET /v1/audits List audits
rootly.rootly_list_authorizations Read read 0 List authorizations Official Rootly endpoint: GET /v1/authorizations List authorizations
rootly.rootly_create_authorization Write write 0 Creates an authorization Official Rootly endpoint: POST /v1/authorizations Creates a new authorization from provided data
rootly.rootly_get_authorization Read read 0 Retrieves an authorization Official Rootly endpoint: GET /v1/authorizations/{id} Retrieves a specific authorization by id
rootly.rootly_update_authorization Write write 0 Update an authorization Official Rootly endpoint: PUT /v1/authorizations/{id} Update a specific authorization by id
rootly.rootly_delete_authorization Write write 0 Delete an authorization Official Rootly endpoint: DELETE /v1/authorizations/{id} Delete a specific authorization by id
rootly.rootly_list_catalog_checklist_templates Read read 0 List catalog checklist templates Official Rootly endpoint: GET /v1/catalog_checklist_templates List catalog checklist templates
rootly.rootly_create_catalog_checklist_template Write write 0 Creates a catalog checklist template Official Rootly endpoint: POST /v1/catalog_checklist_templates Creates a new catalog checklist template
rootly.rootly_trigger_catalog_checklist_template Write write 0 Trigger an audit for a catalog checklist template Official Rootly endpoint: POST /v1/catalog_checklist_templates/{id}/trigger Triggers an audit for all applicable entities of the checklist template
rootly.rootly_get_catalog_checklist_template Read read 0 Retrieves a catalog checklist template Official Rootly endpoint: GET /v1/catalog_checklist_templates/{id} Retrieves a specific catalog checklist template by id
rootly.rootly_update_catalog_checklist_template Write write 0 Update a catalog checklist template Official Rootly endpoint: PUT /v1/catalog_checklist_templates/{id} Update a specific catalog checklist template by id
rootly.rootly_delete_catalog_checklist_template Write write 0 Delete a catalog checklist template Official Rootly endpoint: DELETE /v1/catalog_checklist_templates/{id} Delete a specific catalog checklist template by id
rootly.rootly_list_catalog_entities Read read 0 List Catalog Entities Official Rootly endpoint: GET /v1/catalogs/{catalog_id}/entities List Catalog Entities
rootly.rootly_create_catalog_entity Write write 0 Creates a Catalog Entity Official Rootly endpoint: POST /v1/catalogs/{catalog_id}/entities Creates a new Catalog Entity from provided data
rootly.rootly_get_catalog_entity Read read 0 Retrieves a Catalog Entity Official Rootly endpoint: GET /v1/catalog_entities/{id} Retrieves a specific Catalog Entity by id
rootly.rootly_update_catalog_entity Write write 0 Update a Catalog Entity Official Rootly endpoint: PUT /v1/catalog_entities/{id} Update a specific Catalog Entity by id
rootly.rootly_delete_catalog_entity Write write 0 Delete a Catalog Entity Official Rootly endpoint: DELETE /v1/catalog_entities/{id} Delete a specific Catalog Entity by id
rootly.rootly_list_catalog_entity_checklists Read read 0 List catalog entity checklists Official Rootly endpoint: GET /v1/catalog_entity_checklists List catalog entity checklists
rootly.rootly_get_catalog_entity_checklist Read read 0 Retrieves a catalog entity checklist Official Rootly endpoint: GET /v1/catalog_entity_checklists/{id} Retrieves a specific catalog entity checklist by id
rootly.rootly_list_catalog_entity_properties Read read 0 List catalog properties Official Rootly endpoint: GET /v1/catalog_entities/{catalog_entity_id}/properties **Deprecated:** This endpoint is deprecated, please use `include=fields` on catalog entities or native catalog endpoints (teams, servi
rootly.rootly_create_catalog_entity_property Write write 0 Creates a Catalog Entity Property Official Rootly endpoint: POST /v1/catalog_entities/{catalog_entity_id}/properties **Deprecated:** This endpoint is deprecated, please use the `fields` attribute on catalog entities or native catalog endpoi
rootly.rootly_get_catalog_entity_property Read read 0 Retrieves a Catalog Entity Property Official Rootly endpoint: GET /v1/catalog_entity_properties/{id} **Deprecated:** This endpoint is deprecated, please use `include=fields` on catalog entities or native catalog endpoints (teams, services,
rootly.rootly_update_catalog_entity_property Write write 0 Update a Catalog Entity Property Official Rootly endpoint: PUT /v1/catalog_entity_properties/{id} **Deprecated:** This endpoint is deprecated, please use the `fields` attribute on catalog entities or native catalog endpoints (teams, service
rootly.rootly_delete_catalog_entity_property Write write 0 Delete a Catalog Entity Property Official Rootly endpoint: DELETE /v1/catalog_entity_properties/{id} **Deprecated:** This endpoint is deprecated, please use the `fields` attribute on catalog entities or native catalog endpoints (teams, serv
rootly.rootly_list_catalog_properties Read read 0 List Catalog Properties (alias for fields) Official Rootly endpoint: GET /v1/catalogs/{catalog_id}/properties List Catalog Properties - returns catalog_properties type
rootly.rootly_create_catalog_property Write write 0 Creates a Catalog Property (alias for field) Official Rootly endpoint: POST /v1/catalogs/{catalog_id}/properties Creates a new Catalog Property - returns catalog_properties type
rootly.rootly_get_catalog_property Read read 0 Retrieves a Catalog Property (alias for field) Official Rootly endpoint: GET /v1/catalog_properties/{id} Retrieves a specific Catalog Property by id - returns catalog_properties type
rootly.rootly_update_catalog_property Write write 0 Update a catalog_property (alias for field) Official Rootly endpoint: PUT /v1/catalog_properties/{id} Update a specific catalog_property by id - returns catalog_properties type
rootly.rootly_delete_catalog_property Write write 0 Delete a catalog_property Official Rootly endpoint: DELETE /v1/catalog_properties/{id} Delete a specific catalog_property by id - returns catalog_properties type
rootly.rootly_list_catalogs Read read 0 List catalogs Official Rootly endpoint: GET /v1/catalogs List catalogs
rootly.rootly_create_catalog Write write 0 Creates a catalog Official Rootly endpoint: POST /v1/catalogs Creates a new catalog from provided data
rootly.rootly_get_catalog Read read 0 Retrieves a catalog Official Rootly endpoint: GET /v1/catalogs/{id} Retrieves a specific catalog by id
rootly.rootly_update_catalog Write write 0 Update a catalog Official Rootly endpoint: PUT /v1/catalogs/{id} Update a specific catalog by id
rootly.rootly_delete_catalog Write write 0 Delete a catalog Official Rootly endpoint: DELETE /v1/catalogs/{id} Delete a specific catalog by id
rootly.rootly_list_causes Read read 0 List causes Official Rootly endpoint: GET /v1/causes List causes
rootly.rootly_create_cause Write write 0 Creates a cause Official Rootly endpoint: POST /v1/causes Creates a new cause from provided data
rootly.rootly_get_cause Read read 0 Retrieves a cause Official Rootly endpoint: GET /v1/causes/{id} Retrieves a specific cause by id
rootly.rootly_update_cause Write write 0 Update a cause Official Rootly endpoint: PUT /v1/causes/{id} Update a specific cause by id
rootly.rootly_delete_cause Write write 0 Delete a cause Official Rootly endpoint: DELETE /v1/causes/{id} Delete a specific cause by id
rootly.rootly_list_cause_catalog_properties Read read 0 List Catalog Properties Official Rootly endpoint: GET /v1/causes/properties List Cause Catalog Properties
rootly.rootly_create_cause_catalog_property Write write 0 Creates a Catalog Property Official Rootly endpoint: POST /v1/causes/properties Creates a new Catalog Property from provided data
rootly.rootly_list_communications_groups Read read 0 Lists communications groups Official Rootly endpoint: GET /v1/communications/groups Lists communications groups
rootly.rootly_create_communications_group Write write 0 Creates a communications group Official Rootly endpoint: POST /v1/communications/groups Creates a new communications group from provided data
rootly.rootly_get_communications_group Read read 0 Shows a communications group Official Rootly endpoint: GET /v1/communications/groups/{id} Shows details of a communications group
rootly.rootly_update_communications_group Write write 0 Updates a communications group Official Rootly endpoint: PATCH /v1/communications/groups/{id} Updates a communications group
rootly.rootly_delete_communications_group Write write 0 Deletes a communications group Official Rootly endpoint: DELETE /v1/communications/groups/{id} Deletes a communications group
rootly.rootly_list_communications_stages Read read 0 Lists communications stages Official Rootly endpoint: GET /v1/communications/stages Lists communications stages
rootly.rootly_create_communications_stage Write write 0 Creates a communications stage Official Rootly endpoint: POST /v1/communications/stages Creates a new communications stage from provided data
rootly.rootly_get_communications_stage Read read 0 Shows a communications stage Official Rootly endpoint: GET /v1/communications/stages/{id} Shows details of a communications stage
rootly.rootly_update_communications_stage Write write 0 Updates a communications stage Official Rootly endpoint: PATCH /v1/communications/stages/{id} Updates a communications stage
rootly.rootly_delete_communications_stage Write write 0 Deletes a communications stage Official Rootly endpoint: DELETE /v1/communications/stages/{id} Deletes a communications stage
rootly.rootly_list_communications_templates Read read 0 Lists communications templates Official Rootly endpoint: GET /v1/communications/templates Lists communications templates
rootly.rootly_create_communications_template Write write 0 Creates a communications template Official Rootly endpoint: POST /v1/communications/templates Creates a new communications template from provided data
rootly.rootly_get_communications_template Read read 0 Shows a communications template Official Rootly endpoint: GET /v1/communications/templates/{id} Shows details of a communications template
rootly.rootly_update_communications_template Write write 0 Updates a communications template Official Rootly endpoint: PATCH /v1/communications/templates/{id} Updates a communications template
rootly.rootly_delete_communications_template Write write 0 Deletes a communications template Official Rootly endpoint: DELETE /v1/communications/templates/{id} Deletes a communications template
rootly.rootly_list_communications_types Read read 0 Lists communications types Official Rootly endpoint: GET /v1/communications/types Lists communications types
rootly.rootly_create_communications_type Write write 0 Creates a communications type Official Rootly endpoint: POST /v1/communications/types Creates a new communications type from provided data
rootly.rootly_get_communications_type Read read 0 Shows a communications type Official Rootly endpoint: GET /v1/communications/types/{id} Shows details of a communications type
rootly.rootly_update_communications_type Write write 0 Updates a communications type Official Rootly endpoint: PATCH /v1/communications/types/{id} Updates a communications type
rootly.rootly_delete_communications_type Write write 0 Deletes a communications type Official Rootly endpoint: DELETE /v1/communications/types/{id} Deletes a communications type
rootly.rootly_list_custom_field_options Read read 0 [DEPRECATED] List custom field options Official Rootly endpoint: GET /v1/custom_fields/{custom_field_id}/options [DEPRECATED] Use form field endpoints instead. List custom field options
rootly.rootly_create_custom_field_option Write write 0 [DEPRECATED] Creates a custom field option Official Rootly endpoint: POST /v1/custom_fields/{custom_field_id}/options [DEPRECATED] Use form field endpoints instead. Creates a new custom field option from provided data
rootly.rootly_get_custom_field_option Read read 0 [DEPRECATED] Retrieves a custom field option Official Rootly endpoint: GET /v1/custom_field_options/{id} [DEPRECATED] Use form field endpoints instead. Retrieves a specific custom field option by id
rootly.rootly_update_custom_field_option Write write 0 [DEPRECATED] Update a custom field option Official Rootly endpoint: PUT /v1/custom_field_options/{id} [DEPRECATED] Use form field endpoints instead. Update a specific custom field option by id
rootly.rootly_delete_custom_field_option Write write 0 [DEPRECATED] Delete a custom field option Official Rootly endpoint: DELETE /v1/custom_field_options/{id} [DEPRECATED] Use form field endpoints instead. Delete a specific Custom Field Option by id
rootly.rootly_list_custom_fields Read read 0 [DEPRECATED] List Custom Fields Official Rootly endpoint: GET /v1/custom_fields [DEPRECATED] Use form field endpoints instead. List Custom fields
rootly.rootly_create_custom_field Write write 0 [DEPRECATED] Creates a Custom Field Official Rootly endpoint: POST /v1/custom_fields [DEPRECATED] Use form field endpoints instead. Creates a new custom field from provided data
rootly.rootly_get_custom_field Read read 0 [DEPRECATED] Retrieves a Custom Field Official Rootly endpoint: GET /v1/custom_fields/{id} Retrieves a specific custom_field by id
rootly.rootly_update_custom_field Write write 0 [DEPRECATED] Update a Custom Field Official Rootly endpoint: PUT /v1/custom_fields/{id} [DEPRECATED] Use form field endpoints instead. Update a specific custom field by id
rootly.rootly_delete_custom_field Write write 0 [DEPRECATED] Delete a Custom Field Official Rootly endpoint: DELETE /v1/custom_fields/{id} [DEPRECATED] Use form field endpoints instead. Delete a specific custom field by id
rootly.rootly_list_custom_forms Read read 0 List custom forms Official Rootly endpoint: GET /v1/custom_forms List custom forms
rootly.rootly_create_custom_form Write write 0 Creates a custom form Official Rootly endpoint: POST /v1/custom_forms Creates a new custom form from provided data
rootly.rootly_get_custom_form Read read 0 Retrieves a custom form Official Rootly endpoint: GET /v1/custom_forms/{id} Retrieves a specific custom form by id
rootly.rootly_update_custom_form Write write 0 Update a custom form Official Rootly endpoint: PUT /v1/custom_forms/{id} Update a specific custom form by id
rootly.rootly_delete_custom_form Write write 0 Delete a custom form Official Rootly endpoint: DELETE /v1/custom_forms/{id} Delete a specific custom form by id
rootly.rootly_list_dashboard_panels Read read 0 List dashboard panels Official Rootly endpoint: GET /v1/dashboards/{dashboard_id}/panels List dashboard panels
rootly.rootly_create_dashboard_panel Write write 0 Creates a dashboard panel Official Rootly endpoint: POST /v1/dashboards/{dashboard_id}/panels Creates a new dashboard panel from provided data
rootly.rootly_duplicate_dashboard_panel Write write 0 Duplicates a dashboard panel Official Rootly endpoint: POST /v1/dashboard_panels/{id}/duplicate Duplicates a dashboard panel
rootly.rootly_get_dashboard_panel Read read 0 Retrieves a dashboard panel Official Rootly endpoint: GET /v1/dashboard_panels/{id} Retrieves a specific dashboard panel by id
rootly.rootly_update_dashboard_panel Write write 0 Update a dashboard panel Official Rootly endpoint: PUT /v1/dashboard_panels/{id} Update a specific dashboard panel by id
rootly.rootly_delete_dashboard_panel Write write 0 Delete a dashboard panel Official Rootly endpoint: DELETE /v1/dashboard_panels/{id} Delete a specific dashboard panel by id
rootly.rootly_list_dashboards Read read 0 List dashboards Official Rootly endpoint: GET /v1/dashboards List dashboards
rootly.rootly_create_dashboard Write write 0 Creates a dashboard Official Rootly endpoint: POST /v1/dashboards Creates a new dashboard from provided data
rootly.rootly_duplicate_dashboard Write write 0 Duplicates a dashboard Official Rootly endpoint: POST /v1/dashboards/{id}/duplicate Duplicates a dashboard
rootly.rootly_set_default_dashboard Write write 0 Sets dashboard to user default Official Rootly endpoint: POST /v1/dashboards/{id}/set_default Sets dashboard to user default
rootly.rootly_get_dashboard Read read 0 Retrieves a dashboard Official Rootly endpoint: GET /v1/dashboards/{id} Retrieves a specific dashboard by id
rootly.rootly_update_dashboard Write write 0 Update a dashboard Official Rootly endpoint: PUT /v1/dashboards/{id} Update a specific dashboard by id
rootly.rootly_delete_dashboard Write write 0 Delete a dashboard Official Rootly endpoint: DELETE /v1/dashboards/{id} Delete a specific dashboard by id
rootly.rootly_list_edge_connector_actions Read read 0 List edge connector actions Official Rootly endpoint: GET /v1/edge_connectors/{edge_connector_id}/actions
rootly.rootly_create_edge_connector_action Write write 0 Create edge connector action Official Rootly endpoint: POST /v1/edge_connectors/{edge_connector_id}/actions
rootly.rootly_get_edge_connector_action Read read 0 Show edge connector action Official Rootly endpoint: GET /v1/edge_connectors/{edge_connector_id}/actions/{id}
rootly.rootly_update_edge_connector_action Write write 0 Update edge connector action Official Rootly endpoint: PATCH /v1/edge_connectors/{edge_connector_id}/actions/{id}
rootly.rootly_delete_edge_connector_action Write write 0 Delete edge connector action Official Rootly endpoint: DELETE /v1/edge_connectors/{edge_connector_id}/actions/{id}
rootly.rootly_list_edge_connectors Read read 0 List edge connectors Official Rootly endpoint: GET /v1/edge_connectors
rootly.rootly_create_edge_connector Write write 0 Create edge connector Official Rootly endpoint: POST /v1/edge_connectors
rootly.rootly_get_edge_connector Read read 0 Show edge connector Official Rootly endpoint: GET /v1/edge_connectors/{id}
rootly.rootly_update_edge_connector Write write 0 Update edge connector Official Rootly endpoint: PATCH /v1/edge_connectors/{id}
rootly.rootly_delete_edge_connector Write write 0 Delete edge connector Official Rootly endpoint: DELETE /v1/edge_connectors/{id}
rootly.rootly_list_environments Read read 0 List environments Official Rootly endpoint: GET /v1/environments List environments
rootly.rootly_create_environment Write write 0 Creates an environment Official Rootly endpoint: POST /v1/environments Creates a new environment from provided data
rootly.rootly_get_environment Read read 0 Retrieves an environment Official Rootly endpoint: GET /v1/environments/{id} Retrieves a specific environment by id
rootly.rootly_update_environment Write write 0 Update an environment Official Rootly endpoint: PUT /v1/environments/{id} Update a specific environment by id
rootly.rootly_delete_environment Write write 0 Delete an environment Official Rootly endpoint: DELETE /v1/environments/{id} Delete a specific environment by id
rootly.rootly_list_environment_catalog_properties Read read 0 List Catalog Properties Official Rootly endpoint: GET /v1/environments/properties List Environment Catalog Properties
rootly.rootly_create_environment_catalog_property Write write 0 Creates a Catalog Property Official Rootly endpoint: POST /v1/environments/properties Creates a new Catalog Property from provided data
rootly.rootly_list_escalation_policies Read read 0 List escalation policies Official Rootly endpoint: GET /v1/escalation_policies List escalation policies
rootly.rootly_create_escalation_policy Write write 0 Creates an escalation policy Official Rootly endpoint: POST /v1/escalation_policies Creates a new escalation policy from provided data
rootly.rootly_get_escalation_policy Read read 0 Retrieves an escalation policy Official Rootly endpoint: GET /v1/escalation_policies/{id} Retrieves a specific escalation policy by id
rootly.rootly_update_escalation_policy Write write 0 Update an escalation policy Official Rootly endpoint: PUT /v1/escalation_policies/{id} Update a specific escalation policy by id
rootly.rootly_delete_escalation_policy Write write 0 Delete an escalation policy Official Rootly endpoint: DELETE /v1/escalation_policies/{id} Delete a specific escalation policy by id
rootly.rootly_list_escalation_levels Read read 0 List escalation levels for an Escalation Policy Official Rootly endpoint: GET /v1/escalation_policies/{escalation_policy_id}/escalation_levels List escalation levels
rootly.rootly_create_escalation_level Write write 0 Creates an escalation level for an Escalation Policy Official Rootly endpoint: POST /v1/escalation_policies/{escalation_policy_id}/escalation_levels Creates a new escalation level from provided data
rootly.rootly_list_escalation_levels_paths Read read 0 List escalation levels for an Escalation Path Official Rootly endpoint: GET /v1/escalation_paths/{escalation_policy_path_id}/escalation_levels List escalation levels
rootly.rootly_create_escalation_level_paths Write write 0 Creates an escalation level for an Escalation Path Official Rootly endpoint: POST /v1/escalation_paths/{escalation_policy_path_id}/escalation_levels Creates a new escalation level from provided data
rootly.rootly_get_escalation_level Read read 0 Retrieves an escalation level Official Rootly endpoint: GET /v1/escalation_levels/{id} Retrieves a specific escalation level by id
rootly.rootly_update_escalation_level Write write 0 Update an escalation level Official Rootly endpoint: PUT /v1/escalation_levels/{id} Update a specific escalation level by id
rootly.rootly_delete_escalation_level Write write 0 Delete an escalation level Official Rootly endpoint: DELETE /v1/escalation_levels/{id} Delete a specific escalation level by id
rootly.rootly_list_escalation_paths Read read 0 List escalation paths Official Rootly endpoint: GET /v1/escalation_policies/{escalation_policy_id}/escalation_paths List escalation paths
rootly.rootly_create_escalation_path Write write 0 Creates an escalation path Official Rootly endpoint: POST /v1/escalation_policies/{escalation_policy_id}/escalation_paths Creates a new escalation path from provided data
rootly.rootly_get_escalation_path Read read 0 Retrieves an escalation path Official Rootly endpoint: GET /v1/escalation_paths/{id} Retrieves a specific escalation path by id
rootly.rootly_update_escalation_path Write write 0 Update an escalation path Official Rootly endpoint: PUT /v1/escalation_paths/{id} Update a specific escalation path by id
rootly.rootly_delete_escalation_path Write write 0 Delete an escalation path Official Rootly endpoint: DELETE /v1/escalation_paths/{id} Delete a specific escalation path by id
rootly.rootly_list_form_field_options Read read 0 List FormField Options Official Rootly endpoint: GET /v1/form_fields/{form_field_id}/options List form_field_options
rootly.rootly_create_form_field_option Write write 0 Creates FormField Options Official Rootly endpoint: POST /v1/form_fields/{form_field_id}/options Creates a new form_field_option from provided data
rootly.rootly_get_form_field_option Read read 0 Retrieves FormField Options Official Rootly endpoint: GET /v1/form_field_options/{id} Retrieves a specific form_field_option by id
rootly.rootly_update_form_field_option Write write 0 Update FormField Options Official Rootly endpoint: PUT /v1/form_field_options/{id} Update a specific form_field_option by id
rootly.rootly_delete_form_field_option Write write 0 Delete FormField Options Official Rootly endpoint: DELETE /v1/form_field_options/{id} Delete a specific form_field_option by id
rootly.rootly_list_form_field_placement_conditions Read read 0 List Form Set Conditions Official Rootly endpoint: GET /v1/form_field_placements/{form_field_placement_id}/conditions List form_field_placement_conditions
rootly.rootly_create_form_field_placement_condition Write write 0 Creates a Form Set Condition Official Rootly endpoint: POST /v1/form_field_placements/{form_field_placement_id}/conditions Creates a new form_field_placement_condition from provided data
rootly.rootly_get_form_field_placement_condition Read read 0 Retrieves a Form Set Condition Official Rootly endpoint: GET /v1/form_field_placement_conditions/{id} Retrieves a specific form_field_placement_condition by id
rootly.rootly_update_form_field_placement_condition Write write 0 Update a Form Set Condition Official Rootly endpoint: PUT /v1/form_field_placement_conditions/{id} Update a specific form_field_placement_condition by id
rootly.rootly_delete_form_field_placement_condition Write write 0 Delete a Form Set Condition Official Rootly endpoint: DELETE /v1/form_field_placement_conditions/{id} Delete a specific form_field_placement_condition by id
rootly.rootly_list_form_field_placements Read read 0 List Form Field Placements Official Rootly endpoint: GET /v1/form_fields/{form_field_id}/placements List form_field_placements
rootly.rootly_create_form_field_placement Write write 0 Creates a Form Field Placement Official Rootly endpoint: POST /v1/form_fields/{form_field_id}/placements Creates a new form_field_placement from provided data
rootly.rootly_get_form_field_placement Read read 0 Retrieves a Form Field Placement Official Rootly endpoint: GET /v1/form_field_placements/{id} Retrieves a specific form_field_placement by id
rootly.rootly_update_form_field_placement Write write 0 Update a Form Field Placement Official Rootly endpoint: PUT /v1/form_field_placements/{id} Update a specific form_field_placement by id
rootly.rootly_delete_form_field_placement Write write 0 Delete a Form Field Placement Official Rootly endpoint: DELETE /v1/form_field_placements/{id} Delete a specific form_field_placement by id
rootly.rootly_list_form_field_positions Read read 0 List FormField Position Official Rootly endpoint: GET /v1/form_fields/{form_field_id}/positions List form field positions
rootly.rootly_create_form_field_position Write write 0 Creates FormField Positions Official Rootly endpoint: POST /v1/form_fields/{form_field_id}/positions Creates a new form field_position from provided data
rootly.rootly_get_form_field_position Read read 0 Retrieves a FormFieldPosition Official Rootly endpoint: GET /v1/form_field_positions/{id} Retrieves a specific form field_position by id
rootly.rootly_update_form_field_position Write write 0 Update a FormFieldPosition Official Rootly endpoint: PUT /v1/form_field_positions/{id} Update a specific form_field position by id
rootly.rootly_delete_form_field_position Write write 0 Delete a FormFieldPosition Official Rootly endpoint: DELETE /v1/form_field_positions/{id} Delete a specific form_field position by id
rootly.rootly_list_form_fields Read read 0 List Form Fields Official Rootly endpoint: GET /v1/form_fields List form_fields
rootly.rootly_create_form_field Write write 0 Creates a Form Field Official Rootly endpoint: POST /v1/form_fields Creates a new form_field from provided data
rootly.rootly_get_form_field Read read 0 Retrieves a Form Field Official Rootly endpoint: GET /v1/form_fields/{id} Retrieves a specific form_field by id
rootly.rootly_update_form_field Write write 0 Update a Form Field Official Rootly endpoint: PUT /v1/form_fields/{id} Update a specific form_field by id
rootly.rootly_delete_form_field Write write 0 Delete a Form Field Official Rootly endpoint: DELETE /v1/form_fields/{id} Delete a specific form_field by id
rootly.rootly_list_form_set_conditions Read read 0 List Form Set Conditions Official Rootly endpoint: GET /v1/form_sets/{form_set_id}/conditions List form_set_conditions
rootly.rootly_create_form_set_condition Write write 0 Creates a Form Set Condition Official Rootly endpoint: POST /v1/form_sets/{form_set_id}/conditions Creates a new form_set_condition from provided data
rootly.rootly_get_form_set_condition Read read 0 Retrieves a Form Set Condition Official Rootly endpoint: GET /v1/form_set_conditions/{id} Retrieves a specific form_set_condition by id
rootly.rootly_update_form_set_condition Write write 0 Update a Form Set Condition Official Rootly endpoint: PUT /v1/form_set_conditions/{id} Update a specific form_set_condition by id
rootly.rootly_delete_form_set_condition Write write 0 Delete a Form Set Condition Official Rootly endpoint: DELETE /v1/form_set_conditions/{id} Delete a specific form_set_condition by id
rootly.rootly_list_form_sets Read read 0 List Form Sets Official Rootly endpoint: GET /v1/form_sets List form_sets
rootly.rootly_create_form_set Write write 0 Creates a Form Set Official Rootly endpoint: POST /v1/form_sets Creates a new form_set from provided data
rootly.rootly_get_form_set Read read 0 Retrieves a Form Set Official Rootly endpoint: GET /v1/form_sets/{id} Retrieves a specific form_set by id
rootly.rootly_update_form_set Write write 0 Update a Form Set Official Rootly endpoint: PUT /v1/form_sets/{id} Update a specific form_set by id
rootly.rootly_delete_form_set Write write 0 Delete a Form Set Official Rootly endpoint: DELETE /v1/form_sets/{id} Delete a specific form_set by id
rootly.rootly_list_functionalities Read read 0 List functionalities Official Rootly endpoint: GET /v1/functionalities List functionalities
rootly.rootly_create_functionality Write write 0 Creates a functionality Official Rootly endpoint: POST /v1/functionalities Creates a new functionality from provided data
rootly.rootly_get_functionality Read read 0 Retrieves a functionality Official Rootly endpoint: GET /v1/functionalities/{id} Retrieves a specific functionality by id
rootly.rootly_update_functionality Write write 0 Update a functionality Official Rootly endpoint: PUT /v1/functionalities/{id} Update a specific functionality by id
rootly.rootly_delete_functionality Write write 0 Delete a functionality Official Rootly endpoint: DELETE /v1/functionalities/{id} Delete a specific functionality by id
rootly.rootly_get_functionality_incidents_chart Read read 0 Get functionality incidents chart Official Rootly endpoint: GET /v1/functionalities/{id}/incidents_chart Get functionality incidents chart
rootly.rootly_get_functionality_uptime_chart Read read 0 Get functionality uptime chart Official Rootly endpoint: GET /v1/functionalities/{id}/uptime_chart Get functionality uptime chart
rootly.rootly_list_functionality_catalog_properties Read read 0 List Catalog Properties Official Rootly endpoint: GET /v1/functionalities/properties List Functionality Catalog Properties
rootly.rootly_create_functionality_catalog_property Write write 0 Creates a Catalog Property Official Rootly endpoint: POST /v1/functionalities/properties Creates a new Catalog Property from provided data
rootly.rootly_list_workflow_tasks Read read 0 List workflow tasks Official Rootly endpoint: GET /v1/workflows/{workflow_id}/workflow_tasks List workflow tasks
rootly.rootly_create_workflow_task Write write 0 Creates a workflow task Official Rootly endpoint: POST /v1/workflows/{workflow_id}/workflow_tasks Creates a new workflow task from provided data
rootly.rootly_get_workflow_task Read read 0 Retrieves a workflow task Official Rootly endpoint: GET /v1/workflow_tasks/{id} Retrieves a specific workflow_task by id
rootly.rootly_update_workflow_task Write write 0 Update a workflow task Official Rootly endpoint: PUT /v1/workflow_tasks/{id} Update a specific workflow task by id
rootly.rootly_delete_workflow_task Write write 0 Delete a workflow task Official Rootly endpoint: DELETE /v1/workflow_tasks/{id} Delete a specific workflow task by id
rootly.rootly_list_workflow_custom_field_selections Read read 0 [DEPRECATED] List workflow custom field selections Official Rootly endpoint: GET /v1/workflows/{workflow_id}/custom_field_selections [DEPRECATED] Use form field endpoints instead. List workflow custom field selections
rootly.rootly_create_workflow_custom_field_selection Write write 0 [DEPRECATED] Creates a workflow custom field selection Official Rootly endpoint: POST /v1/workflows/{workflow_id}/custom_field_selections [DEPRECATED] Use form field endpoints instead. Creates a new workflow custom field selection from prov
rootly.rootly_get_workflow_custom_field_selection Read read 0 [DEPRECATED] Retrieves a workflow custom field selection Official Rootly endpoint: GET /v1/workflow_custom_field_selections/{id} [DEPRECATED] Use form field endpoints instead. Retrieves a specific workflow custom field selection by id
rootly.rootly_update_workflow_custom_field_selection Write write 0 [DEPRECATED] Update a workflow custom field selection Official Rootly endpoint: PUT /v1/workflow_custom_field_selections/{id} [DEPRECATED] Use form field endpoints instead. Update a specific workflow custom field selection by id
rootly.rootly_delete_workflow_custom_field_selection Write write 0 [DEPRECATED] Delete a workflow custom field selection Official Rootly endpoint: DELETE /v1/workflow_custom_field_selections/{id} [DEPRECATED] Use form field endpoints instead. Delete a specific workflow custom field selection by id
rootly.rootly_list_workflow_form_field_conditions Read read 0 List workflow form field conditions Official Rootly endpoint: GET /v1/workflows/{workflow_id}/form_field_conditions List workflow form field conditions
rootly.rootly_create_workflow_form_field_condition Write write 0 Creates a workflow form field condition Official Rootly endpoint: POST /v1/workflows/{workflow_id}/form_field_conditions Creates a new workflow form field condition from provided data
rootly.rootly_get_workflow_form_field_condition Read read 0 Retrieves a workflow form field condition Official Rootly endpoint: GET /v1/workflow_form_field_conditions/{id} Retrieves a specific workflow form field condition by id
rootly.rootly_update_workflow_form_field_condition Write write 0 Update a workflow form field condition Official Rootly endpoint: PUT /v1/workflow_form_field_conditions/{id} Update a specific workflow form field condition by id
rootly.rootly_delete_workflow_form_field_condition Write write 0 Delete a workflow_form field condition Official Rootly endpoint: DELETE /v1/workflow_form_field_conditions/{id} Delete a specific workflow form field condition by id
rootly.rootly_list_workflow_groups Read read 0 List workflow groups Official Rootly endpoint: GET /v1/workflow_groups List workflow groups
rootly.rootly_create_workflow_group Write write 0 Creates a workflow group Official Rootly endpoint: POST /v1/workflow_groups Creates a new workflow group from provided data
rootly.rootly_get_workflow_group Read read 0 Retrieves a workflow group Official Rootly endpoint: GET /v1/workflow_groups/{id} Retrieves a specific workflow group by id
rootly.rootly_update_workflow_group Write write 0 Update a workflow group Official Rootly endpoint: PUT /v1/workflow_groups/{id} Update a specific workflow group by id
rootly.rootly_delete_workflow_group Write write 0 Delete a workflow_group Official Rootly endpoint: DELETE /v1/workflow_groups/{id} Delete a specific workflow group by id
rootly.rootly_list_workflow_runs Read read 0 List workflow runs Official Rootly endpoint: GET /v1/workflows/{workflow_id}/workflow_runs List workflow runs
rootly.rootly_create_workflow_run Write write 0 Creates a workflow run Official Rootly endpoint: POST /v1/workflows/{workflow_id}/workflow_runs Creates a new workflow run from provided data
rootly.rootly_list_workflows Read read 0 List workflows Official Rootly endpoint: GET /v1/workflows List workflows
rootly.rootly_create_workflow Write write 0 Creates a workflow Official Rootly endpoint: POST /v1/workflows Creates a new workflow from provided data
rootly.rootly_get_workflow Read read 0 Retrieves a workflow Official Rootly endpoint: GET /v1/workflows/{id} Retrieves a specific workflow by id
rootly.rootly_update_workflow Write write 0 Update a workflow Official Rootly endpoint: PUT /v1/workflows/{id} Update a specific workflow by id
rootly.rootly_delete_workflow Write write 0 Delete a workflow Official Rootly endpoint: DELETE /v1/workflows/{id} Delete a specific workflow by id
rootly.rootly_ping_heartbeat Write write 0 Ping a heartbeat Official Rootly endpoint: POST /v1/heartbeats/{heartbeat_id}/ping Ping a specific heartbeat by id
rootly.rootly_list_heartbeats Read read 0 List heartbeats Official Rootly endpoint: GET /v1/heartbeats List heartbeats
rootly.rootly_create_heartbeat Write write 0 Creates a heartbeat Official Rootly endpoint: POST /v1/heartbeats Creates a new heartbeat from provided data
rootly.rootly_get_heartbeat Read read 0 Retrieves a heartbeat Official Rootly endpoint: GET /v1/heartbeats/{id} Retrieves a specific heartbeat by id
rootly.rootly_update_heartbeat Write write 0 Update a heartbeat Official Rootly endpoint: PUT /v1/heartbeats/{id} Update a specific heartbeat by id
rootly.rootly_delete_heartbeat Write write 0 Delete a heartbeat Official Rootly endpoint: DELETE /v1/heartbeats/{id} Delete a specific heartbeat by id
rootly.rootly_list_incident_action_items Read read 0 List incident action items Official Rootly endpoint: GET /v1/incidents/{incident_id}/action_items List incident action items
rootly.rootly_create_incident_action_item Write write 0 Creates an incident action item Official Rootly endpoint: POST /v1/incidents/{incident_id}/action_items Creates a new action item from provided data
rootly.rootly_get_incident_action_items Read read 0 Retrieves an incident action item Official Rootly endpoint: GET /v1/action_items/{id} Retrieves a specific incident_action_item by id
rootly.rootly_update_incident_action_item Write write 0 Update an incident action item Official Rootly endpoint: PUT /v1/action_items/{id} Update a specific incident action item by id
rootly.rootly_delete_incident_action_item Write write 0 Delete an incident action item Official Rootly endpoint: DELETE /v1/action_items/{id} Delete a specific incident action item by id
rootly.rootly_list_all_incident_action_items Read read 0 List all action items for an organization Official Rootly endpoint: GET /v1/action_items List all action items for an organization
rootly.rootly_list_incident_custom_field_selections Read read 0 [DEPRECATED] List incident custom field selections Official Rootly endpoint: GET /v1/incidents/{incident_id}/custom_field_selections [DEPRECATED] Use form field endpoints instead. List incident custom field selections
rootly.rootly_create_incident_custom_field_selection Write write 0 [DEPRECATED] Creates an incident custom field selection Official Rootly endpoint: POST /v1/incidents/{incident_id}/custom_field_selections [DEPRECATED] Use form field endpoints instead. Creates a new incident custom field selection from pro
rootly.rootly_get_incident_custom_field_selection Read read 0 [DEPRECATED] Retrieves an incident custom field selection Official Rootly endpoint: GET /v1/incident_custom_field_selections/{id} [DEPRECATED] Use form field endpoints instead. Retrieves a specific incident custom field selection by id
rootly.rootly_update_incident_custom_field_selection Write write 0 [DEPRECATED] Update an incident custom field selection Official Rootly endpoint: PUT /v1/incident_custom_field_selections/{id} [DEPRECATED] Use form field endpoints instead. Update a specific incident custom field selection by id
rootly.rootly_delete_incident_custom_field_selection Write write 0 [DEPRECATED] Delete an incident custom field selection Official Rootly endpoint: DELETE /v1/incident_custom_field_selections/{id} [DEPRECATED] Use form field endpoints instead. Delete a specific incident custom field selection by id
rootly.rootly_list_incident_event_functionalities Read read 0 List incident event functionalities Official Rootly endpoint: GET /v1/events/{incident_event_id}/functionalities List incident event functionalities
rootly.rootly_create_incident_event_functionality Write write 0 Creates an incident event functionality Official Rootly endpoint: POST /v1/events/{incident_event_id}/functionalities Creates a new event functionality from provided data
rootly.rootly_get_incident_event_functionalities Read read 0 Retrieves an incident event functionality Official Rootly endpoint: GET /v1/incident_event_functionalities/{id} Retrieves a specific incident_event_functionality by id
rootly.rootly_update_incident_event_functionality Write write 0 Update an incident event Official Rootly endpoint: PUT /v1/incident_event_functionalities/{id} Update a specific incident event functionality by id
rootly.rootly_delete_incident_event_functionality Write write 0 Delete an incident event functionality Official Rootly endpoint: DELETE /v1/incident_event_functionalities/{id} Delete a specific incident event functionality by id
rootly.rootly_list_incident_event_services Read read 0 List incident event services Official Rootly endpoint: GET /v1/events/{incident_event_id}/services List incident event services
rootly.rootly_create_incident_event_service Write write 0 Creates an incident event service Official Rootly endpoint: POST /v1/events/{incident_event_id}/services Creates a new event service from provided data
rootly.rootly_get_incident_event_services Read read 0 Retrieves an incident event service Official Rootly endpoint: GET /v1/incident_event_services/{id} Retrieves a specific incident_event_service by id
rootly.rootly_update_incident_event_service Write write 0 Update an incident event Official Rootly endpoint: PUT /v1/incident_event_services/{id} Update a specific incident event service by id
rootly.rootly_delete_incident_event_service Write write 0 Delete an incident event functionalitu Official Rootly endpoint: DELETE /v1/incident_event_services/{id} Delete a specific incident event service by id
rootly.rootly_list_incident_events Read read 0 List incident events Official Rootly endpoint: GET /v1/incidents/{incident_id}/events List incident events
rootly.rootly_create_incident_event Write write 0 Creates an incident event Official Rootly endpoint: POST /v1/incidents/{incident_id}/events Creates a new event from provided data
rootly.rootly_get_incident_events Read read 0 Retrieves an incident event Official Rootly endpoint: GET /v1/events/{id} Retrieves a specific incident_event by id
rootly.rootly_update_incident_event Write write 0 Update an incident event Official Rootly endpoint: PUT /v1/events/{id} Update a specific incident event by id
rootly.rootly_delete_incident_event Write write 0 Delete an incident event Official Rootly endpoint: DELETE /v1/events/{id} Delete a specific incident event by id
rootly.rootly_list_incident_feedbacks Read read 0 List incident feedbacks Official Rootly endpoint: GET /v1/incidents/{incident_id}/feedbacks List incident feedbacks
rootly.rootly_create_incident_feedback Write write 0 Creates an incident feedback Official Rootly endpoint: POST /v1/incidents/{incident_id}/feedbacks Creates a new feedback from provided data
rootly.rootly_get_incident_feedbacks Read read 0 Retrieves an incident feedback Official Rootly endpoint: GET /v1/feedbacks/{id} Retrieves a specific incident_feedback by id
rootly.rootly_update_incident_feedback Write write 0 Update an incident feedback Official Rootly endpoint: PUT /v1/feedbacks/{id} Update a specific incident feedback by id
rootly.rootly_list_incident_form_field_selections Read read 0 List incident form field selections Official Rootly endpoint: GET /v1/incidents/{incident_id}/form_field_selections List incident form field selections
rootly.rootly_create_incident_form_field_selection Write write 0 Creates an incident form field selection Official Rootly endpoint: POST /v1/incidents/{incident_id}/form_field_selections Creates a new incident form field selection from provided data
rootly.rootly_get_incident_form_field_selection Read read 0 Retrieves an incident form field selection Official Rootly endpoint: GET /v1/incident_form_field_selections/{id} Retrieves a specific incident form field selection by id
rootly.rootly_update_incident_form_field_selection Write write 0 Update an incident form field selection Official Rootly endpoint: PUT /v1/incident_form_field_selections/{id} Update a specific incident form field selection by id
rootly.rootly_delete_incident_form_field_selection Write write 0 Delete an incident form field selection Official Rootly endpoint: DELETE /v1/incident_form_field_selections/{id} Delete a specific incident form field selection by id
rootly.rootly_list_incident_permission_set_booleans Read read 0 List incident_permission_set_booleans Official Rootly endpoint: GET /v1/incident_permission_sets/{incident_permission_set_id}/booleans List incident_permission_set_booleans
rootly.rootly_create_incident_permission_set_boolean Write write 0 Creates an incident_permission_set_boolean Official Rootly endpoint: POST /v1/incident_permission_sets/{incident_permission_set_id}/booleans Creates a new incident_permission_set_boolean from provided data
rootly.rootly_get_incident_permission_set_boolean Read read 0 Retrieves an incident_permission_set_boolean Official Rootly endpoint: GET /v1/incident_permission_set_booleans/{id} Retrieves a specific incident_permission_set_boolean by id
rootly.rootly_update_incident_permission_set_boolean Write write 0 Update an incident_permission_set_boolean Official Rootly endpoint: PUT /v1/incident_permission_set_booleans/{id} Update a specific incident_permission_set_boolean by id
rootly.rootly_delete_incident_permission_set_boolean Write write 0 Delete an incident_permission_set_boolean Official Rootly endpoint: DELETE /v1/incident_permission_set_booleans/{id} Delete a specific incident_permission_set_boolean by id
rootly.rootly_list_incident_permission_set_resources Read read 0 List incident_permission_set_resources Official Rootly endpoint: GET /v1/incident_permission_sets/{incident_permission_set_id}/resources List incident_permission_set_resources
rootly.rootly_create_incident_permission_set_resource Write write 0 Creates an incident_permission_set_resource Official Rootly endpoint: POST /v1/incident_permission_sets/{incident_permission_set_id}/resources Creates a new incident_permission_set_resource from provided data
rootly.rootly_get_incident_permission_set_resource Read read 0 Retrieves an incident_permission_set_resource Official Rootly endpoint: GET /v1/incident_permission_set_resources/{id} Retrieves a specific incident_permission_set_resource by id
rootly.rootly_update_incident_permission_set_resource Write write 0 Update an incident_permission_set_resource Official Rootly endpoint: PUT /v1/incident_permission_set_resources/{id} Update a specific incident_permission_set_resource by id
rootly.rootly_delete_incident_permission_set_resource Write write 0 Delete an incident_permission_set_resource Official Rootly endpoint: DELETE /v1/incident_permission_set_resources/{id} Delete a specific incident_permission_set_resource by id
rootly.rootly_list_incident_permission_sets Read read 0 List incident_permission_sets Official Rootly endpoint: GET /v1/incident_permission_sets List incident_permission_sets
rootly.rootly_create_incident_permission_set Write write 0 Creates an incident_permission_set Official Rootly endpoint: POST /v1/incident_permission_sets Creates a new incident_permission_set from provided data
rootly.rootly_get_incident_permission_set Read read 0 Retrieves an incident_permission_set Official Rootly endpoint: GET /v1/incident_permission_sets/{id} Retrieves a specific incident_permission_set by id
rootly.rootly_update_incident_permission_set Write write 0 Update an incident_permission_set Official Rootly endpoint: PUT /v1/incident_permission_sets/{id} Update a specific incident_permission_set by id
rootly.rootly_delete_incident_permission_set Write write 0 Delete an incident_permission_set Official Rootly endpoint: DELETE /v1/incident_permission_sets/{id} Delete a specific incident_permission_set by id
rootly.rootly_list_incident_post_mortems Read read 0 List incident retrospectives Official Rootly endpoint: GET /v1/post_mortems List incident retrospectives
rootly.rootly_list_incident_postmortem Read read 0 Retrieves an incident retrospective Official Rootly endpoint: GET /v1/post_mortems/{id} List incidents retrospectives
rootly.rootly_update_incident_postmortem Write write 0 Update an incident retrospective Official Rootly endpoint: PUT /v1/post_mortems/{id} Update a specific incident retrospective by id
rootly.rootly_get_incident_retrospective_step Read read 0 Retrieves an incident retrospective step Official Rootly endpoint: GET /v1/incident_retrospective_steps/{id} Retrieves a specific incident retrospective step by id
rootly.rootly_update_incident_retrospective_step Write write 0 Update an incident retrospective step Official Rootly endpoint: PUT /v1/incident_retrospective_steps/{id} Update a specific incident retrospective step by id
rootly.rootly_list_incident_role_tasks Read read 0 List incident role tasks Official Rootly endpoint: GET /v1/incident_roles/{incident_role_id}/incident_role_tasks List incident_role tasks
rootly.rootly_create_incident_role_task Write write 0 Creates an incident role task Official Rootly endpoint: POST /v1/incident_roles/{incident_role_id}/incident_role_tasks Creates a new task from provided data
rootly.rootly_get_incident_role_task Read read 0 Retrieves an incident role task Official Rootly endpoint: GET /v1/incident_role_tasks/{id} Retrieves a specific incident_role_task by id
rootly.rootly_update_incident_role_task Write write 0 Update an incident role task Official Rootly endpoint: PUT /v1/incident_role_tasks/{id} Update a specific incident_role task by id
rootly.rootly_delete_incident_role_task Write write 0 Delete an incident role task Official Rootly endpoint: DELETE /v1/incident_role_tasks/{id} Delete a specific incident_role task by id
rootly.rootly_list_incident_roles Read read 0 List incident roles Official Rootly endpoint: GET /v1/incident_roles List incident roles
rootly.rootly_create_incident_role Write write 0 Creates an incident role Official Rootly endpoint: POST /v1/incident_roles Creates a new incident role from provided data
rootly.rootly_get_incident_role Read read 0 Retrieves an incident role Official Rootly endpoint: GET /v1/incident_roles/{id} Retrieves a specific incident_role by id
rootly.rootly_update_incident_role Write write 0 Update an incident role Official Rootly endpoint: PUT /v1/incident_roles/{id} Update a specific incident_role by id
rootly.rootly_delete_incident_role Write write 0 Delete an incident role Official Rootly endpoint: DELETE /v1/incident_roles/{id} Delete a specific incident_role by id
rootly.rootly_list_incident_status_pages Read read 0 List incident status page events Official Rootly endpoint: GET /v1/incidents/{incident_id}/status-page-events List incident status page events
rootly.rootly_create_incident_status_page Write write 0 Creates an incident status page event Official Rootly endpoint: POST /v1/incidents/{incident_id}/status-page-events Creates a new event from provided data
rootly.rootly_get_incident_status_pages Read read 0 Retrieves an incident status page event Official Rootly endpoint: GET /v1/status-page-events/{id} Retrieves a specific incident_status_page_event by id
rootly.rootly_update_incident_status_page Write write 0 Update an incident status page event Official Rootly endpoint: PUT /v1/status-page-events/{id} Update a specific incident status page event by id
rootly.rootly_delete_incident_status_page Write write 0 Delete an incident status page event Official Rootly endpoint: DELETE /v1/status-page-events/{id} Delete a specific incident status page event by id
rootly.rootly_list_incident_sub_statuses Read read 0 List incident_sub_statuses Official Rootly endpoint: GET /v1/incidents/{incident_id}/sub_statuses List incident_sub_statuses
rootly.rootly_create_incident_sub_status Write write 0 Creates a sub-status assignment Official Rootly endpoint: POST /v1/incidents/{incident_id}/sub_statuses Creates a new sub-status assignment from provided data
rootly.rootly_get_incident_sub_status Read read 0 Retrieves incident_sub_status Official Rootly endpoint: GET /v1/incident_sub_statuses/{id} Retrieves a specific incident_sub_status by id
rootly.rootly_update_incident_sub_status Write write 0 Update incident_sub_status Official Rootly endpoint: PUT /v1/incident_sub_statuses/{id} Update a specific incident_sub_status by id
rootly.rootly_delete_incident_sub_status Write write 0 Delete an incident_sub_status Official Rootly endpoint: DELETE /v1/incident_sub_statuses/{id} Delete a specific incident_sub_status by id
rootly.rootly_list_incident_types Read read 0 List incident types Official Rootly endpoint: GET /v1/incident_types List incident types
rootly.rootly_create_incident_type Write write 0 Creates an incident type Official Rootly endpoint: POST /v1/incident_types Creates a new incident_type from provided data
rootly.rootly_get_incident_type Read read 0 Retrieves an incident type Official Rootly endpoint: GET /v1/incident_types/{id} Retrieves a specific incident_type by id
rootly.rootly_update_incident_type Write write 0 Update an incident type Official Rootly endpoint: PUT /v1/incident_types/{id} Update a specific incident_type by id
rootly.rootly_delete_incident_type Write write 0 Delete an incident type Official Rootly endpoint: DELETE /v1/incident_types/{id} Delete a specific incident_type by id
rootly.rootly_list_incident_type_catalog_properties Read read 0 List Catalog Properties Official Rootly endpoint: GET /v1/incident_types/properties List IncidentType Catalog Properties
rootly.rootly_create_incident_type_catalog_property Write write 0 Creates a Catalog Property Official Rootly endpoint: POST /v1/incident_types/properties Creates a new Catalog Property from provided data
rootly.rootly_list_incidents Read read 0 List incidents Official Rootly endpoint: GET /v1/incidents List incidents
rootly.rootly_create_incident Write write 0 Creates an incident Official Rootly endpoint: POST /v1/incidents Creates a new incident from provided data
rootly.rootly_get_incident Read read 0 Retrieves an incident Official Rootly endpoint: GET /v1/incidents/{id} Retrieves a specific incident by id
rootly.rootly_update_incident Write write 0 Update an incident Official Rootly endpoint: PUT /v1/incidents/{id} Update a specific incident by id
rootly.rootly_delete_incident Write write 0 Delete an incident Official Rootly endpoint: DELETE /v1/incidents/{id} Delete a specific incident by id
rootly.rootly_mitigate_incident Write write 0 Mitigate an incident Official Rootly endpoint: PUT /v1/incidents/{id}/mitigate Mitigate a specific incident by id
rootly.rootly_resolve_incident Write write 0 Resolve an incident Official Rootly endpoint: PUT /v1/incidents/{id}/resolve Resolve a specific incident by id
rootly.rootly_cancel_incident Write write 0 Cancel an incident Official Rootly endpoint: PUT /v1/incidents/{id}/cancel Cancel a specific incident by id
rootly.rootly_triage_incident Write write 0 Triage an incident Official Rootly endpoint: PUT /v1/incidents/{id}/in_triage Set a specific incident by ID to triage state
rootly.rootly_restart_incident Write write 0 Restart an incident Official Rootly endpoint: PUT /v1/incidents/{id}/restart Restart a specific incident by id
rootly.rootly_mark_as_duplicate_incident Write write 0 Mark an incident as a duplicate Official Rootly endpoint: PUT /v1/incidents/{id}/duplicate Mark an incident as a duplicate
rootly.rootly_detach_from_parent_incident Write write 0 Detach an incident from its parent Official Rootly endpoint: PUT /v1/incidents/{id}/detach_from_parent Detach a sub-incident from its parent incident
rootly.rootly_unmark_as_duplicate_incident Write write 0 Remove duplicate marking from an incident Official Rootly endpoint: PUT /v1/incidents/{id}/unmark_as_duplicate Remove the duplicate marking from an incident
rootly.rootly_add_subscribers_to_incident Write write 0 Add subscribers to incident Official Rootly endpoint: POST /v1/incidents/{id}/add_subscribers Add subscribers to incident
rootly.rootly_remove_subscribers_to_incident Write write 0 Remove subscribers from incident Official Rootly endpoint: DELETE /v1/incidents/{id}/remove_subscribers Remove subscribers to incident
rootly.rootly_assign_user_to_incident Write write 0 Assign user to incident Official Rootly endpoint: POST /v1/incidents/{id}/assign_role_to_user Assign user to incident
rootly.rootly_remove_assigned_user_from_incident Write write 0 Remove assigned user from incident Official Rootly endpoint: DELETE /v1/incidents/{id}/unassign_role_from_user Remove assigned user from incident
rootly.rootly_get_ip_ranges Read read 0 Retrieves IP ranges Official Rootly endpoint: GET /v1/ip_ranges Retrieves the IP ranges for rootly.com services
rootly.rootly_list_live_call_routers Read read 0 List Live Call Routers Official Rootly endpoint: GET /v1/live_call_routers List Live Call Routers
rootly.rootly_create_live_call_router Write write 0 Creates a Live Call Router Official Rootly endpoint: POST /v1/live_call_routers Creates a new Live Call Router from provided data
rootly.rootly_generate_phone_number_live_call_router Read read 0 Generates a phone number for Live Call Router Official Rootly endpoint: GET /v1/live_call_routers/generate_phone_number Generates a phone number for Live Call Router
rootly.rootly_get_live_call_router Read read 0 Retrieves a Live Call Router Official Rootly endpoint: GET /v1/live_call_routers/{id} Retrieves a specific Live Call Router by id
rootly.rootly_update_live_call_router Write write 0 Update a Live Call Router Official Rootly endpoint: PUT /v1/live_call_routers/{id} Update a specific Live Call Router by id
rootly.rootly_delete_live_call_router Write write 0 Delete a Live Call Router Official Rootly endpoint: DELETE /v1/live_call_routers/{id} Delete a specific Live Call Router by id
rootly.rootly_list_meeting_recordings Read read 0 List meeting recordings Official Rootly endpoint: GET /v1/incidents/{incident_id}/meeting_recordings List all meeting recording sessions for an incident. Returns recordings sorted by session number. Each recording represents one bot session
rootly.rootly_create_meeting_recording Write write 0 Create meeting recording Official Rootly endpoint: POST /v1/incidents/{incident_id}/meeting_recordings Invite a recording bot to the incident's meeting. If no previous recordings exist for the platform, a new bot is invited (session 1). If
rootly.rootly_get_meeting_recording Read read 0 Get a meeting recording Official Rootly endpoint: GET /v1/meeting_recordings/{id} Retrieve a single meeting recording session including its status, duration, speaker count, word count, and transcript summary.
rootly.rootly_delete_meeting_recording Write write 0 Delete a meeting recording Official Rootly endpoint: DELETE /v1/meeting_recordings/{id} Delete a meeting recording. Only completed or failed recordings can be deleted. Active recordings (pending, recording, paused) must be stopped first.
rootly.rootly_delete_meeting_recording_video Write write 0 Delete video from a meeting recording Official Rootly endpoint: DELETE /v1/meeting_recordings/{id}/delete_video Delete only the video file from a meeting recording. The transcript, summary, and all metadata are preserved. Only non-active re
rootly.rootly_pause_meeting_recording Write write 0 Pause a meeting recording Official Rootly endpoint: POST /v1/meeting_recordings/{id}/pause Pause an active recording session. The bot remains in the meeting but stops capturing audio/video. Use the resume endpoint to continue recording.
rootly.rootly_resume_meeting_recording Write write 0 Resume a meeting recording Official Rootly endpoint: POST /v1/meeting_recordings/{id}/resume Resume a paused recording session. The bot continues capturing audio/video from the meeting.
rootly.rootly_stop_meeting_recording Write write 0 Stop a meeting recording Official Rootly endpoint: POST /v1/meeting_recordings/{id}/stop Stop an active or paused recording. The bot finishes processing, generates a transcript, and the session status transitions to completed. This is irrev
rootly.rootly_leave_meeting_recording Write write 0 Leave a meeting call Official Rootly endpoint: POST /v1/meeting_recordings/{id}/leave Remove the recording bot from the meeting entirely. Unlike stop, this immediately disconnects the bot. The session will transition to analyzing and then c
rootly.rootly_list_on_call_pay_reports Read read 0 List On-Call Pay Reports Official Rootly endpoint: GET /v1/on_call_pay_reports List on-call pay reports
rootly.rootly_create_on_call_pay_report Write write 0 Creates an On-Call Pay Report Official Rootly endpoint: POST /v1/on_call_pay_reports Generates a new on-call pay report for the given date range. The report is generated asynchronously.
rootly.rootly_get_on_call_pay_report Read read 0 Retrieves an On-Call Pay Report Official Rootly endpoint: GET /v1/on_call_pay_reports/{id} Retrieves a specific on-call pay report by id
rootly.rootly_update_on_call_pay_report Write write 0 Update an On-Call Pay Report Official Rootly endpoint: PUT /v1/on_call_pay_reports/{id} Update a specific on-call pay report by id. Triggers report regeneration.
rootly.rootly_regenerate_on_call_pay_report Write write 0 Regenerate an On-Call Pay Report Official Rootly endpoint: POST /v1/on_call_pay_reports/{id}/regenerate Triggers regeneration of an existing on-call pay report.
rootly.rootly_list_on_call_roles Read read 0 List On-Call Roles Official Rootly endpoint: GET /v1/on_call_roles List On-Call Roles
rootly.rootly_create_on_call_role Write write 0 Creates an On-Call Role Official Rootly endpoint: POST /v1/on_call_roles Creates a new On-Call Role from provided data
rootly.rootly_get_on_call_role Read read 0 Retrieves an On-Call Role Official Rootly endpoint: GET /v1/on_call_roles/{id} Retrieves a specific On-Call Role by id
rootly.rootly_update_on_call_role Write write 0 Update an On-Call Role Official Rootly endpoint: PUT /v1/on_call_roles/{id} Update a specific On-Call Role by id
rootly.rootly_delete_on_call_role Write write 0 Delete an On-Call Role Official Rootly endpoint: DELETE /v1/on_call_roles/{id} Delete a specific On-Call Role by id
rootly.rootly_list_on_call_shadows Read read 0 List On Call Shadows for Shift Official Rootly endpoint: GET /v1/schedules/{schedule_id}/on_call_shadows List shadow shifts for schedule
rootly.rootly_create_on_call_shadow Write write 0 creates an shadow configuration Official Rootly endpoint: POST /v1/schedules/{schedule_id}/on_call_shadows Creates a new on call shadow configuration from provided data
rootly.rootly_get_on_call_shadow Read read 0 Retrieves an On Call Shadow configuration by ID Official Rootly endpoint: GET /v1/on_call_shadows/{id} Retrieves a specific On Call Shadow configuration by ID
rootly.rootly_update_on_call_shadow Write write 0 Update an On Call Shadow configuration Official Rootly endpoint: PUT /v1/on_call_shadows/{id} Update a specific on call shadow configuration by id
rootly.rootly_delete_on_call_shadow Write write 0 Delete an on call shadow configuration Official Rootly endpoint: DELETE /v1/on_call_shadows/{id} Delete a specific on call shadow configuration by id. Future shadows are hard-deleted. Active shadows (started in the past) have their end time
rootly.rootly_list_oncalls Read read 0 List on-calls Official Rootly endpoint: GET /v1/oncalls List who is currently on-call, with support for filtering by escalation policy, schedule, and user. Returns on-call entries grouped by escalation policy level.
rootly.rootly_list_override_shifts Read read 0 List override shifts Official Rootly endpoint: GET /v1/schedules/{schedule_id}/override_shifts List override shifts
rootly.rootly_create_override_shift Write write 0 creates an override shift Official Rootly endpoint: POST /v1/schedules/{schedule_id}/override_shifts Creates a new override shift from provided data. If any existing override shifts overlap with the specified time range, they will be automa
rootly.rootly_get_override_shift Read read 0 Retrieves an override shift Official Rootly endpoint: GET /v1/override_shifts/{id} Retrieves a specific override shift by id
rootly.rootly_update_override_shift Write write 0 Update an override shift Official Rootly endpoint: PUT /v1/override_shifts/{id} Update a specific override shift by id
rootly.rootly_delete_override_shift Write write 0 Delete an override shift Official Rootly endpoint: DELETE /v1/override_shifts/{id} Delete a specific override shift by id
rootly.rootly_list_playbook_tasks Read read 0 List playbook tasks Official Rootly endpoint: GET /v1/playbooks/{playbook_id}/playbook_tasks List playbook tasks
rootly.rootly_create_playbook_task Write write 0 Creates a playbook task Official Rootly endpoint: POST /v1/playbooks/{playbook_id}/playbook_tasks Creates a new task from provided data
rootly.rootly_get_playbook_task Read read 0 Retrieves a playbook task Official Rootly endpoint: GET /v1/playbook_tasks/{id} Retrieves a specific playbook_task by id
rootly.rootly_update_playbook_task Write write 0 Update a playbook task Official Rootly endpoint: PUT /v1/playbook_tasks/{id} Update a specific playbook task by id
rootly.rootly_delete_playbook_task Write write 0 Delete a playbook task Official Rootly endpoint: DELETE /v1/playbook_tasks/{id} Delete a specific playbook task by id
rootly.rootly_list_playbooks Read read 0 List playbooks Official Rootly endpoint: GET /v1/playbooks List playbooks
rootly.rootly_create_playbook Write write 0 Creates a playbook Official Rootly endpoint: POST /v1/playbooks Creates a new playbook from provided data
rootly.rootly_get_playbook Read read 0 Retrieves a playbook Official Rootly endpoint: GET /v1/playbooks/{id} Retrieves a specific playbook by id
rootly.rootly_update_playbook Write write 0 Update a playbook Official Rootly endpoint: PUT /v1/playbooks/{id} Update a specific playbook by id
rootly.rootly_delete_playbook Write write 0 Delete a playbook Official Rootly endpoint: DELETE /v1/playbooks/{id} Delete a specific playbook by id
rootly.rootly_list_postmortem_templates Read read 0 List Retrospective Templates Official Rootly endpoint: GET /v1/post_mortem_templates List Retrospective Templates
rootly.rootly_create_postmortem_template Write write 0 Creates a retrospective template Official Rootly endpoint: POST /v1/post_mortem_templates Creates a new Retrospective Template from provided data
rootly.rootly_get_postmortem_template Read read 0 Retrieves a Retrospective Template Official Rootly endpoint: GET /v1/post_mortem_templates/{id} Retrieves a specific Retrospective Template by id
rootly.rootly_update_postmortem_template Write write 0 Update a Retrospective Template Official Rootly endpoint: PUT /v1/post_mortem_templates/{id} Update a specific Retrospective Template by id
rootly.rootly_delete_postmortem_template Write write 0 Delete a Retrospective Template Official Rootly endpoint: DELETE /v1/post_mortem_templates/{id} Delete a specific Retrospective Template by id
rootly.rootly_list_pulses Read read 0 List pulses Official Rootly endpoint: GET /v1/pulses List pulses
rootly.rootly_create_pulse Write write 0 Creates a pulse Official Rootly endpoint: POST /v1/pulses Creates a new pulse from provided data
rootly.rootly_get_pulse Read read 0 Retrieves a pulse Official Rootly endpoint: GET /v1/pulses/{id} Retrieves a specific pulse by id
rootly.rootly_update_pulse Write write 0 Update a pulse Official Rootly endpoint: PUT /v1/pulses/{id} Update a specific pulse by id
rootly.rootly_list_retrospective_configurations Read read 0 List retrospective configurations Official Rootly endpoint: GET /v1/retrospective_configurations List retrospective configurations
rootly.rootly_get_retrospective_configuration Read read 0 Retrieves a Retrospective Configuration Official Rootly endpoint: GET /v1/retrospective_configurations/{id} Retrieves a specific retrospective_configuration by id
rootly.rootly_update_retrospective_configuration Write write 0 Update a retrospective configuration Official Rootly endpoint: PUT /v1/retrospective_configurations/{id} Update a specific retrospective configuration by id
rootly.rootly_list_retrospective_process_group_steps Read read 0 List RetrospectiveProcessGroup Steps Official Rootly endpoint: GET /v1/retrospective_process_groups/{retrospective_process_group_id}/steps List RetrospectiveProcessGroup Steps
rootly.rootly_create_retrospective_process_group_step Write write 0 Creates a retrospective process group step Official Rootly endpoint: POST /v1/retrospective_process_groups/{retrospective_process_group_id}/steps Creates a new retrospective process group step from provided data
rootly.rootly_get_retrospective_process_group_step Read read 0 Retrieves a RetrospectiveProcessGroup Step Official Rootly endpoint: GET /v1/retrospective_process_group_steps/{id} Retrieves a specific RetrospectiveProcessGroup Step by id
rootly.rootly_update_retrospective_process_group_step Write write 0 Update RetrospectiveProcessGroup Step Official Rootly endpoint: PUT /v1/retrospective_process_group_steps/{id} Update a specific RetrospectiveProcessGroup Step by id
rootly.rootly_delete_retrospective_process_group_step Write write 0 Delete a RetrospectiveProcessGroup Step Official Rootly endpoint: DELETE /v1/retrospective_process_group_steps/{id} Delete a specific RetrospectiveProcessGroup Step by id
rootly.rootly_list_retrospective_process_groups Read read 0 List Retrospective Process Groups Official Rootly endpoint: GET /v1/retrospective_processes/{retrospective_process_id}/groups List Retrospective Process Groups
rootly.rootly_create_retrospective_process_group Write write 0 Creates a retrospective process group Official Rootly endpoint: POST /v1/retrospective_processes/{retrospective_process_id}/groups Creates a new retrospective process group from provided data
rootly.rootly_get_retrospective_process_group Read read 0 Retrieves a Retrospective Process Group Official Rootly endpoint: GET /v1/retrospective_process_groups/{id} Retrieves a specific Retrospective Process Group by id
rootly.rootly_update_retrospective_process_group Write write 0 Update a Retrospective Process Group Official Rootly endpoint: PUT /v1/retrospective_process_groups/{id} Update a specific Retrospective Process Group by id
rootly.rootly_delete_retrospective_process_group Write write 0 Delete a Retrospective Process Group Official Rootly endpoint: DELETE /v1/retrospective_process_groups/{id} Delete a specific Retrospective Process Group by id
rootly.rootly_list_retrospective_processes Read read 0 List retrospective processes Official Rootly endpoint: GET /v1/retrospective_processes List retrospective processes
rootly.rootly_create_retrospective_process Write write 0 Creates a retrospective process Official Rootly endpoint: POST /v1/retrospective_processes Creates a new retrospective process from provided data
rootly.rootly_get_retrospective_process Read read 0 Retrieves a retrospective process Official Rootly endpoint: GET /v1/retrospective_processes/{id} Retrieves a specific retrospective process by id
rootly.rootly_update_retrospective_process Write write 0 Update a retrospective process Official Rootly endpoint: PUT /v1/retrospective_processes/{id} Updates a specific retrospective process by id
rootly.rootly_delete_retrospective_process Write write 0 Delete a retrospective process Official Rootly endpoint: DELETE /v1/retrospective_processes/{id} Delete a specific retrospective process by id
rootly.rootly_list_retrospective_steps Read read 0 List retrospective steps Official Rootly endpoint: GET /v1/retrospective_processes/{retrospective_process_id}/retrospective_steps List retrospective steps
rootly.rootly_create_retrospective_step Write write 0 Creates a retrospective step Official Rootly endpoint: POST /v1/retrospective_processes/{retrospective_process_id}/retrospective_steps Creates a new retrospective step from provided data
rootly.rootly_get_retrospective_step Read read 0 Retrieves a retrospective step Official Rootly endpoint: GET /v1/retrospective_steps/{id} Retrieves a specific retrospective step by id
rootly.rootly_update_retrospective_step Write write 0 Update a retrospective step Official Rootly endpoint: PUT /v1/retrospective_steps/{id} Update a specific retrospective step by id
rootly.rootly_delete_retrospective_step Write write 0 Delete a retrospective step Official Rootly endpoint: DELETE /v1/retrospective_steps/{id} Delete a specific retrospective step by id
rootly.rootly_list_roles Read read 0 List roles Official Rootly endpoint: GET /v1/roles List roles
rootly.rootly_create_role Write write 0 Creates a role Official Rootly endpoint: POST /v1/roles Creates a new role from provided data
rootly.rootly_get_role Read read 0 Retrieves a role Official Rootly endpoint: GET /v1/roles/{id} Retrieves a specific role by id
rootly.rootly_update_role Write write 0 Update a role Official Rootly endpoint: PUT /v1/roles/{id} Update a specific role by id
rootly.rootly_delete_role Write write 0 Delete a role Official Rootly endpoint: DELETE /v1/roles/{id} Delete a specific role by id
rootly.rootly_list_schedule_rotation_active_days Read read 0 List schedule rotation active days Official Rootly endpoint: GET /v1/schedule_rotations/{schedule_rotation_id}/schedule_rotation_active_days List schedule rotation active days
rootly.rootly_create_schedule_rotation_active_day Write write 0 Creates a schedule rotation active day Official Rootly endpoint: POST /v1/schedule_rotations/{schedule_rotation_id}/schedule_rotation_active_days Creates a new schedule rotation active day from provided data
rootly.rootly_get_schedule_rotation_active_day Read read 0 Retrieves a schedule rotation active day Official Rootly endpoint: GET /v1/schedule_rotation_active_days/{id} Retrieves a specific schedule rotation active day by id
rootly.rootly_update_schedule_rotation_active_day Write write 0 Update a schedule rotation active day Official Rootly endpoint: PUT /v1/schedule_rotation_active_days/{id} Update a specific schedule rotation active day by id
rootly.rootly_delete_schedule_rotation_active_day Write write 0 Delete a schedule rotation active day Official Rootly endpoint: DELETE /v1/schedule_rotation_active_days/{id} Delete a specific schedule rotation active day
rootly.rootly_list_schedule_rotation_users Read read 0 List schedule rotation users Official Rootly endpoint: GET /v1/schedule_rotations/{schedule_rotation_id}/schedule_rotation_users
rootly.rootly_create_schedule_rotation_user Write write 0 Creates a schedule rotation user Official Rootly endpoint: POST /v1/schedule_rotations/{schedule_rotation_id}/schedule_rotation_users Creates a new schedule rotation user from provided data
rootly.rootly_get_schedule_rotation_user Read read 0 Retrieves a schedule rotation user Official Rootly endpoint: GET /v1/schedule_rotation_users/{id} Retrieves a specific schedule rotation user by id
rootly.rootly_update_schedule_rotation_user Write write 0 Update schedule rotation user Official Rootly endpoint: PUT /v1/schedule_rotation_users/{id} Update a specific schedule rotation user by id
rootly.rootly_delete_schedule_rotation_user Write write 0 Delete a schedule rotation user Official Rootly endpoint: DELETE /v1/schedule_rotation_users/{id} Delete a specific schedule rotation user by id
rootly.rootly_list_schedule_rotations Read read 0 List schedule rotations Official Rootly endpoint: GET /v1/schedules/{schedule_id}/schedule_rotations List schedule rotations
rootly.rootly_create_schedule_rotation Write write 0 Creates a schedule rotation Official Rootly endpoint: POST /v1/schedules/{schedule_id}/schedule_rotations Creates a new schedule rotation from provided data
rootly.rootly_get_schedule_rotation Read read 0 Retrieves a schedule rotation Official Rootly endpoint: GET /v1/schedule_rotations/{id} Retrieves a specific schedule rotation by id
rootly.rootly_update_schedule_rotation Write write 0 Update a schedule rotation Official Rootly endpoint: PUT /v1/schedule_rotations/{id} Update a specific schedule rotation by id
rootly.rootly_delete_schedule_rotation Write write 0 Delete a schedule rotation Official Rootly endpoint: DELETE /v1/schedule_rotations/{id} Delete a specific schedule rotation by id
rootly.rootly_list_schedules Read read 0 List schedules Official Rootly endpoint: GET /v1/schedules List schedules
rootly.rootly_create_schedule Write write 0 Creates a schedule Official Rootly endpoint: POST /v1/schedules Creates a new schedule from provided data
rootly.rootly_get_schedule Read read 0 Retrieves a schedule Official Rootly endpoint: GET /v1/schedules/{id} Retrieves a specific schedule by id
rootly.rootly_update_schedule Write write 0 Update a schedule Official Rootly endpoint: PUT /v1/schedules/{id} Updates a specific schedule by id
rootly.rootly_delete_schedule Write write 0 Delete a schedule Official Rootly endpoint: DELETE /v1/schedules/{id} Delete a specific schedule by id
rootly.rootly_get_schedule_shifts Read read 0 Retrieves a schedule shifts Official Rootly endpoint: GET /v1/schedules/{id}/shifts Retrieves schedule shifts
rootly.rootly_list_secrets Read read 0 List secrets Official Rootly endpoint: GET /v1/secrets List secrets
rootly.rootly_create_secret Write write 0 Creates a secret Official Rootly endpoint: POST /v1/secrets Creates a new secret from provided data
rootly.rootly_get_secret Read read 0 Retrieves a secret Official Rootly endpoint: GET /v1/secrets/{id} Retrieve a specific secret by id
rootly.rootly_update_secret Write write 0 Update a secret Official Rootly endpoint: PUT /v1/secrets/{id} Update a specific secret by id
rootly.rootly_delete_secret Write write 0 Delete a secret Official Rootly endpoint: DELETE /v1/secrets/{id} Delete a specific secret by id
rootly.rootly_list_services Read read 0 List services Official Rootly endpoint: GET /v1/services List services
rootly.rootly_create_service Write write 0 Creates a service Official Rootly endpoint: POST /v1/services Creates a new service from provided data
rootly.rootly_get_service Read read 0 Retrieves a service Official Rootly endpoint: GET /v1/services/{id} Retrieves a specific service by id
rootly.rootly_update_service Write write 0 Update a service Official Rootly endpoint: PUT /v1/services/{id} Update a specific service by id
rootly.rootly_delete_service Write write 0 Delete a service Official Rootly endpoint: DELETE /v1/services/{id} Delete a specific service by id
rootly.rootly_get_service_incidents_chart Read read 0 Get service incidents chart Official Rootly endpoint: GET /v1/services/{id}/incidents_chart Get service incidents chart
rootly.rootly_get_service_uptime_chart Read read 0 Get service uptime chart Official Rootly endpoint: GET /v1/services/{id}/uptime_chart Get service uptime chart
rootly.rootly_list_service_catalog_properties Read read 0 List Catalog Properties Official Rootly endpoint: GET /v1/services/properties List Service Catalog Properties
rootly.rootly_create_service_catalog_property Write write 0 Creates a Catalog Property Official Rootly endpoint: POST /v1/services/properties Creates a new Catalog Property from provided data
rootly.rootly_list_severities Read read 0 List severities Official Rootly endpoint: GET /v1/severities List severities
rootly.rootly_create_severity Write write 0 Creates a severity Official Rootly endpoint: POST /v1/severities Creates a new severity from provided data
rootly.rootly_get_severity Read read 0 Retrieves a severity Official Rootly endpoint: GET /v1/severities/{id} Retrieves a specific severity by id
rootly.rootly_update_severity Write write 0 Update a severity Official Rootly endpoint: PUT /v1/severities/{id} Update a specific severity by id
rootly.rootly_delete_severity Write write 0 Delete a severity Official Rootly endpoint: DELETE /v1/severities/{id} Delete a specific severity by id
rootly.rootly_list_shifts Read read 0 List shifts Official Rootly endpoint: GET /v1/shifts List shifts
rootly.rootly_list_slas Read read 0 List SLAs Official Rootly endpoint: GET /v1/slas List SLAs
rootly.rootly_create_sla Write write 0 Creates an SLA Official Rootly endpoint: POST /v1/slas Creates a new SLA from provided data
rootly.rootly_get_sla Read read 0 Retrieves an SLA Official Rootly endpoint: GET /v1/slas/{id} Retrieves a specific SLA by id
rootly.rootly_update_sla Write write 0 Update an SLA Official Rootly endpoint: PUT /v1/slas/{id} Update a specific SLA by id
rootly.rootly_delete_sla Write write 0 Delete an SLA Official Rootly endpoint: DELETE /v1/slas/{id} Delete a specific SLA by id
rootly.rootly_list_status_page_templates Read read 0 List status page templates Official Rootly endpoint: GET /v1/status-pages/{status_page_id}/templates List status page templates
rootly.rootly_create_status_page_template Write write 0 Creates a status page template Official Rootly endpoint: POST /v1/status-pages/{status_page_id}/templates Creates a new template from provided data
rootly.rootly_get_status_page_template Read read 0 Retrieves a status page template Official Rootly endpoint: GET /v1/templates/{id} Retrieves a specific status_page_template by id
rootly.rootly_update_status_page_template Write write 0 Update status page template Official Rootly endpoint: PUT /v1/templates/{id} Update a specific template event by id
rootly.rootly_delete_status_page_template Write write 0 Delete a incident event Official Rootly endpoint: DELETE /v1/templates/{id} Delete a specific template event by id
rootly.rootly_list_status_pages Read read 0 List status pages Official Rootly endpoint: GET /v1/status-pages List status pages
rootly.rootly_create_status_page Write write 0 Creates a status page Official Rootly endpoint: POST /v1/status-pages Creates a new status page from provided data
rootly.rootly_get_status_page Read read 0 Retrieves a status page Official Rootly endpoint: GET /v1/status-pages/{id} Retrieves a specific status page by id
rootly.rootly_update_status_page Write write 0 Update a status page Official Rootly endpoint: PUT /v1/status-pages/{id} Update a specific status page by id
rootly.rootly_delete_status_page Write write 0 Delete a status page Official Rootly endpoint: DELETE /v1/status-pages/{id} Delete a specific status page by id
rootly.rootly_list_statuses Read read 0 List Statuses Official Rootly endpoint: GET /v1/statuses List Statuses
rootly.rootly_get_status Read read 0 Retrieves a Status Official Rootly endpoint: GET /v1/statuses/{id} Retrieves a specific Status by id
rootly.rootly_list_sub_statuses Read read 0 List Sub-Statuses Official Rootly endpoint: GET /v1/sub_statuses List Sub-Statuses
rootly.rootly_create_sub_status Write write 0 Creates a Sub-Status Official Rootly endpoint: POST /v1/sub_statuses Creates a new Sub-Status from provided data
rootly.rootly_get_sub_status Read read 0 Retrieves a Sub-Status Official Rootly endpoint: GET /v1/sub_statuses/{id} Retrieves a specific Sub-Status by id
rootly.rootly_update_sub_status Write write 0 Update a Sub-Status Official Rootly endpoint: PUT /v1/sub_statuses/{id} Update a specific Sub-Status by id
rootly.rootly_delete_sub_status Write write 0 Delete a Sub-Status Official Rootly endpoint: DELETE /v1/sub_statuses/{id} Delete a specific Sub-Status by id
rootly.rootly_list_teams Read read 0 List teams Official Rootly endpoint: GET /v1/teams List teams
rootly.rootly_create_team Write write 0 Creates a team Official Rootly endpoint: POST /v1/teams Creates a new team from provided data
rootly.rootly_get_team Read read 0 Retrieves a team Official Rootly endpoint: GET /v1/teams/{id} Retrieves a specific team by id
rootly.rootly_update_team Write write 0 Update a team Official Rootly endpoint: PUT /v1/teams/{id} Update a specific team by id
rootly.rootly_delete_team Write write 0 Delete a team Official Rootly endpoint: DELETE /v1/teams/{id} Delete a specific team by id
rootly.rootly_get_team_incidents_chart Read read 0 Get team incidents chart Official Rootly endpoint: GET /v1/teams/{id}/incidents_chart Get team incidents chart
rootly.rootly_list_group_catalog_properties Read read 0 List Catalog Properties Official Rootly endpoint: GET /v1/teams/properties List Group Catalog Properties
rootly.rootly_create_group_catalog_property Write write 0 Creates a Catalog Property Official Rootly endpoint: POST /v1/teams/properties Creates a new Catalog Property from provided data
rootly.rootly_get_user_email_addresses Read read 0 Retrieves user email addresses Official Rootly endpoint: GET /v1/users/{user_id}/email_addresses Retrieves all email addresses for the specified user
rootly.rootly_create_user_email_address Write write 0 Creates a user email address Official Rootly endpoint: POST /v1/users/{user_id}/email_addresses Creates a new user email address from provided data
rootly.rootly_show_user_email_address Read read 0 Show user email address Official Rootly endpoint: GET /v1/email_addresses/{id} Retrieves a specific user email address
rootly.rootly_update_user_email_address Write write 0 Update user email address Official Rootly endpoint: PUT /v1/email_addresses/{id} Updates a user email address
rootly.rootly_delete_user_email_address Write write 0 Delete user email address Official Rootly endpoint: DELETE /v1/email_addresses/{id} Deletes a user email address
rootly.rootly_verify_user_email_address Write write 0 Verifies an email address with token Official Rootly endpoint: POST /v1/email_addresses/{id}/verify Verifies an email address using a verification token
rootly.rootly_resend_user_email_address_verification Write write 0 Resends verification email Official Rootly endpoint: POST /v1/email_addresses/{id}/resend_verification Resends verification email for an email address
rootly.rootly_list_user_notification_rules Read read 0 List user notification rules Official Rootly endpoint: GET /v1/users/{user_id}/notification_rules List user notification rules
rootly.rootly_create_user_notification_rule Write write 0 Creates an user notification rule Official Rootly endpoint: POST /v1/users/{user_id}/notification_rules Creates a new user notification rule from provided data
rootly.rootly_get_user_notification_rule Read read 0 Retrieves an user notification rule Official Rootly endpoint: GET /v1/notification_rules/{id} Retrieves a specific user notification rule by id
rootly.rootly_update_user_notification_rule Write write 0 Update an user notification rule Official Rootly endpoint: PUT /v1/notification_rules/{id} Update a specific user notification rule by id
rootly.rootly_delete_user_notification_rule Write write 0 Delete an user notification rule Official Rootly endpoint: DELETE /v1/notification_rules/{id} Delete a specific user notification rule by id
rootly.rootly_get_user_phone_numbers Read read 0 Retrieves user phone numbers Official Rootly endpoint: GET /v1/users/{user_id}/phone_numbers Retrieves all phone numbers for the specified user
rootly.rootly_create_user_phone_number Write write 0 Creates a user phone number Official Rootly endpoint: POST /v1/users/{user_id}/phone_numbers Creates a new user phone number from provided data
rootly.rootly_show_user_phone_number Read read 0 Show user phone number Official Rootly endpoint: GET /v1/phone_numbers/{id} Retrieves a specific user phone number
rootly.rootly_update_user_phone_number Write write 0 Update user phone number Official Rootly endpoint: PUT /v1/phone_numbers/{id} Updates a user phone number
rootly.rootly_delete_user_phone_number Write write 0 Delete user phone number Official Rootly endpoint: DELETE /v1/phone_numbers/{id} Deletes a user phone number
rootly.rootly_list_users Read read 0 List users Official Rootly endpoint: GET /v1/users List users
rootly.rootly_get_current_user Read read 0 Get current user Official Rootly endpoint: GET /v1/users/me Get current user
rootly.rootly_get_user Read read 0 Retrieves an user Official Rootly endpoint: GET /v1/users/{id} Retrieves a specific user by id
rootly.rootly_update_user Write write 0 Update a user Official Rootly endpoint: PUT /v1/users/{id} Update a specific user by id
rootly.rootly_delete_user Write write 0 Delete an user Official Rootly endpoint: DELETE /v1/users/{id} Delete a specific user by id
rootly.rootly_list_webhooks_deliveries Read read 0 List webhook deliveries Official Rootly endpoint: GET /v1/webhooks/endpoints/{endpoint_id}/deliveries List webhook deliveries for given endpoint
rootly.rootly_deliver_webhooks_delivery Write write 0 Retries a webhook delivery Official Rootly endpoint: POST /v1/webhooks/deliveries/{id}/deliver Retries a webhook delivery
rootly.rootly_get_webhooks_delivery Read read 0 Retrieves a webhook delivery Official Rootly endpoint: GET /v1/webhooks/deliveries/{id} Retrieves a specific webhook delivery by id
rootly.rootly_list_webhooks_endpoints Read read 0 List webhook endpoints Official Rootly endpoint: GET /v1/webhooks/endpoints List webhook endpoints
rootly.rootly_create_webhooks_endpoint Write write 0 Creates a webhook endpoint Official Rootly endpoint: POST /v1/webhooks/endpoints Creates a new webhook endpoint from provided data
rootly.rootly_get_webhooks_endpoint Read read 0 Retrieves a webhook endpoint Official Rootly endpoint: GET /v1/webhooks/endpoints/{id} Retrieves a specific webhook endpoint by id
rootly.rootly_update_webhooks_endpoint Write write 0 Update a webhook endpoint Official Rootly endpoint: PUT /v1/webhooks/endpoints/{id} Update a specific webhook endpoint by id
rootly.rootly_delete_webhooks_endpoint Write write 0 Delete a webhook endpoint Official Rootly endpoint: DELETE /v1/webhooks/endpoints/{id} Delete a specific webhook endpoint by id