vcenter system config ceip: set
Set CEIP (Customer Experience Improvement Program) value. This operation was added in vSphere API 6.7.
Request:
HTTP request
PUT https://{server}/rest/vcenter/system-config/ceip
Request Body Structure:
{
"value" : true
}
"value" : true
}
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
value | boolean | CEIP boolean value to be set. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if any error occurs during the execution of the set operation. |