Networks
Manages the private networks of a project: creation, listing, retrieval, deletion, and attaching, configuring or detaching VMs on a network. Network changes are applied asynchronously.
📄️ Creates a new private network in the project.
This operation is asynchronous. The `CommandId` in the response is an internal identifier
📄️ Returns a paged list of the project's networks.
Supported values for `sorts` and `filters` on this endpoint are `id`,
📄️ Returns a single network by id.
Returns details of the selected network.
📄️ Deletes a network from the project.
This operation is asynchronous. The `CommandId` in the response is an internal identifier
📄️ Connects a VM to the network.
This operation is asynchronous. The `CommandId` in the response is an internal identifier
📄️ Changes the network configuration (IP address) of a VM already attached to the network.
This operation is asynchronous. The `CommandId` in the response is an internal identifier
📄️ Disconnects a VM from the network.
This operation is asynchronous. The `CommandId` in the response is an internal identifier