Compute

Get External IP

Retrieves detailed information about a specific external IP address. External IPs provide public internet access to your resources by attaching to links or load balancers.

get/compute/v2/thr1/workspaces/{workspaceUUID}/external-ips/{resourceId}

Path parameters

resourceIdstring required

Resource ID

workspaceUUIDstring required

UUID of the workspace

Response

Successfully retrieved the details of the specified external IP address, including its configuration, status, and the resource it's attached to (link or load balancer).

apiVersion'compute/v2' required

Version identifier of the API schema

kind'ExternalIP' required

The string value 'ExternalIP' that identifies the schema

Example response

{
  "apiVersion": "compute/v2",
  "kind": "ExternalIP",
  "metadata": {
    "resourceVersion": "519597875",
    "uid": "00000000-0000-0000-0000-000000000000",
    "workspace": "00000000-0000-0000-0000-000000000000"
  },
  "spec": {
    "ip": "192.168.1.100"
  },
  "status": {
    "gateway": "192.168.1.1"
  }
}

Changes

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