DeviceDiscoveryRequest

DeviceDiscoveryRequest
DeviceDiscoveryRequest
AllOf
This class requires all of the following:
JSON Example
{
    "config_polling_interval_in_min": "10",
    "scheduled_config_polling_time": "2:00",
    "scheduled_config_polling_days": "MONDAY,TUESDAY",
    "config_polling_interval_type": "CUSTOM",
    "name": "discovervrniIT",
    "network_ranges": [
        "string"
    ],
    "seeds": [
        "10.152.5.1"
    ],
    "seed_depth": 5,
    "ignored_list": [
        "string"
    ],
    "credential_profiles": [
        "string"
    ],
    "proxy_id": "10000:901:2489329838",
    "ssh_credentials": [
        {
            "username": "readonly",
            "password": "VMware1!",
            "name": "SSH_Credential_1"
        }
    ],
    "api_credentials": [
        {
            "username": "readonly",
            "password": "VMware1!",
            "name": "API_Credential_1"
        }
    ],
    "snmp_credentials": [
        {
            "snmp_enabled": true,
            "snmp_version": "v2c",
            "config_snmp_2c": {
                "community_string": "public"
            },
            "config_snmp_3": {
                "username": "readonly",
                "context_name": "default",
                "authentication_type": "MD5",
                "authentication_password": "VMware1!",
                "privacy_type": "AES256",
                "privacy_password": "VMware1!"
            },
            "name": "SNMP_Credential_1"
        }
    ]
}