Hi,
is it possible to add the bulk discovery via hostname rather than IP address?
if so what paramater do I need here:
| corePluginContext = { |
| 'BulkList': [{'Address': target_node_ip}], |
| 'Credentials': [ |
| { |
| 'CredentialID': snmpv3_credential_id, |
| 'Order': 1 |
| } |
| ], |
| 'WmiRetriesCount': 0, |
| 'WmiRetryIntervalMiliseconds': 1000 |
| } |