Virtualization API
Virtualization API (1.2.0)
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/virtualization/public/openapi/virtualization-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/
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/virtualization/public/openapi/virtualization-public-v1beta1/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/networks/{network-id}
https://us-west.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/networks/{network-id}
https://eu-west.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/networks/{network-id}
https://eu-central.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/networks/{network-id}
https://ap-northeast.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/networks/{network-id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/virtualization/public/openapi/virtualization-public-v1beta1/virtualization/v1beta1/hypervisor-managers/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/networks/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Success
UUID string uniquely identifying the hypervisor network resource.
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 that identifies the hypervisor network. This will always be same as name since adding or updating hypervisor networks is not supported when managed from a manager, such as the vCenter.
Name of the network as reported by the hypervisor manager.
The 'self' reference for this resource.
List of services this object belongs to. This list can be used to filter specific services in the UI.
{ "appInfo": { "vmware": { … } }, "createdAt": "2019-08-24T14:15:22Z", "customerId": "string", "displayName": "vmNetwork", "generation": 0, "hostsInfo": [ { … } ], "hypervisorManagerInfo": { "displayName": "myvcenter1", "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "name": "vcenter123.hpe.com", "resourceUri": "string", "type": "string" }, "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4", "name": "vmNetwork", "resourceUri": "/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/networks/{network-id}", "services": [ "hci-manager", "backup-and-recovery" ], "state": "OK", "stateReason": "string", "status": "OK", "type": "string", "updatedAt": "2019-08-24T14:15:22Z" }
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.
- “ne” : Is a property not 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 /virtualization/v1beta1/hypervisor-managers/{uuid}/networks?filter="status eq ERROR"
Filters are supported on the following attributes:
- state
- status
- createdAt
- name
- services
- displayName
A comma separated list of properties to sort by, followed by a direction indicator ("asc" or "desc"). 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. 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://developer.greenlake.hpe.com/_mock/docs/greenlake/services/virtualization/public/openapi/virtualization-public-v1beta1/virtualization/v1beta1/hypervisor-managers/{uuid}/networks
https://us-west.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{uuid}/networks
https://eu-west.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{uuid}/networks
https://eu-central.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{uuid}/networks
https://ap-northeast.api.greenlake.hpe.com/virtualization/v1beta1/hypervisor-managers/{uuid}/networks
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/virtualization/public/openapi/virtualization-public-v1beta1/virtualization/v1beta1/hypervisor-managers/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4/networks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Success
UUID string uniquely identifying the hypervisor network resource.
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 that identifies the hypervisor network. This will always be same as name since adding or updating hypervisor networks is not supported when managed from a manager, such as the vCenter.
Name of the network as reported by the hypervisor manager.
The 'self' reference for this resource.
List of services this object belongs to. This list can be used to filter specific services in the UI.
Brief reason for the current state of the hypervisor network.
{ "count": 0, "items": [ { … } ], "offset": 0, "total": 0 }