Backup and Recovery API
Backup and Recovery API (1.1.0)
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/
https://us-west.api.greenlake.hpe.com/
https://eu-west.api.greenlake.hpe.com/
https://eu-central.api.greenlake.hpe.com/
https://ap-northeast.api.greenlake.hpe.com/
The filter query parameter is used to filter the set of resources returned in the response. The returned set of resources must match the criteria in the filter query parameter.
A comparison compares a property name to a literal. The following comparisons are supported: “eq” : Is a property equal to value. Valid for number, boolean and string properties. “gt” : Is a property greater than a value. Valid for number or string timestamp properties. “lt” : Is a property less than a value. Valid for number or string timestamp properties “in” : Is a value in a property (that is an array of strings)
Examples: GET /backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots?filter=storageSystemInfo/name eq 'myStorageSystem'
Filters are supported on following attributes:
- state
- status
- storageSystemInfo/id
- storageSystemInfo/name
- pointInTime
The select query parameter is used to limit the properties returned with a resource or collection-level GET. Multiple properties can be listed to be returned. The server must only return the set of properties requested by the client. The property “select” is the name of the select query parameter; its value is the list of properties to return separated by commas.
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/snapshots \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Success
UUID string uniquely identifying the Volume Protection Group snapshot.
A monotonically increasing value. This value updates when the resource is updated and can be used as a short way to determine if a resource has changed or which of two different copies of a resource is more up to date.
Information about the user who initiated the workflow that created this snapshot or Protection Policy.
The customer application identifier.
A brief description of the Volume Protection Group snapshot.
Absolute value of time in UTC at which the application.
Information about the individual snapshots on volumes.
Absolute value of time in UTC until which the application snapshot is locked.
A user-friendly name to identify Volume Protection Group snapshot.
Time in UTC at which the application snapshot was created on the device.
The 'self' reference for this resource.
{ "count": 0, "items": [ { … } ], "offset": 0, "total": 0 }
Copy expiration attribute, which specifies the expiration for the artifacts created.
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X POST \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/snapshots \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "vpg-snapshot"
}'
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X DELETE \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/snapshots/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/snapshots/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Success
UUID string uniquely identifying the Volume Protection Group snapshot.
A monotonically increasing value. This value updates when the resource is updated and can be used as a short way to determine if a resource has changed or which of two different copies of a resource is more up to date.
Information about the user who initiated the workflow that created this snapshot or Protection Policy.
The customer application identifier.
Absolute value of time in UTC at which the application.
Absolute value of time in UTC until which the application snapshot is locked.
A user-friendly name to identify Volume Protection Group snapshot.
Time in UTC at which the application snapshot was created on the device.
The 'self' reference for this resource.
{ "createdAt": "2019-08-24T14:15:22Z", "createdByInfo": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string" }, "customerId": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "description": "string", "expiresAt": "2020-04-03T05:03:08.900Z", "generation": 0, "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "individualSnapshotsInfo": [ { … } ], "lockedUntil": "2020-04-03T05:03:08.900Z", "name": "myVpgSnapshot", "pointInTime": "2020-03-03T05:03:08.902Z", "resourceUri": "/backup-recovery/v1beta1/volume-protection-groups/8740e4f8-9f68-4b36-8f89-6bdf0808e111/snapshots/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "scheduleInfo": { "name": "Hourly snapshot schedule", "recurrence": "BY_MINUTES", "scheduleId": 0 }, "state": "OK", "stateReason": "string", "status": "OK", "storageSystemInfo": { "id": "6a38acc7-e470-4ed7-b141-ca9509672dac", "name": "alletra9000.domain.net", "productFamily": "deviceType1", "resourceUri": "string", "type": "string" }, "storageSystemSnapshotId": "5d991e37-5be8-4aeb-a185-dd5008c68317", "type": "string", "updatedAt": "2019-08-24T14:15:22Z", "vpgInfo": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "resourceUri": "string", "type": "string" } }
UUID string uniquely identifying the Volume Protection Group.
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X PATCH \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery-api/backup-recovery/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/snapshots/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/merge-patch+json' \
-d '{}'