Get Network Topologies
Select
Customer Managed
This endpoint is used to return the list of network topology.
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
firewallTopologies object[]
topology object
id int32name stringtopologyType firewallTopologyTypesPossible values: [
NETWORK_GATEWAY
,ONE_WAY
,TWO_WAY
,CASCADING_GATEWAYS
,ONEWAY_FORWARDING
]The type of topology of client groups (and sometimes network gateway) for this instance.
clientType firewallClientTypePossible values: [
SERVER
,LAPTOP
]The type of clients associated with the topology.
{
"firewallTopologies": [
{
"topology": {
"id": 0,
"name": "string"
},
"topologyType": "NETWORK_GATEWAY",
"clientType": "SERVER"
}
]
}
Requested Details not found
Loading...