NSX-T Data Center REST API
Start the auth service
Request:
Method:
POST
URI Path(s):
/api/v1/cluster/{cluster-node-id}/node/services/auth?action=start
/api/v1/node/services/auth?action=start
/api/v1/node/services/auth?action=start
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeServiceStatusProperties+
Example Response:
{ "_schema": "NodeServiceStatusProperties", "_self": { "href": "/node/services/auth", "rel": "self" }, "monitor_pid": 4782, "monitor_runtime_state": "running", "pids": [ 4786 ], "runtime_state": "running" }Required Permissions:
Feature:
system_administration Description:
Start the auth service.