Passa al contenuto principale

Create Backup Policy

POST 

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

Create Backup Policy

Request

Path Parameters

    projectId stringrequired

    unique identifier of the project CMP

Query Parameters

    api-version string

    The requested API version

    Default value: 1

Body

the backup policy to create

    metadata

    object

    Metadata of the resource

    name string

    Name of the resource

    tags string[]nullable

    List of tags for the resource

    properties

    object

    resourceType stringnullable

    schedules

    object[]

  • Array [

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

Responses

Created

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...