Skip to main content

Get AWS Webhook configuration

API to get AWS webhook configuration by webhook type

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudAssemblyId int64 required

    AWS cloud assembly ID.

  • webhookType string required

    Type of the webhook.
    Allowed values:

    • pre-protection, post-protection, pre-recovery, post-recovery, pre-reset, post-reset
Responses

OK


Schema
  • accountId int64

    Cloud Rewind account ID.

  • projectId string

    Cloud Rewind project ID.

  • cloudAssemblyId int64

    Unique identifier for the AWS Cloud Assembly

  • webhookType string

    Type of the webhook.

  • url string

    Endpoint URL to which the webhook will send requests

  • retryAttempts int32

    Number of retry attempts in case of failure

  • timeout int32

    Timeout duration (in seconds) for webhook requests

  • lastUpdated date-time

    The time when the Webhook config was updated

Loading...