runners_teams
Overview
Name | runners_teams |
Type | Resource |
Id | pagerduty.automation_actions.runners_teams |
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_runner_team_association | SELECT | id, team_id | Gets the details of a runner / team relation |
get_automation_actions_runner_team_associations | SELECT | id | Gets all team references associated with a runner |
create_automation_actions_runner_team_association | INSERT | id, data__team | Associate a runner with a team |
delete_automation_actions_runner_team_association | DELETE | id, team_id | Disassociates a runner from a team |
_get_automation_actions_runner_team_association | EXEC | id, team_id | Gets the details of a runner / team relation |
_get_automation_actions_runner_team_associations | EXEC | id | Gets all team references associated with a runner |