actions_services
Overview
Name | actions_services |
Type | Resource |
Id | pagerduty.automation_actions.actions_services |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
_type | string | |
html_url | string | a URL at which the entity is uniquely displayed in the Web app |
self | string | the API show URL at which the object is accessible |
summary | string | A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name , though it is not intended to be an identifier. |
type | string | A string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_automation_actions_action_service_association | SELECT | id, service_id | Gets the details of a Automation Action / service relation |
get_automation_actions_action_service_associations | SELECT | id | Gets all service references associated with an Automation Action |
create_automation_action_service_assocation | INSERT | id, data__service | Associate an Automation Action with a service |
delete_automation_action_service_association | DELETE | id, service_id | Disassociate an Automation Action from a service |
_get_automation_actions_action_service_association | EXEC | id, service_id | Gets the details of a Automation Action / service relation |
_get_automation_actions_action_service_associations | EXEC | id | Gets all service references associated with an Automation Action |