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"
}
"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:
NoneType:
NoneErrors:
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. |