CentralNodeConfigProfileListResult

CentralNodeConfigProfileListResult
CentralNodeConfigProfileListResult

Paged collection of Central Node Config profiles.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_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"
        }
    ]
}