Skip to main content

List AWS Webhooks

API to list AWS webhooks for a cloud assembly

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudAssemblyId int64 required

    AWS cloud assembly ID.

Responses

OK


Schema array
  • 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...