Create fake hypervisor manager.
| media type | data type | description |
|---|---|---|
| application/json | FakeHypervisorManagerRequest (JSON) | specify details for new hypervisor manager |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | details of newly created hypervisor manager |
POST /hypervisor-managers/fake
Content-Type: application/json
Accept: application/json
{ }
HTTP/1.1 201 Created
Content-Type: application/json
...
Get fake hypervisor manager by vmGuid.
| name | type | description |
|---|---|---|
| guid | path |
| media type | data type | description |
|---|---|---|
| application/json | FakeHvmConfigurationDto (JSON) | details of fetched hypervisor manager |
GET /hypervisor-managers/fake/{guid}/for-node
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
Get fake hypervisor manager by vmGuid.
| name | type | description |
|---|---|---|
| vm-guid | path |
| media type | data type | description |
|---|---|---|
| application/json | VmExportConfigurationDto (JSON) | details of fetched hypervisor manager |
GET /hypervisor-managers/fake/export/vm/configuration/{vm-guid}
Content-Type: application/json
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }