Passa al contenuto principale

Get Backup

GET 

/projects/:projectId/providers/Aruba.Storage/backups/:id

Get Backup

Request

Path Parameters

    projectId stringrequired
    id stringrequired

Query Parameters

    includeDeleted boolean
    Default value: false
    api-version string

    The requested API version

    Default value: 1

Responses

OK

Schema

    metadata

    object

    nullable

    id stringnullable
    uri stringnullable
    name stringnullable

    location

    object

    nullable

    code stringnullable
    country stringnullable
    city stringnullable
    name stringnullable
    value stringnullable

    project

    object

    nullable

    id stringnullable
    folderId stringnullable
    tags string[]nullable

    category

    object

    nullable

    name stringnullable
    provider stringnullable

    typology

    object

    nullable

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

    linkedResources

    object[]

    nullable

  • Array [

  • uri stringnullable
    strictCorrelation boolean
  • ]

  • managedBy stringnullable
    annotations objectnullable

    status

    object

    nullable

    state stringnullable
    creationDate date-timenullable

    disableStatusInfo

    object

    nullable

    isDisabled boolean
    reasons string[]

    previousStatus

    object

    nullable

    state stringnullable
    creationDate date-timenullable
    failureReason stringnullable

    error

    object

    nullable

    reason stringnullable
    message stringnullable
    reservedTo stringnullable

    properties

    object

    nullable

    type stringnullable

    The backup type (Full, Incremental)

    sourceVolume

    object

    nullable

    The source volume for this backup

    uri stringnullable

    Uri of the volume

    name stringnullable

    Current name of the volume

    bootable booleannullable
    retentionDays int32nullable

    Retention days for the backup

    billingPeriod stringnullable

    The backup type (Full, Incremental)

    managedBy stringnullable

    data

    object

    nullable

    infrastructure

    object

    nullable

    type stringnullable

    value

    object

    nullable

    uid stringnullable
    resourceId stringnullable
    name stringnullable
    nameSpace stringnullable
    projectId stringnullable

    info

    object

    nullable

    sizeBytes int64nullable
    expireAt date-timenullable

    backupChain

    object

    nullable

    full stringnullable

    Uri of the Full backup in the chain.

    previous stringnullable

    Uri of the previous backup in the chain (null if Full).

    next stringnullable

    Uri of the next incremental backup in the chain (null if last).

Loading...