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

List networks reduced to their ID and name

get
Authorizations
defguard_sessionstringRequired
Responses
200

All networks, reduced to their ID and name.

application/json
object[]Optional
get/api/v1/network/display
GET /api/v1/network/display HTTP/1.1
Accept: */*
[
  {
    "display": "office",
    "id": 1
  }
]

Last updated

Was this helpful?