REST API - check-task

appliance vcenter settings v1 config: check-task

Validates the Profile configuration. The result of this operation can be queried by calling the api cis/tasks/{task-id} where the task-id is the response of this operation. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

POST https://{server}/api/appliance/vcenter/settings/v1/config/{version}

?action=check
&vmw-task=true

Path Parameters

Name Type Description
Required
version string version of the profile.

Response:

HTTP Status Code: 202

Response Body Structure:

"obj-103"

Headers:

None

Type:

Name Type Description
bold = required
- string profile validation results.

Errors:

HTTP Status Code Type Description
500 error If there is unknown internal error. The accompanying error message will give more details about the failure.
404 not_found If there is no profile associated with profile in the system.
503 service_unavailable If the service is not available.
401 unauthenticated If the caller is not authenticated.