rulesets
Overview
Name | rulesets |
Type | Resource |
Id | pagerduty.rulesets.rulesets |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of the Ruleset. |
name | string | Name of the Ruleset. |
created_at | string | The date the Ruleset was created at. |
creator | object | Reference to the user that has created the Ruleset. |
routing_keys | array | Routing keys routed to this Ruleset. |
self | string | the API show URL at which the object is accessible |
team | object | Reference to the team that owns the Ruleset. If none is specified, only admins have access. |
type | string | |
updated_at | string | The date the Ruleset was last updated. |
updater | object | Reference to the user that has updated the Ruleset last. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_ruleset | SELECT | id | Get a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you migrate to Event Orchestration as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the API Concepts Document Scoped OAuth requires: event_rules.read |
list_rulesets | SELECT | List all Rulesets <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you migrate to Event Orchestration as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the API Concepts Document Scoped OAuth requires: event_rules.read | |
create_ruleset | INSERT | data__ruleset | Create a new Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you migrate to Event Orchestration as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the API Concepts Document Scoped OAuth requires: event_rules.write |
delete_ruleset | DELETE | id | Delete a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you migrate to Event Orchestration as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the API Concepts Document Scoped OAuth requires: event_rules.write |
_get_ruleset | EXEC | id | Get a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you migrate to Event Orchestration as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the API Concepts Document Scoped OAuth requires: event_rules.read |
_list_rulesets | EXEC | List all Rulesets <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you migrate to Event Orchestration as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the API Concepts Document Scoped OAuth requires: event_rules.read | |
update_ruleset | EXEC | id, data__ruleset | Update a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you migrate to Event Orchestration as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the API Concepts Document Scoped OAuth requires: event_rules.write |