Internal FakeVirtualProviderController Resource

POST /hypervisor-manager/fake

Create fake hypervisor manager.

Request Body
media type data type description
application/json FakeHypervisorManagerRequest (JSON) specify details for new hypervisor manager
Response Body
media type data type description
application/json object (JSON) details of newly created hypervisor manager

Example

Request
POST /hypervisor-manager/fake
Content-Type: application/json
Accept: application/json

                
{ }
                
              
Response
HTTP/1.1 201 Created
Content-Type: application/json

                
...