Skip to main content

Get Backup Policy

GET 

/projects/:projectId/providers/Aruba.Schedule/backupPolicies/:id

Get Backup Policy

Request

Path Parameters

    projectId stringrequired

    unique identifier of the project CMP

    id stringrequired

    unique identifier of the Backup Policy

Query Parameters

    includeDeleted boolean
    Default value: false
    api-version string

    The requested API version

    Default value: 1

Responses

OK

Schema

    metadata

    object

    id stringnullable
    uri stringnullable
    name stringnullable

    project

    object

    id stringnullable
    folderId stringnullable
    tags string[]nullable

    category

    object

    name stringnullable
    provider stringnullable

    typology

    object

    id stringnullable
    name stringnullable
    creationDate date-timenullable
    createdBy stringnullable
    ownerId stringnullable
    updateDate date-timenullable
    updatedBy stringnullable
    version stringnullable
    createdUser stringnullable
    updatedUser stringnullable
    managedBy stringnullable

    status

    object

    state stringnullable
    creationDate date-timenullable
    failureReason stringnullable

    error

    object

    reason stringnullable
    message stringnullable

    properties

    object

    resourceType stringnullable

    schedules

    object[]

  • Array [

  • backupType stringnullable
    frequency stringnullable
    time date-spannullable
    dayOfWeek stringnullable
    dayOfMonth stringnullable
    retentionDays int32nullable
  • ]

Loading...