Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1010 Bytes

AutomationActionsRunnerRunbookBody.md

File metadata and controls

24 lines (18 loc) · 1010 Bytes

PagerDutyOpenapiClient::AutomationActionsRunnerRunbookBody

Properties

Name Type Description Notes
name String [optional]
description String [optional]
runbook_base_uri String The base URI of the Runbook server to connect to. May only contain alphanumeric characters, periods, underscores and dashes. Specified as the subdomain portion of an RBA host, as in <runbook_base_uri>.runbook.pagerduty.cloud [optional]
runbook_api_key String The API key to connect to the Runbook server with. If omitted, the previously stored value will remain unchanged [optional]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::AutomationActionsRunnerRunbookBody.new(
  name: us-west-2 prod runner,
  description: us-west-2 runner provisioned in the production environment by the SRE team,
  runbook_base_uri: subdomain,
  runbook_api_key: null
)