Skip to main content

Get AWS discovery status

API to get the latest discovery details for an AWS cloud connection.

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudConnectionId int64 required

    AWS cloud connection ID.

Responses

OK


Schema
  • status string

    Possible values: [completed, failed, pending, in-progress]

    Status of the discovery process.

    ValueDescription
    completedThe discovery process has been completed successfully.
    failedThe discovery process has failed.
    pendingThe discovery process is pending and has not yet started.
  • lastSync date-time

    The time when the Cloud Connection's lastest sync was successful.

Loading...