Services
Reconnect all errored services
Trigger reconnection for all services in error state
post/v1/services/reconnect
Response
Reconnection triggered
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}Changes
Changed in 2 of the 4 revisions of this API.2
- ○
added the non-success response with the status
401response-non-success-status-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the non-success response with the status
401response-non-success-status-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○