runners
Overview
Name | runners |
Type | Resource |
Id | pagerduty.automation_actions.runners |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
name | string | |
description | string | |
associated_actions | object | References to at most 3 actions associated with the Runner. Use appropriate endpoints to retrieve the full list of associated actions. |
creation_time | string | |
html_url | string | a URL at which the entity is uniquely displayed in the Web app |
last_seen | string | |
metadata | object | Additional metadata |
privileges | object | |
runbook_base_uri | string | The base URI of the Runbook server to connect to. May only contain alphanumeric characters, periods, underscores and dashes. |
runner_type | string | sidecar -- The runner is backed by an external sidecar that polls for invocations. runbook -- The runner communicates directly with a runbook instance. |
self | string | the API show URL at which the object is accessible |
status | string | Configured -- Runner has connected to the backend at least once NotConfigured -- Runner has never connected to backend |
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. |
teams | array | The list of teams associated with the Runner |
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 | SELECT | id | Get an Automation Action runner |
get_automation_actions_runners | SELECT | Lists Automation Action runners matching provided query params. The returned records are sorted by runner name in alphabetical order. See Cursor-based pagination for instructions on how to paginate through the result set. | |
create_automation_actions_runner | INSERT | data__runner | Create a Process Automation or a Runbook Automation runner. |
delete_automation_actions_runner | DELETE | id | Delete an Automation Action runner |
_get_automation_actions_runner | EXEC | id | Get an Automation Action runner |
_get_automation_actions_runners | EXEC | Lists Automation Action runners matching provided query params. The returned records are sorted by runner name in alphabetical order. See Cursor-based pagination for instructions on how to paginate through the result set. | |
update_automation_actions_runner | EXEC | id, data__runner | Update an Automation Action runner |