REST API - set

esx attestation raw config: set

Set the configuration.

Overwrites all existing persistent user configuration with the specified configuration.

Request:

HTTP request

PUT https://{server}/api/esx/attestation/raw-config
{
    "configuration""YmluYXJ5"
}

Body Parameters:

Name Type Description
bold = required
- set_spec The configuration.
-.configuration binary An opaque configuration blob that represents the entire service persistent user configuration.

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
500 error if there is a generic error.
400 invalid_argument if the configuration is invalid.
401 unauthenticated if the caller is not authenticated.
403 unauthorized if the caller is not authorized.