Resource Center/Network Resource/L3 Network Operations
PUTL3 Network OperationsSince 0.6SynchronousAuth Required
UpdateL3Network
UpdateL3Network
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
updatel3networkObjectRequiredupdatel3network request body object.
nameStringOptional. The L3 network name.
descriptionStringOptional. The detailed description of the L3 network.
systemBooleanOptional. Whether the L3 network can be applied to appliance VM instances.
dnsDomainStringOptional. The DNS domain.
categoryStringOptional. The network type, which must be used with the system tags. If system is set to true, this parameter can be set to Public or Private.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/l3-networks/{uuid}/actions
/zstack/v1/l3-networks/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/l3-networks/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updatel3network":{"name":"<name>","description":"<description>","system":true,"dnsDomain":"<dnsDomain>","category":"<category>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "dd370da0d6fa49288fc119b35db36b7c", "name": "Test-L3Network" } }Change History
This API has no change history records yet.
