Руководство Разработчика для Cisco Cisco Virtual Topology System 2.0

Скачать
Страница из 102
VTS 2.0 Developer Guide 
 
 
22 
l3-dc-gw-parent 
string 
This L3 group's L3 
datacenter gateway 
parent in the 
infrastructure policy 
hierarchy. 
l3-dci-parent 
string 
This L3 group's 
datacenter gateway 
interconnect parent 
4.9.9.3  Payload example 

  “l3-dc-gw-parent”: “my-dc-group” 
4.9.10  Layer 3 Gateway Groups 
The following APIs are used to perform CRUD operations on layer 3 gateways 
groups. 
 
4.9.10.1 URIs 
  https://host:8888/api/running/cisco-vts/infrastructure-policy/l3-gateway-
groups/l3-gateway-group 
 
  https://host:8888/api/running/cisco-vts/infrastructure-policy/l3-gateway-
groups/l3-gateway-group{name} 
4.9.10.2 Payload fields 
Field 
Data Type 
Description 
Name 
string 
Name of the L3 gateway 
group. 
This field is required. 
4.9.10.3 Payload example 

  “name”: “my-other-l3-group” 
4.9.11  Devices in a Layer 3 Gateway Group 
The following APIs are used to perform CRUD operations on devices belonging 
to a layer 3 gateways group. 
4.9.11.1 URIs 
  https://host:8888/api/running/cisco-vts/infrastructure-policy/l3-gateway-
groups/l3-gateway-group/{name}/devices/device/ 
 
  https://host:8888/api/running/cisco-vts/infrastructure-policy/l3-gateway-
groups/l3-gateway-group/{name}/devices/device/{name2}