InlineDeviceDiscoveryDto0

InlineDeviceDiscoveryDto0
InlineDeviceDiscoveryDto0
JSON Example
{
    "entity_id": "modelKey",
    "name": "discovervrniIT",
    "network_ranges": [
        "string"
    ],
    "seeds": [
        "10.152.5.1"
    ],
    "seed_depth": 5,
    "ignored_list": [
        "string"
    ],
    "credential_profiles": [
        "string"
    ],
    "proxy_id": "10000:901:2348347937",
    "profile_id": "10000:901:2348347937",
    "ssh_credentials": [
        {
            "username": "readonly",
            "password": "VMware1!",
            "name": "SSH_Credential_1",
            "entityId": "1:3101:3",
            "account_type": "string"
        }
    ],
    "api_credentials": [
        {
            "username": "readonly",
            "password": "VMware1!",
            "name": "API_Credential_1",
            "entityId": "1:3100:3",
            "account_type": "string"
        }
    ],
    "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",
            "entityId": "1:3102:3",
            "account_type": "string"
        }
    ],
    "schedule": {
        "type": "RUN_ONCE",
        "value": {
            "recurrenceType": "DAILY",
            "time": "2:10",
            "dayOfWeek": "5",
            "dayOfMonth": "3",
            "month": "2",
            "year": "2022",
            "interval": 4,
            "intervalType": "DAY"
        }
    }
}
string
entity_id
Optional

Discovery Job Id

string
name
Optional

Discovery Job Name

array of string
network_ranges
Optional

list of network or CIDR range for network discovery

array of string
seeds
Optional

list of seed device for network discovery

integer
seed_depth
Optional

depth of seed discovery

array of string
ignored_list
Optional

list of ip/fqdn which needs to be ignored during discovery

array of string
credential_profiles
Optional

list of credential profile entity ids to be used during discovery

string
proxy_id
Optional

modelKey of proxy node

string
profile_id
Optional

modelKey of discovery profile

ssh_credentials
Optional

List of SSH Credentials.

api_credentials
Optional

List of API Credentials.

snmp_credentials
Optional

List of SNMP Credentials.

schedule
Optional

schedule