vcenter system config ceip: get
Get CEIP (Customer Experience Improvement Program) value. This operation was added in vSphere API 6.7.
Request:
HTTP request
GET https://{server}/rest/vcenter/system-config/ceip
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : true
}
"value" : true
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | boolean | CEIP bool value. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if any error occurs during the execution of the get operation. |