Skip to main content

Get Network Topologies

Select

Customer Managed

This endpoint is used to return the list of network topology.

Responses

Success


Schema
  • firewallTopologies object[]
  • topology object
  • id int32
  • name string
  • topologyType firewallTopologyTypes

    Possible 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 firewallClientType

    Possible values: [SERVER, LAPTOP]

    The type of clients associated with the topology.

GET /v4/networktopology    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'