System Administration >
Configuration
>
NSX Managers
>
Nodes
>
Services
>
Auth Service
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
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
NodeAuthServiceProperties
+
NodeAuthServiceProperties
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
service_name
Service name
string
Required
service_properties
AUTH Service properties
AuthServiceProperties
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
+
NodeAuthServiceProperties
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
service_name
Service name
string
Required
service_properties
AUTH Service properties
AuthServiceProperties
Example Response:
same as GET https://<nsx-mgr>/api/v1/node/services/auth
Required Permissions:
crud
Feature:
system_administration
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable