System Administration >
Configuration
>
Fabric
>
Nodes
>
Services
>
Node Management
Retrieve Node Management loglevel
Request:
Method:
GET
URI Path(s):
/api/v1/transport-nodes/{transport-node-id}/node/services/node-mgmt/loglevel
/api/v1/cluster/{cluster-node-id}/node/services/node-mgmt/loglevel
/api/v1/node/services/node-mgmt/loglevel
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/node/services/node-mgmt/loglevel
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NAPILogLevelValue
+
NAPILogLevelValue
(
schema
)
Name
Description
Type
Notes
log_level
Log Level
string
Required
Enum: critical, error, warn, info, debug, off
Example Response:
{ "log_level": "info" }
Required Permissions:
read
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