Get a NodeBalancer

Returns a single NodeBalancer you can access. Run the List VPC configurations operation to get the NodeBalancer's VPC configuration.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: view_nodebalancer
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: nodebalancers:read_only

CLI

linode-cli nodebalancers view 12345

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The ID of the NodeBalancer.

Responses

Response body
object
integer
0 to 20

Throttle TCP connections per second for TCP, HTTP, and HTTPS configurations. Set to 0 (zero) to disable throttling.

date-time

Read-only When this NodeBalancer was created.

string

Read-only This NodeBalancer's hostname, beginning with its IP address and ending with .ip.linodeusercontent.com.

integer

Read-only This NodeBalancer's unique ID.

string

Filterable, Read-only This NodeBalancer's public IPv4 address.

string | null

Read-only This NodeBalancer's public IPv6 address.

string
length between 3 and 32

Filterable This NodeBalancer's label. These must be unique on your Account.

lke_cluster
object | null

Read-only This NodeBalancer's related LKE cluster, if any. The value is null if this NodeBalancer isn't related to an LKE cluster.

string

The ID of the related LKE cluster.

string

The label of the related LKE cluster.

string

Read-only The type for LKE clusters.

string

The URL where you can access the related LKE cluster.

locks
array of strings | null

Beta, Filterable, Read-only Indicates if this NodeBalancer is protected by a lock to prevent accidental deletion. If the NodeBalancer has a cannot_delete lock, it can't be deleted, but its configurations and backend nodes can. If the NodeBalancer has a cannot_delete_with_subresources lock, both the NodeBalancer and attached resources such as configurations and backend nodes can't be deleted. Only account administrators can remove locks using the Delete a resource lock operation.

locks
string

Filterable, Read-only The Region where this NodeBalancer is located. NodeBalancers only support backends in the same Region.

tags
array of strings

Filterable An array of Tags applied to this object. Tags are for organizational purposes only.

tags
transfer
object

Read-only Information about the amount of transfer this NodeBalancer has had so far this month.

number | null

Read-only The total outbound transfer, in MB, used for this NodeBalancer this month.

number | null

Read-only The total inbound transfer, in MB, used for this NodeBalancer this month.

number | null

Read-only The total transfer, in MB, used by this NodeBalancer this month.

string
enum

Read-only The type of NodeBalancer.

common premium

date-time

Read-only When this NodeBalancer was last updated.

Language
Credentials