Modify Network Topology details
Select
SaaS
Customer Managed
This endpoint is used to edit network topology.
Path Parameters
- topologyId string required
- application/json
Request Body
- topologyName string
- clientType firewallClientType
Possible values: [
SERVER
,LAPTOP
]The type of clients associated with the topology.
- 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.
- tunnelProtocol FirewallTopologyTunnelProtocol
Possible values: [
REGULAR
,ENCRYPTED
,AUTHENTICATED
,RAW
]The protocol for outgoing communication
- tunnelsPerRoute int32
The number of tunnel connections per route
- useWildCardProxy boolean
Flag determining wether network gateways are used to connect all infrastructure machines
- encryptTraffic boolean
Flag determining if we want the data from tunnel to use HTTPS protocol
firewallGroups object[]
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested details not found
Internal Server Error
PUT /v4/networktopology/:topologyid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"topologyName": "string",
"clientType": "SERVER",
"topologyType": "NETWORK_GATEWAY",
"tunnelProtocol": "REGULAR",
"tunnelsPerRoute": 0,
"useWildCardProxy": true,
"encryptTraffic": true,
"firewallGroups": [
{
"groupType": "INTERNAL",
"clientGroupId": 0,
"mnemonic": "MY_COMMSERVE",
"advancedOptions": {
"tunnelPort": 0,
"keepAliveInterval": 0
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"topologyName": "string",
"clientType": "SERVER",
"topologyType": "NETWORK_GATEWAY",
"tunnelProtocol": "REGULAR",
"tunnelsPerRoute": 0,
"useWildCardProxy": true,
"encryptTraffic": true,
"firewallGroups": [
{
"groupType": "INTERNAL",
"clientGroupId": 0,
"mnemonic": "MY_COMMSERVE",
"advancedOptions": {
"tunnelPort": 0,
"keepAliveInterval": 0
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"topologyName": "string",
"clientType": "SERVER",
"topologyType": "NETWORK_GATEWAY",
"tunnelProtocol": "REGULAR",
"tunnelsPerRoute": 0,
"useWildCardProxy": true,
"encryptTraffic": true,
"firewallGroups": [
{
"groupType": "INTERNAL",
"clientGroupId": 0,
"mnemonic": "MY_COMMSERVE",
"advancedOptions": {
"tunnelPort": 0,
"keepAliveInterval": 0
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"topologyName": "string",
"clientType": "SERVER",
"topologyType": "NETWORK_GATEWAY",
"tunnelProtocol": "REGULAR",
"tunnelsPerRoute": 0,
"useWildCardProxy": true,
"encryptTraffic": true,
"firewallGroups": [
{
"groupType": "INTERNAL",
"clientGroupId": 0,
"mnemonic": "MY_COMMSERVE",
"advancedOptions": {
"tunnelPort": 0,
"keepAliveInterval": 0
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"topologyName": "string",
"clientType": "SERVER",
"topologyType": "NETWORK_GATEWAY",
"tunnelProtocol": "REGULAR",
"tunnelsPerRoute": 0,
"useWildCardProxy": true,
"encryptTraffic": true,
"firewallGroups": [
{
"groupType": "INTERNAL",
"clientGroupId": 0,
"mnemonic": "MY_COMMSERVE",
"advancedOptions": {
"tunnelPort": 0,
"keepAliveInterval": 0
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"topologyName": "string",
"clientType": "SERVER",
"topologyType": "NETWORK_GATEWAY",
"tunnelProtocol": "REGULAR",
"tunnelsPerRoute": 0,
"useWildCardProxy": true,
"encryptTraffic": true,
"firewallGroups": [
{
"groupType": "INTERNAL",
"clientGroupId": 0,
"mnemonic": "MY_COMMSERVE",
"advancedOptions": {
"tunnelPort": 0,
"keepAliveInterval": 0
}
}
]
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"topologyName": "string",
"clientType": "SERVER",
"topologyType": "NETWORK_GATEWAY",
"tunnelProtocol": "REGULAR",
"tunnelsPerRoute": 0,
"useWildCardProxy": true,
"encryptTraffic": true,
"firewallGroups": [
{
"groupType": "INTERNAL",
"clientGroupId": 0,
"mnemonic": "MY_COMMSERVE",
"advancedOptions": {
"tunnelPort": 0,
"keepAliveInterval": 0
}
}
]
}'