AutomationRunbookReceiver interface

The Azure Automation Runbook notification receiver.

Properties

automationAccountId

The Azure automation account Id which holds this runbook and authenticate to Azure resource.

isGlobalRunbook

Indicates whether this instance is global runbook.

name

Indicates name of the webhook.

runbookName

The name for this runbook.

serviceUri

The URI where webhooks should be sent.

useCommonAlertSchema

Indicates whether to use common alert schema.

webhookResourceId

The resource id for webhook linked to this runbook.

Property Details

automationAccountId

The Azure automation account Id which holds this runbook and authenticate to Azure resource.

automationAccountId: string

Property Value

string

isGlobalRunbook

Indicates whether this instance is global runbook.

isGlobalRunbook: boolean

Property Value

boolean

name

Indicates name of the webhook.

name?: string

Property Value

string

runbookName

The name for this runbook.

runbookName: string

Property Value

string

serviceUri

The URI where webhooks should be sent.

serviceUri?: string

Property Value

string

useCommonAlertSchema

Indicates whether to use common alert schema.

useCommonAlertSchema?: boolean

Property Value

boolean

webhookResourceId

The resource id for webhook linked to this runbook.

webhookResourceId: string

Property Value

string