Last updated 3 months ago
Service Id, example: 1234
availabilityZone
policyType, example: SERVER
SERVER
ORACLE
MSSQL
MYSQL
PG_DUMP
PG_PITR
backupReplicated
GET /itcare/compute/backup-policies HTTP/1.1 Host: api.cegedim.cloud Accept: */*
OK
{ "ANY_ADDITIONAL_PROPERTY": [ { "availableInAZ": [ "text" ], "cloudId": "text", "cloudName": "text", "default": true, "durationInHours": 1, "frequencies": {}, "id": 1, "label": "text", "name": "text", "policyId": "text", "replication": true, "scope": "text", "startTime": "text", "timezone": "text", "type": "text" } ] }
BackupPolicy Id, example: 123
GET /itcare/compute/backup-policies/{id} HTTP/1.1 Host: api.cegedim.cloud Accept: */*
{ "availableInAZ": [ "text" ], "cloudId": "text", "cloudName": "text", "default": true, "durationInHours": 1, "frequencies": {}, "id": 1, "label": "text", "name": "text", "policyId": "text", "replication": true, "scope": "text", "startTime": "text", "timezone": "text", "type": "text" }