Application discovery service configuration template

The following application discovery configuration template is provided (in json format).

Application discovery configuration template

An example configuration file is included here: ASM_HOME/data/appdisco-observer/ExampleCommonconfig.json
{
  "configId": "default-appdisco",
  "username": "username",
  "password": "4ihmyEBH6pETt14yIxcQ9w==",
  "disco_status_retry_delay_s": 20,
  "connect_read_timeout_ms": 50000,
  "scopes": [
    {
      "type": "Host | Subnet",
      "address": "10.160.162.87 | 2.2.2.2/255.255.255.224",
      "protocol": "IPV4"
    }
  ],
  "seeds": [
    {
      "address": "2.2.2.2/255.255.255.224",
      "timeout": 250,
      "retries": 1
    }
  ],
  "snmppasswords": [
    {
      "communitystring": "itnmlondon",
      "address": "2.2.2.2/255.255.255.224",
      "snmpversion": "V2",
      "snmpv3": null,
      "snmpport": 161,
      "timeout": 3000,
      "retries": 3
    }
  ],
  "accessListType": [
    {
      "accesslistName": "ComputerSystem",
      "componentType": "Computer System | Computer System (Windows)",
      "vendor": "none",
      "communitystring": "",
      "username": "username",
      "password": "4ihmyE",
      "privatePassword": "",
      "enablePassword": "",
      "authenticationType": "Default | Password | Public Key Infrastructure(PKI)",
      "authenticationProtocol": "",
      "encryptionAlgo": "",
      "clientId": "",
      "secretKey": "",
      "sslType": "",
      "walletAuth": {
        "cert": ""
      },
      "keystoreAuth": {
        "cert": "",
        "passPhrase": ""
      },
      "truststoreAuth": {
        "cert": "",
        "passPhrase": ""
      }
    },
    {
      "accesslistName": "NetworkElementSNMP",
      "componentType": "Network Element (SNMP)",
      "vendor": "none",
      "communitystring": "4ihmyE",
      "username": "",
      "password": "",
      "privatePassword": "",
      "enablePassword": "",
      "authenticationType": "",
      "authenticationProtocol": "",
      "encryptionAlgo": "",
      "clientId": "",
      "secretKey": "",
      "sslType": "",
      "walletAuth": {
        "cert": ""
      },
      "keystoreAuth": {
        "cert": "",
        "passPhrase": ""
      },
      "truststoreAuth": {
        "cert": "",
        "passPhrase": ""
      }
    },
    {
      "accesslistName": "NetworkElementSNMPV3",
      "componentType": "Network Element (SNMPV3)",
      "vendor": "none",
      "communitystring": "",
      "username": "username",
      "password": "rVPp==",
      "privatePassword": "",
      "enablePassword": "",
      "authenticationType": "",
      "authenticationProtocol": "MD5",
      "encryptionAlgo": "None",
      "clientId": "",
      "secretKey": "",
      "sslType": "",
      "walletAuth": {
        "cert": ""
      },
      "keystoreAuth": {
        "cert": "",
        "passPhrase": ""
      },
      "truststoreAuth": {
        "cert": "",
        "passPhrase": ""
      }
    },
    {
      "accesslistName": "Database",
      "componentType": "Database",
      "vendor": "DB2",
      "communitystring": "",
      "username": "db2inst1",
      "password": "Z/Xz==",
      "privatePassword": "",
      "enablePassword": "",
      "authenticationType": "",
      "authenticationProtocol": "",
      "encryptionAlgo": "",
      "clientId": "",
      "secretKey": "",
      "sslType": "",
      "walletAuth": {
        "cert": ""
      },
      "keystoreAuth": {
        "cert": "",
        "passPhrase": ""
      }
    },
    {
      "accesslistName": "CiscoDevice",
      "componentType": "Cisco Device",
      "vendor": "none",
      "communitystring": "",
      "username": "username",
      "password": "9lqfxgje==",
      "privatePassword": "",
      "enablePassword": "zxrdft4d",
      "authenticationType": "",
      "authenticationProtocol": "",
      "encryptionAlgo": "",
      "clientId": "",
      "secretKey": "",
      "sslType": "",
      "walletAuth": {
        "cert": ""
      },
      "keystoreAuth": {
        "cert": "",
        "passPhrase": ""
      },
      "truststoreAuth": {
        "cert": "",
        "passPhrase": ""
      }
    },
    {
      "accesslistName": "genericTaddmComponent",
      "componentType": "Cisco Works",
      "vendor": "none",
      "communitystring": "",
      "username": "username",
      "password": "9lqfxgje==",
      "privatePassword": "",
      "enablePassword": "",
      "authenticationType": "",
      "authenticationProtocol": "",
      "encryptionAlgo": "",
      "clientId": "",
      "secretKey": "",
      "sslType": "",
      "walletAuth": {
        "cert": ""
      },
      "keystoreAuth": {
        "cert": "",
        "passPhrase": ""
      },
      "truststoreAuth": {
        "cert": "",
        "passPhrase": ""
      }
    }
  ],
  "telnetaccess": null,
  "dns": null
}