Resource Center/Network Resource/L2 Network Operations
PUTL2 Network OperationsSince 3.3.0SynchronousAuth Required
UpdateVniRange
UpdateVniRange
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
nameStringOptional. The name.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/l2-networks/vxlan-pool/vni-ranges/{uuid}
/zstack/v1/l2-networks/vxlan-pool/vni-ranges/{uuid}
Request Example
curl -X PUT 'http://{host}/zstack/v1/l2-networks/vxlan-pool/vni-ranges/{uuid}' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"name":"<name>","systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "name": "Test-Range", "description": "Test", "startVni": 10.0, "endVni": 10000.0, "l2NetworkUuid": "73f29ba3afd83876830ab1794046e47a" } }Change History
This API has no change history records yet.
