Skip to main content

actions

Overview

Nameactions
TypeResource
Idpagerduty.automation_actions.actions

Fields

NameDatatypeDescription
idstring
namestring
descriptionstring
AutomationActionsProcessAutomationJobActionWithTeams_action_classificationstring
AutomationActionsProcessAutomationJobActionWithTeams_action_data_referenceobject
AutomationActionsProcessAutomationJobActionWithTeams_action_typestring
AutomationActionsProcessAutomationJobActionWithTeams_creation_timestringThe date/time
AutomationActionsProcessAutomationJobActionWithTeams_descriptionstring
AutomationActionsProcessAutomationJobActionWithTeams_html_urlstringa URL at which the entity is uniquely displayed in the Web app
AutomationActionsProcessAutomationJobActionWithTeams_idstring
AutomationActionsProcessAutomationJobActionWithTeams_last_runstringThe date/time
AutomationActionsProcessAutomationJobActionWithTeams_last_run_by``
AutomationActionsProcessAutomationJobActionWithTeams_metadataobject
AutomationActionsProcessAutomationJobActionWithTeams_modify_timestringThe date/time
AutomationActionsProcessAutomationJobActionWithTeams_namestring
AutomationActionsProcessAutomationJobActionWithTeams_privilegesobject
AutomationActionsProcessAutomationJobActionWithTeams_runnerstring
AutomationActionsProcessAutomationJobActionWithTeams_runner_typestringsidecar -- The runner is backed by an external sidecar that polls for invocations.
runbook -- The runner communicates directly with a runbook instance.
AutomationActionsProcessAutomationJobActionWithTeams_selfstringthe API show URL at which the object is accessible
AutomationActionsProcessAutomationJobActionWithTeams_servicesarray
AutomationActionsProcessAutomationJobActionWithTeams_summarystringA 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.
AutomationActionsProcessAutomationJobActionWithTeams_teamsarray
AutomationActionsProcessAutomationJobActionWithTeams_typestringA 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.
action_classificationstring
action_data_referenceobject
action_typestring
creation_timestringThe date/time
html_urlstringa URL at which the entity is uniquely displayed in the Web app
last_runstringThe date/time
last_run_by``
metadataobject
modify_timestringThe date/time
privilegesobject
runnerstring
runner_typestringsidecar -- The runner is backed by an external sidecar that polls for invocations.
runbook -- The runner communicates directly with a runbook instance.
selfstringthe API show URL at which the object is accessible
servicesarray
summarystringA 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.
teamsarray
typestringA 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

NameAccessible byRequired ParamsDescription
get_all_automation_actionsSELECTLists Automation Actions matching provided query params.

The returned records are sorted by action name in alphabetical order.

See Cursor-based pagination for instructions on how to paginate through the result set.
get_automation_actionSELECTidGet an Automation Action
create_automation_actionINSERTdata__actionCreate a Script, Process Automation, or Runbook Automation action
create_automation_action_invocationINSERTid, data__invocationInvokes an Action
delete_automation_actionDELETEidDelete an Automation Action
_get_all_automation_actionsEXECLists Automation Actions matching provided query params.

The returned records are sorted by action name in alphabetical order.

See Cursor-based pagination for instructions on how to paginate through the result set.
_get_automation_actionEXECidGet an Automation Action
update_automation_actionEXECid, data__actionUpdates an Automation Action