Skip to main content

Get Start Network Node Config (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/deviceidconfigs/:deviceid_config_id/snmpdiscoverystartnodes

Get all Start Network Node config.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID

    site_id stringrequired

    The site ID.

    deviceid_config_id stringrequired

    The deviceid config ID.

Responses

Successful Operation

Schema
    description

    The device id start node description.

    id string

    The device ID.

    ipv4_address stringrequired

    The IPv4 address used as the starting point for network and device discovery.

    name stringrequired

    Device ID start node name.

    scope StartNodeScopeConfig[]

    Subnet scopes. A maximum of eight subnets can be entered per start node. This limits the discovery to a set of devices within the specified scope.

  • Array [
  • ipv4_prefix string

    The prefix of the IPv4 address.

  • ]
  • tags string[]

    A information field that can be added to start nodes. Maximum 10 unique tags of length 1024 each are allowed.

Loading...