DeviceDiscoveryDto
DeviceDiscoveryDto
AllOf
This class requires all of the following:
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"
}
}
}