System Administration > Configuration > Global Configurations

List all Central Node Config profiles

Returns list of all Central Node Config profiles.

Request:

Method:
GET
URI Path(s):
/api/v1/configs/central-config/node-config-profiles/
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/configs/central-config/node-config-profiles/

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CentralNodeConfigProfileListResult+

Example Response:

{ "result_count": 2, "results": [ { "resource_type": "CentralNodeConfigProfile", "id": "61d33895-cebf-4ebe-bb84-5cd6f478cf44", "display_name": "All nodes", "description": "This profile applies to all NSX nodes", "timezone": "UTC", "syslog": { "exporters": [ { "server": "loginsight.vmware.com", "port": 514, "max_log_level": "DEBUG", "protocol": "LI", }, { "server": "logging.vmware.com", "port": 515, "max_log_level": "DEBUG", "protocol": "UDP", } ] } }, { "resource_type": "CentralNodeConfigProfile", "id": "81d33895-cebf-4ebe-bb84-5cd6f478cf44", "display_name": "Managers", "description": "This profile applies to all NSX Manager nodes", "timezone": "UTC", "ntp": {"servers" : ["ntp1.vmware.com", "ntp2.vmware.com"]}, "syslog": { "exporters": [ { "server": "loginsight.vmware.com", "port": 514, "max_log_level": "INFO", "protocol": "LI", }, { "server": "logging.vmware.com", "port": 515, "max_log_level": "INFO", "protocol": "UDP", } ] }, "snmp": { "v2c": { "communities": [{"access": "READ_ONLY", "community_name": "community1"}], "targets": [ {"server": "10.20.125.4", "port": 1162, "community_name": "community2"} ] }, "v3": { "auth_protocol": "SHA1", "priv_protocol": "AES128", "targets": [ {"server": "10.20.125.4", "port": 1162, "user_id": "user1", "security_level": "AUTH_PRIV"} ], "users": [ {"user_id": "user1", "access": "READ_ONLY", "security_level": "AUTH_PRIV"}, {"user_id": "user2", "access": "READ_ONLY", "security_level": "AUTH_PRIV"} ] } } } ] }

Required Permissions:

read

Feature:

system_administration

Additional Errors: