vcenter lcm discovery interop report: create-task
Creates interoperability report between a vCenter Server release version and all registered products with the vCenter Server instance.
The result of this operation can be queried by calling the get operation where task
is the response of this operation.
Request:
HTTP request
POST https://{server}/api/vcenter/lcm/discovery/interop-report
?vmw-task=true
?vmw-task=true
{
"target_version" : "string"
}
"target_version" : "string"
}
Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
- | spec | Optional. |
-.target_version | string | The vCenter Server version. It is used for checking against the other products registered with that instance of vCenter Server. |
Response:
HTTP Status Code: 202
Response Body Structure:
"obj-103"
Headers:
NoneType:
Name | Type | Description |
---|---|---|
bold = required | ||
- | string | The interoperability report. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
401 | unauthenticated | if the user can not be authenticated. |
500 | error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |