Resource Center/Network Resource/L2 Network Operations
GETL2 Network OperationsSince 0.6SynchronousAuth Required
QueryVniRange
QueryVniRange
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-pool/vni-range
/zstack/v1/l2-networks/vxlan-pool/vni-range
Request Example
curl -X GET 'http://{host}/zstack/v1/l2-networks/vxlan-pool/vni-range' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "name": "Test-Range", "description": "Test", "startVni": 10.0, "endVni": 10000.0, "l2NetworkUuid": "32e0539245504a22a474ea2f34db16d0" } ] }Change History
This API has no change history records yet.
