INPUT_OBJECT

SendTestMessageToWebhookInput

Description

The input values for sending test message to webhook.

link GraphQL Schema definition

  • input SendTestMessageToWebhookInput {
  • # Webhook receiver url.
  • url: String
  • # Webhook integration provider type.
  • providerType: ProviderTypeV2!
  • # Authentication type that the endpoint uses.
  • authInfo: WebhookAuthInfoV2Input!
  • # The Webhook server certificate that Rubrik uses to establish a TLS connection
  • # with the endpoint.
  • serverCertificate: String
  • }

link Require by