Skip to main content

Get AWS cloud resource

API to get the details of a specific AWS cloud resource.

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudConnectionId int64 required

    AWS cloud connection ID.

Query Parameters
  • cloud_resource_id string required

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

Responses

OK


Schema
  • cloudResourceReferenceId string

    The Unique identifier for the AWS Cloud resource.

  • name string

    The name of the AWS Cloud resource.

  • resourceDetails object

    Details of the AWS Cloud resource in JSON format.

Loading...