Download OpenAPI specification:Download
API specification provided by the hyperv service from EFA
Get HyperV server details from specified SCVMM server. The SCVMM server can be identified by IP Address or HostName
| host_name | string IP/Host Name of the SCVMM Server |
OK
Authorization information is missing or invalid.
A SCVMM server with the specified IP/Host Name was not found.
Unexpected error.
Unexpected error
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 |
OK
Authorization information is missing or invalid.
A SCVMM Server with the specified IP/Host Name already exists.
Unexpected error.
Unexpected error
{- "host_name": "string",
- "username": "string",
- "password": "string",
- "tenant": "string"
}Delete the specified SCVMM server from the inventory.
| host_name required | string IP/Host Name of the SCVMM to be deleted. |
| cleanup_epgs | boolean Flag to indicate whether the EPGs should be deleted on SCVMM Deletion |
OK
Authorization information is missing or invalid.
A SCVMM Server with the specified IP Address/Host Name was not found.
Unexpected error.
Unexpected error
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 |
OK
Authorization information is missing or invalid.
Couldnt connect to the SCVMM Server. Check the credentials and/or host name.
Unexpected error.
Unexpected error
{- "host_name": "string",
- "username": "string",
- "password": "string"
}Get the Physical NIC to Switch links for the specified SCVMM or Hyper-V server
| host_name | string IP/Host Name of the SCVMM Server |
| hyperv_host | string Host Name of the Hyper-V Server |
OK
Authorization information is missing or invalid.
SCVMM or Hyper-V Server with the specified IP Address/Host Name was not found.
Unexpected error.
Unexpected error
Get the Virtual NIC to Logical Network links for the specified Hyper-V server
| hyperv_host | string Host Name of the Hyper-V Server |
OK
Authorization information is missing or invalid.
Hyper-V Server with the specified Host Name was not found.
Unexpected error.
Unexpected error
Update Service Settings.
| key required | string Value: "Poll Frequency" |
| value required | string |
| example | any |
OK
Incorrect values specified for Service setting
Unexpected error.
Unexpected error
{- "key": "Poll Frequency",
- "value": "string",
- "example": null
}