Compute

Get Link

Retrieves detailed information about a specific network link. A link is a network interface that connects a compute instance to a subnet, allowing the instance to communicate with other resources in your virtual network.

get/compute/v2/thr3/workspaces/{workspaceUUID}/links/{resourceId}

Path parameters

resourceIdstring required

Resource ID

workspaceUUIDstring required

UUID of the workspace

Response

Successfully retrieved the details of the specified network link, including its configuration, status, associated instance, and the subnet it connects to.

apiVersion'compute/v2' required

Version identifier of the API schema

kind'Link' required

The string value 'Link' that identifies the schema

Example response

{
  "apiVersion": "compute/v2",
  "kind": "Link",
  "metadata": {
    "resourceVersion": "519597875",
    "uid": "00000000-0000-0000-0000-000000000000",
    "workspace": "00000000-0000-0000-0000-000000000000"
  },
  "spec": {
    "forwardableAddresses": [
      {
        "cidr": "192.168.2.0/24",
        "mac": "00:11:22:33:44:55"
      }
    ],
    "ip": "192.168.2.100/24"
  },
  "status": {
    "gatewayIP": "192.168.1.1",
    "mac": "00:11:22:33:44:55"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.