Update network

Prev Next
Put
/v2.3/networks/{networkId}

Required permissions: ["network:update"]

Update network.

Security
HTTP
Type bearer
Path parameters
networkId
stringRequired
Body parameters
Expand All
object
network
object (BaseNetworkDto) Required
name
string

Network name

tags
Array of string

List of network tags

string
Responses
200

Request accepted

object
createdAt
string (date-time)

The date when this record was created.

updatedAt
string (date-time)

The date of last update of the record.

dns
string

DNS of the network.

subnet
string

Subnet of the network.

accessType
string
Valid values[ "public", "private" ]
applications
Array of string

List of IDs of assigned applications.

string
tags
Array of string

List of network tags.

string
name
string

Network name.

isDefault
boolean

Indicates that the network is default.

id
string

Unique ID.

tenantId
string

ID of the tenant.

asn
integer #deprecatedtemplate# #additional-property-template#

Autonomous System Number (ASN) for BGP routing. It will be automatically assigned an ASN once creating the first dynamic tunnel in this network. The network ASN can never be changed once it is set.

OneOf
integer
integer
Minimum1
Maximum64496
integer
integer
Minimum64512
Maximum65535
integer
integer
Minimum131072
Maximum4294967295
regions
Array of string

Network regions id list.

string
400

Bad request

401

Unauthorized

403

Forbidden

404

Network not found