Get Element Security Zones (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/securityzones
List all the element security zones.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
site_id stringrequired
The ID of the site.
element_id stringrequired
The ID of the element.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The number of responses.
id string
The ID of the response.
tenant_id string
The ID of the tenant.
items ElementSecurityZone[]
id string
The ID of the security zone.
interface_ids string[]
The element security zones interface IDs.
lannetwork_ids string[]
The element security zones LAN network IDs.
site_id stringrequired
The site ID configured for the element security zone.
tenant_id stringrequired
Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)
waninterface_ids string[]
The element security zones WAN interface IDs.
wanoverlay_ids string[]
The element security zones WAN overlay IDs.
zone_id stringrequired
The element security zone ID.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"id": "string",
"interface_ids": [
"string"
],
"lannetwork_ids": [
"string"
],
"site_id": "string",
"tenant_id": "string",
"waninterface_ids": [
"string"
],
"wanoverlay_ids": [
"string"
],
"zone_id": "string"
}
]
}
Loading...