/managementEndpoint/validate
Mount Point: /api/managementEndpoint/validate
POST
When called, returns a 2xx range response code if successful and a non 2xx range response containing an ExceptionDTO with a meaningful message if unsuccessful.
Request Body
| element: | managementEndpoint |
| media types: | application/xml application/json |
The management endpoint details to validate
Response Body
| element: | (custom) |
| media types: | application/xml application/json |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK |
| 400 Bad Request | Bad request - see returned ExceptionDTO |