REST API - validate-task

appliance configuration desired state: validate-task

Validate the Profile configuration. The result of this operation can be queried by calling the 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/configuration/desiredstate/{version}

?action=validate
&vmw-task=true

Path Parameters

Name Type Description
Required
version string Identifier of the current user profile.

Response:

HTTP Status Code: 202

Response Body Structure:

"obj-103"

Headers:

None

Type:

Name Type Description
bold = required
- string Result of validation of the profile.

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 version associated with version in the system.
503 service_unavailable If the service is not available.
401 unauthenticated If the caller is not authenticated.