For the complete documentation index, see llms.txt. This page is also available as Markdown.

Suggest free IP addresses in a location

get
Authorizations
defguard_sessionstringRequired
Path parameters
network_idinteger · int64Required

ID of the network.

Responses
200

Suggested IP addresses.

application/json
object[]Optional
get/api/v1/device/network/ip/{network_id}
GET /api/v1/device/network/ip/{network_id} HTTP/1.1
Accept: */*
[
  {
    "ip": "10.0.0.15",
    "modifiable_part": "15",
    "network_part": "10.0.0.",
    "network_prefix": "/24"
  }
]

Last updated

Was this helpful?