Skip to main content

List

Get Azure Cloud Assembly recovery profile list

Path Parameters
  • accountId int64 required
  • projectId string required
  • cloudAssemblyId int64 required
Query Parameters
  • sortBy string

    Default value: name

  • sortOrder string

    Default value: asc

  • name string
  • filterCondition string

    Default value: or

Header Parameters
  • Range string

    Default value: items=1-100

Responses

OK


Schema array
  • tenantId string

    Tenant identifier owning the recovery profile

  • projectId int64

    Project identifier associated with the recovery profile

  • cloudAssemblyId int64

    Cloud assembly identifier

  • id int64

    Unique identifier of the recovery profile

  • name string

    Specifies the name of the recovery profile.

    (Required)

  • description string

    Provides a description of the recovery profile.

  • cloudType string

    Cloud provider type

  • configurations object[]

    List of configuration items for the recovery profile

  • name string
  • type string
  • description string
  • isEnabled boolean
  • options object
  • createdAt date-time

    Timestamp when the recovery profile was created (epoch millis)

  • updatedAt date-time

    Timestamp when the recovery profile was last updated (epoch millis)

Loading...