Network ID
Unique identifier of the network in UUID format.
| Field | Value |
|---|---|
| Name | networkId |
| Location | path |
| Required | Yes |
| Type | string (uuid) |
| Example | 00000000-0000-0000-0000-000000000000 |
Used In
- Returns a single network by id.
GET /v1/projects/{projectId}/networks/{networkId} - Deletes a network from the project.
DELETE /v1/projects/{projectId}/networks/{networkId} - Connects a VM to the network.
POST /v1/projects/{projectId}/networks/{networkId}/vms - Changes the network configuration (IP address) of a VM already attached to the network.
PUT /v1/projects/{projectId}/networks/{networkId}/vms/{vmId} - Disconnects a VM from the network.
DELETE /v1/projects/{projectId}/networks/{networkId}/vms/{vmId}