Get LAN Networks (v2.0)
List all the LAN networks.
Path Parameters
- tenant_id string required
The ID of the tenant.
- site_id string required
The ID of the site.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- oneOf
- ListQueryResponse
- BulkResponse
count int32The count of the query list.
deleted_count int64The deleted number of queries.
deleted_ids string[]The deleted query IDs.
descriptionDescription of the query. Max size = 256.
id stringThe ID.
next_query objectDetails of the next query.
tenant_id stringtotal_count int64Total number of queries.
count int32The total number of responses.
id stringThe ID of the response.
type stringThe type of response.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0
}
Loading...