Resource Center/Network Resource/VPC Operations
GETVPC OperationsSince 2.3SynchronousAuth Required
GetVpcVRouterDistributedRoutingConnections
GetVpcVRouterDistributedRoutingConnections
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe VPC vRouter UUID. To obtain the real-time traffic state of a VPC vRouter, enable distributed routing.
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/vpc/virtual-routers/{uuid}/tracked-connections
/zstack/v1/vpc/virtual-routers/{uuid}/tracked-connections
Request Example
curl -X GET 'http://{host}/zstack/v1/vpc/virtual-routers/{uuid}/tracked-connections?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": { "192.168.31.156,192.168.105.175": { "sourceL2NetworkType": "L2VlanNetwork", "destinationL2NetworkType": "L2VlanNetwork", "sourceMac": "fa:bf:6e:37:c3:00", "destinationMac": "fa:3a:b3:ae:f4:00", "sourceL2NetworkVni": 3101.0, "destinationL2NetworkVni": 3105.0, "lastOpDate": "2017-12-02 15:23:44.872099448 +0800 CST m\u003d+70467.712498312", "status": "ZSNP_DST_SUCC" } } }Change History
This API has no change history records yet.
