Cluster Cluster Node Id Node Create Appl Proxy Action Stop

Cluster Cluster Node Id Node Create Appl Proxy Action Stop

Restart, start or stop the Appliance Proxy Service

Request
URI
POST
https://nsxmanager.your.domain/api/v1/cluster/{cluster-node-id}/node/services/applianceproxy?action=stop
COPY
Path Parameters
string
cluster-node-id
Required

cluster-node-id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NodeServiceStatusProperties of type(s) application/json
This response body class contains all of the following: InlineNodeServiceStatusProperties0 , InlineNodeServiceStatusProperties1
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "health": "string",
    "monitor_pid": 0,
    "monitor_runtime_state": "string",
    "pids": [
        0
    ],
    "reason": "string",
    "runtime_state": "string"
}

400
Returns BadRequest of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

404
Returns NotFound of type(s) application/json
Operation doesn't return any data structure

412
Returns PreconditionFailed of type(s) application/json
Operation doesn't return any data structure

500
Returns InternalServerError of type(s) application/json
Operation doesn't return any data structure

503
Returns ServiceUnavailable of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/api/v1/cluster/{cluster-node-id}/node/services/applianceproxy?action=stop