Skip to main content

List protections

List protections by cloud assembly id

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

    Example: 12345678
  • projectId string required

    Cloud Rewind project ID.

    Example: 123456
  • cloudAssemblyId int64 required

    Azure Cloud assembly ID.

    Example: 1234
Query Parameters
  • groupStatus string

    Possible values: [ALL, IN_PROGRESS, ACTIVE, FAILED]

    Default value: ACTIVE

    Group and filter the results based on available status.

    Example: ACTIVE
  • sortOrder string

    Default value: desc

    Sort the timestamps either in ascending or descending order.

    Example: desc
Header Parameters
  • Range string

    Default value: items=1-20

    Filter to specify the page range for paginated results. Format: items=startIndex-endIndex.

    Example: items=1-10
Responses

OK


Schema array
  • protectionId string

    Protection ID.

  • status string

    The status of protection.

  • protectionPolicyId int64

    Protection policy ID.

  • timestamp int64

    Timestamp of the protection in epoch-milli.

  • protectionPolicyName string

    Protection policy name.

  • isLocked boolean

    Flag to indicate if the protection is locked.

  • duration int64

    Duration of the protection in milli-seconds.

  • hasRecovery boolean

    Flag to indicate if the protection has recovery.

  • primaryRegionProtectionDetails object

    List of replication region details associated with the protection.

  • region string

    The region of the azure resource.

  • status string

    The status of protection.

  • replicaRegionProtectionDetails object[]

    List of replication region details associated with the protection.

  • region string

    The region of the azure resource.

  • status string

    The status of protection.

Loading...