WebhookHostnameConfiguration object

Webhook endpoint configuration to obtain hostname.

Polymorphism

WebhookHostnameConfiguration is a type that implements the HostnameConfiguration type.

When an object of type HostnameConfiguration is expected, you can use one of type WebhookHostnameConfiguration (or use any other implementation).

Example JSON representation

{
  "domainName": "string",
  "endpoint": {
    "id": "string"
  },
  "type": "WebhookHostnameConfiguration"
}

Properties

property attributes valid values description filter option
endpoint
WebhookEndpointForeignKey object
required

Webhook endpoint to obtain hostname.

type
string
required
"WebhookHostnameConfiguration"

Hostname configuration type.

domainName
string
optional

Domain name template. This field supports Global Variable interpolation. Please note this property is available for AWS, Azure, VMware. For VMware it is not editable and set from IP Pool associated with primary network.