Get Ceip Status
Get CEIP status and instance id
Request
URI
GET
https://{api_host}/v1/system/ceip
COPY
Responses
200
Ok
Returns Ceip of type(s) application/json
{
"status": "One among: ENABLED, DISABLED, ENABLING, DISABLING, ENABLING_FAILED, DISABLING_FAILED",
"instanceId": "3f39d4a1-78d2-11e8-af85-f1cf26258cdc"
}
string
status
Required
CEIP status
string
instanceId
Optional
Instance Id of VCF
500
InternalServerError
Returns Error of type(s) application/json
"Error Object"
string
errorCode
Optional
The minor error code
string
errorType
Optional
The error type
array of string
arguments
Optional
The arguments used to localize the message, Can be used by scripts to automate the error processing.
object
context
Optional
The error context (e.g. the component where it occurred).
string
message
Optional
The localized error message
string
remediationMessage
Optional
The localized remediation error message
array of object
causes
Optional
The underlying cause exceptions.
string
referenceToken
Optional
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/system/ceip