Resource Center/Network Resource/L2 Network Operations
GETL2 Network OperationsSince 0.6SynchronousAuth Required
QueryL2VxlanNetwork
QueryL2VxlanNetwork
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/l2-networks/vxlan
/zstack/v1/l2-networks/vxlan
Request Example
curl -X GET 'http://{host}/zstack/v1/l2-networks/vxlan' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "name": "Test-Net", "description": "Test", "zoneUuid": "ef52a71330384e3080c88b243bf3fae2", "type": "L2VxlanNetwork" "vSwitchType": "LinuxBridge" } ] }Change History
This API has no change history records yet.
