Backup and Recovery API
Backup and Recovery API (1.1.0)
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1alpha1/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/
An IP address or hostname or FQDN to address the hypervisor manager.
The type of the hypervisor manager. Currently only vCenter is supported.
UUID string uniquely identifying the Data Orchestrator.
Hypervisor server credentials.
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1alpha1/backup-recovery-api/backup-recovery/v1alpha1/hypervisor-managers
https://us-west.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X POST \
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1alpha1/backup-recovery-api/backup-recovery/v1alpha1/hypervisor-managers \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"credentials": {},
"dataOrchestratorId": "8b4c14a6-3cd5-4907-97c4-cf44c5b642e5",
"hypervisorManagerType": "VMWARE_VCENTER",
"networkAddress": "192.168.0.1"
}'
{}
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1alpha1/backup-recovery-api/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X DELETE \
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1alpha1/backup-recovery-api/backup-recovery/v1alpha1/hypervisor-managers/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{}
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1alpha1/backup-recovery-api/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://us-west.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://eu-west.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://eu-central.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
https://ap-northeast.api.greenlake.hpe.com/backup-recovery/v1alpha1/hypervisor-managers/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X PATCH \
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/backup-recovery/public/openapi/backup-recovery-public-v1alpha1/backup-recovery-api/backup-recovery/v1alpha1/hypervisor-managers/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/merge-patch+json' \
-d '{}'
{}