NSX-T Data Center REST API
Update auth service properties
Update auth service properties.Request:
Method:
PUT
URI Path(s):
/api/v1/cluster/{cluster-node-id}/node/services/auth
/api/v1/node/services/auth
/api/v1/node/services/auth
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
NodeAuthServiceProperties+
Example Request:
PUT http://<nsx-mgr>/api/v1/node/services/auth { "service_name": "auth", "service_properties": { "logging_level": "INFO", } }Successful Response:
Response Code:
202 Accepted
Response Headers:
Content-type: application/json
Response Body:
NodeAuthServiceProperties+