Download OpenAPI specification:Download
API specification provided by the hyperv service from EFA
Register SCVMM server with the HyperV service
Register a new SCVMM Server.
| host_name required | string |
| username required | string |
| password required | string |
| tenant required | string |
{- "host_name": "string",
- "username": "string",
- "password": "string",
- "tenant": "string"
}Update the specified SCVMM server details in the inventory.
| host_name required | string IP Address/Host Name of the SCVMM server to be updated. |
Update SCVMM server. If credentials change provide new username and password
| host_name required | string |
| username | string |
| password | string |
{- "host_name": "string",
- "username": "string",
- "password": "string"
}