PollObject

PollObject
PollObject

This object specifies IDs of agents/collectors and their associated polling groups

JSON Example
{
    "name": "0.0.0.0:161",
    "pollingGroups": [
        "polling-group-one"
    ]
}
string
name
Required

This can be either agentIds, mask names or collector names depending on the type of SNMP object being polled.

array of string
pollingGroups
Required

The names of all the polling groups associated with the a particular SNMP object.