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 number of items to omit from the beginning of the result set. The offset and limit query parameters are used in conjunction with pagination. For example "offset=30&limit=10" indicates the fourth page of 10 items.
The maximum number of items to include in the response. The offset and limit query parameters are used in conjunction for pagination, for example "offset=30&limit=10" indicates the fourth page of 10 items.
An expression by which to filter the results.
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). example: vmProtectionGroupType eq 'NATIVE'
Filters are supported on the following attributes:
- hypervisorManagerInfo/name
- hypervisorManagerInfo/id
- vmProtectionGroupType
- dataOrchestratorInfo/id
- createdAt
- name
Comma separated list of properties defining the sort order. Each item in the “sort” query parameter is a property name optionally followed by a direction indicator. The direction indicator may only be either “asc” (ascending) or “desc” (descending). If no direction indicator is specified, the default order is ascending.
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 formatted as an exclusive comma separated list of properties. If not specified, all properties are returned.
- 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/virtual-machine-protection-groups
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-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-api/backup-recovery/v1beta1/virtual-machine-protection-groups \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Success
UUID string uniquely identifying the Virtual Machine Protection Group.
The type of resource.
Type of the application to which the vm-protection-group belongs.
Captures the list of assets that would be part of the protection group.
The type of the protected assets.
User-defined name given to the 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 Virtual Machine protection group.
Information about the assigned Protection Policy and the Protection Job.
Replication groups information containing details of all replication partners. Applicable only for Protection Group type 'STORAGE_REPLICATION_GROUP'
The 'self' reference for this resource.
The type of the Protection Group. This can be Native for storage system specific constructs like StorageReplicationGroup or application specific constructs such as VMware Folder or vVol container. Custom if its just a collection of assets (Virtual Machine, Datastores etc).
{ "count": 0, "items": [ { … } ], "offset": 0, "total": 0 }
A user-friendly name to identify Virtual Machine protection group.
The type of the Protection Group. This can be Native for storage system specific constructs like StorageReplicationGroup or application specific constructs such as VMware Folder or vVol container. Custom if its just a collection of assets (Virtual Machine, Datastores etc).
The type of the protected assets.
- 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/virtual-machine-protection-groups
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-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-api/backup-recovery/v1beta1/virtual-machine-protection-groups \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"assetsCategory": "VVOL_VMS",
"name": "myProtectionGroup",
"vmProtectionGroupType": "NATIVE"
}'
{}
- 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/virtual-machine-protection-groups/{id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups/{id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups/{id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-protection-groups/{id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1beta1/virtual-machine-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-api/backup-recovery/v1beta1/virtual-machine-protection-groups/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{}