CentralNodeConfigProfile

CentralNodeConfigProfile
CentralNodeConfigProfile

Central Node Config profile for NSX nodes. This set of properties will be pushed to NSX Manager and Edge nodes. SNMP properties will be pushed to KVM Hypervisors in addition to Manager and Edge nodes.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_revision": 0,
    "_create_time": 0,
    "_create_user": "string",
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "_protection": "string",
    "_system_owned": false,
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "ntp": {
        "servers": [
            "string"
        ]
    },
    "snmp": {
        "v2c": {
            "communities": [
                {
                    "access": "string",
                    "community_name": "string",
                    "community_string": "string"
                }
            ],
            "targets": [
                {
                    "community_name": "string",
                    "community_string": "string",
                    "port": 0,
                    "server": "string"
                }
            ]
        },
        "v3": {
            "auth_protocol": "string",
            "cc_users": [
                {
                    "access": "string",
                    "auth_password": "string",
                    "priv_password": "string",
                    "security_level": "string",
                    "user_id": "string"
                }
            ],
            "priv_protocol": "string",
            "targets": [
                {
                    "port": 0,
                    "security_level": "string",
                    "server": "string",
                    "user_id": "string"
                }
            ],
            "users": [
                {
                    "access": "string",
                    "auth_password": "string",
                    "priv_password": "string",
                    "security_level": "string",
                    "user_id": "string"
                }
            ]
        }
    },
    "syslog": {
        "exporters": [
            {
                "max_log_level": "string",
                "port": 0,
                "protocol": "string",
                "server": "string"
            }
        ]
    },
    "timezone": "string"
}