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/
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?filter=volumeProtectionGroupType eq NATIVE
Filters are supported on following attributes:
- volumeProtectionGroupType
- createdAt
- name
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/v1beta1/volume-protection-groups
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
- 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/v1beta1/volume-protection-groups \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Success
UUID string uniquely identifying the Volume Protection Group.
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.
Captures the list of volumes that would be part of the Protection Group.
A user-friendly name to identify Volume Protection Group.
Information about the assigned Protection Policy and the Protection Job.
The 'self' reference for this resource.
{ "count": 0, "items": [ { … } ], "offset": 0, "total": 0 }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery/v1beta1/volume-protection-groups
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups
- 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/v1beta1/volume-protection-groups \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery/v1beta1/volume-protection-groups/{id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{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/v1beta1/volume-protection-groups/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/v1beta1/volume-protection-groups/{id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{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/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Success
UUID string uniquely identifying the Volume Protection Group.
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.
A user-friendly name to identify Volume Protection Group.
Information about the assigned Protection Policy and the Protection Job.
The 'self' reference for this resource.
{ "assets": [ { … } ], "consoleUri": "string", "createdAt": "2019-08-24T14:15:22Z", "description": "string", "generation": 0, "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "name": "myProtectionGroup", "nativeGroupInfo": { "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "name": "volume protection native group.", "resourceUri": "string", "type": "VOLUME_COLLECTION" }, "protectionJobInfo": { "id": "c9cdeb6b-24cb-43c1-828a-e8b1b050f3f4", "name": "string", "protectionPolicyInfo": { … }, "resourceUri": "string", "type": "string" }, "resourceUri": "/backup-recovery/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "state": "OK", "stateReason": "string", "status": "OK", "storageSystemInfo": { "id": "6a38acc7-e470-4ed7-b141-ca9509672dac", "name": "alletra9000.domain.net", "productFamily": "deviceType1", "resourceUri": "string", "type": "string" }, "type": "string", "updatedAt": "2019-08-24T14:15:22Z", "volumeProtectionGroupType": "NATIVE" }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery/v1beta1/volume-protection-groups/{id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{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/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/merge-patch+json' \
-d '{}'
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery/v1beta1/volume-protection-groups/{id}/refresh
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/refresh
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/refresh
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/refresh
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/refresh
- 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/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/refresh \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'
UUIDs of the individual backups on volumes. Required in case of granular restore from backup.
UUIDs of the individual snapshots on volumes. Required in case of granular restore from snapshot.
Specifies the type of restore to be performed. Alternate restore is only supported from backups.
UUID string uniquely identifying the storage system. Applicable only in case of alternate restore.
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1beta1/backup-recovery/v1beta1/volume-protection-groups/{id}/restore
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/restore
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/restore
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/restore
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/volume-protection-groups/{id}/restore
- 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/v1beta1/volume-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/restore \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'