Sends a request to the specified endpoint to run the CSI utility in the given mode

Request
Security:
vc-security
Request Body schema: application/json
endpointId
string
referenceId
string
mode
string (SupportInformationMode)
Enum: "MINIMAL" "FULL" "THIRD_PARTY"
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/endpoint-control-service/v1/csi
Request samples
application/json
{
  • "endpointId": "string",
  • "referenceId": "string",
  • "mode": "MINIMAL"
}
Response samples
application/json
{
  • "message": "Field \"name\" cannot be null",
  • "status": 400,
  • "error": "Bad Request",
  • "timestamp": 1413315159949,
  • "exception": "org.springframework.web.server.ResponseStatusException",
  • "path": "/lte-endpoint"
}