SystemConfigurationApiResponse

SystemConfigurationApiResponse
SystemConfigurationApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "admin_auth_configuration": {
                "allow_local_user_login": false,
                "remote_auth_configurations": [
                    {
                        "auth_mapping_profile_ref": "string",
                        "auth_profile_ref": "string",
                        "index": 0
                    }
                ],
                "service_auth_configurations": [
                    {
                        "index": 0,
                        "service_auth_mapping_profile_ref": "string",
                        "service_auth_profile_ref": "string"
                    }
                ]
            },
            "common_criteria_mode": false,
            "configpb_attributes": {
                "version": 0
            },
            "controller_analytics_policy": {
                "metrics_event_thresholds": [
                    {
                        "metrics_event_threshold_type": "string",
                        "reset_threshold": "number",
                        "watermark_thresholds": [
                            0
                        ]
                    }
                ]
            },
            "default_license_tier": "string",
            "dns_configuration": {
                "search_domain": "string",
                "server_list": [
                    {
                        "addr": "string",
                        "type": "string"
                    }
                ]
            },
            "dns_virtualservice_refs": [
                "string"
            ],
            "docker_mode": false,
            "email_configuration": {
                "auth_password": "string",
                "auth_username": "string",
                "disable_tls": false,
                "email_timezone": "string",
                "from_email": "string",
                "from_name": "string",
                "mail_server_name": "string",
                "mail_server_port": 0,
                "smtp_type": "string"
            },
            "enable_cors": false,
            "fips_mode": false,
            "global_tenant_config": {
                "se_in_provider_context": false,
                "tenant_access_to_provider_se": false,
                "tenant_vrf": false
            },
            "host_key_algorithm_exclude": "string",
            "kex_algorithm_exclude": "string",
            "linux_configuration": {
                "banner": "string",
                "cis_mode": false,
                "motd": "string"
            },
            "mgmt_ip_access_control": {
                "api_access": {
                    "addrs": [
                        {
                            "addr": "string",
                            "type": "string"
                        }
                    ],
                    "group_refs": [
                        "string"
                    ],
                    "match_criteria": "string",
                    "prefixes": [
                        {
                            "ip_addr": {
                                "addr": "string",
                                "type": "string"
                            },
                            "mask": 0
                        }
                    ],
                    "ranges": [
                        {
                            "begin": {
                                "addr": "string",
                                "type": "string"
                            },
                            "end": {
                                "addr": "string",
                                "type": "string"
                            }
                        }
                    ]
                },
                "shell_server_access": {
                    "addrs": [
                        {
                            "addr": "string",
                            "type": "string"
                        }
                    ],
                    "group_refs": [
                        "string"
                    ],
                    "match_criteria": "string",
                    "prefixes": [
                        {
                            "ip_addr": {
                                "addr": "string",
                                "type": "string"
                            },
                            "mask": 0
                        }
                    ],
                    "ranges": [
                        {
                            "begin": {
                                "addr": "string",
                                "type": "string"
                            },
                            "end": {
                                "addr": "string",
                                "type": "string"
                            }
                        }
                    ]
                },
                "snmp_access": {
                    "addrs": [
                        {
                            "addr": "string",
                            "type": "string"
                        }
                    ],
                    "group_refs": [
                        "string"
                    ],
                    "match_criteria": "string",
                    "prefixes": [
                        {
                            "ip_addr": {
                                "addr": "string",
                                "type": "string"
                            },
                            "mask": 0
                        }
                    ],
                    "ranges": [
                        {
                            "begin": {
                                "addr": "string",
                                "type": "string"
                            },
                            "end": {
                                "addr": "string",
                                "type": "string"
                            }
                        }
                    ]
                },
                "ssh_access": {
                    "addrs": [
                        {
                            "addr": "string",
                            "type": "string"
                        }
                    ],
                    "group_refs": [
                        "string"
                    ],
                    "match_criteria": "string",
                    "prefixes": [
                        {
                            "ip_addr": {
                                "addr": "string",
                                "type": "string"
                            },
                            "mask": 0
                        }
                    ],
                    "ranges": [
                        {
                            "begin": {
                                "addr": "string",
                                "type": "string"
                            },
                            "end": {
                                "addr": "string",
                                "type": "string"
                            }
                        }
                    ]
                },
                "sysint_access": {
                    "addrs": [
                        {
                            "addr": "string",
                            "type": "string"
                        }
                    ],
                    "group_refs": [
                        "string"
                    ],
                    "match_criteria": "string",
                    "prefixes": [
                        {
                            "ip_addr": {
                                "addr": "string",
                                "type": "string"
                            },
                            "mask": 0
                        }
                    ],
                    "ranges": [
                        {
                            "begin": {
                                "addr": "string",
                                "type": "string"
                            },
                            "end": {
                                "addr": "string",
                                "type": "string"
                            }
                        }
                    ]
                }
            },
            "ntp_configuration": {
                "ntp_authentication_keys": [
                    {
                        "algorithm": "string",
                        "key": "string",
                        "key_number": 0
                    }
                ],
                "ntp_server_list": [
                    {
                        "addr": "string",
                        "type": "string"
                    }
                ],
                "ntp_servers": [
                    {
                        "key_number": 0,
                        "server": {
                            "addr": "string",
                            "type": "string"
                        }
                    }
                ]
            },
            "portal_configuration": {
                "allow_basic_authentication": false,
                "api_force_timeout": 0,
                "disable_remote_cli_shell": false,
                "disable_swagger": false,
                "enable_clickjacking_protection": false,
                "enable_http": false,
                "enable_https": false,
                "http_port": 0,
                "https_port": 0,
                "minimum_password_length": 0,
                "password_strength_check": false,
                "pkiprofile_ref": "string",
                "redirect_to_https": false,
                "sslkeyandcertificate_refs": [
                    "string"
                ],
                "sslprofile_ref": "string",
                "use_uuid_from_input": false
            },
            "proxy_configuration": {
                "host": "string",
                "password": "string",
                "port": 0,
                "username": "string"
            },
            "rekey_time_limit": "string",
            "rekey_volume_limit": "string",
            "secure_channel_configuration": {
                "sslkeyandcertificate_refs": [
                    "string"
                ]
            },
            "snmp_configuration": {
                "community": "string",
                "large_trap_payload": false,
                "snmp_v3_config": {
                    "engine_id": "string",
                    "user": {
                        "auth_passphrase": "string",
                        "auth_type": "string",
                        "priv_passphrase": "string",
                        "priv_type": "string",
                        "username": "string"
                    }
                },
                "sys_contact": "string",
                "sys_location": "string",
                "version": "string"
            },
            "ssh_ciphers": [
                "string"
            ],
            "ssh_hmacs": [
                "string"
            ],
            "url": "string",
            "uuid": "string",
            "welcome_workflow_complete": false
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

results
Required

results

string
next
Optional

next