Skip to main content

Bulk Delete Start Network Node Config (v2.0)

POST 

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

Bulk delete device ID of 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.

Body

Details of the Device ID start network node config to be updated

    id string

    The ID.

    start_nodes BulkDeleteStartNode[]

    Details of the start nodes. This is the IP address that the ION device uses as a starting point for network and device discovery.

  • Array [
  • description

    The start node description.

    error_message string

    Error message.

    id string

    The ID.

    ipv4_address stringrequired

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

    name string

    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.

  • ]

Responses

Returns list of deleted start node ids based on query

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items BulkDeleteStartNode[]
  • Array [
  • description

    The start node description.

    error_message string

    Error message.

    id string

    The ID.

    ipv4_address stringrequired

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

    name string

    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...