Skip to main content

Get AWS Protected Resource Details

API to get the details of a specific protected resource.

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudAssemblyId int64 required

    AWS cloud assembly ID.

Query Parameters
  • protection_id string required

    AWS cloud assembly protection ID.

  • cloud_resource_id string required

    AWS cloud resource ID (e.g., Instance ID: i-1234567890abcdef0, Volume ID: vol-1234567890abcdef0, etc.).

Responses

OK


Schema
  • resourceId string

    Cloud Resource Identifier of the resource.

  • resourceName string

    Displays the name of the AWS cloud resource.

  • resourceType string

    Specifies the type of the cloud resource.

  • resourceDetails string

    Detailed information about your AWS cloud resource.

Loading...