Start a REST Proxy Node
post
/console/admin/api/v2/nodes/restproxies/{restProxyId}/start
Start a REST proxy node.
Request
Supported Media Types
- application/json
Path Parameters
-
restProxyId(required): string
Array of REST proxy IDs
Response
Supported Media Types
- application/json
200 Response
Gateway node status
Root Schema : schema
Type:
object
Example:
{
"status":"up"
}
400 Response
Invalid argument
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error