Skip to content

Show external IP for instance primary NIC #1066

@david-crespo

Description

@david-crespo

Console side of https://github.com/oxidecomputer/remote-access-preview/issues/22

Hit useApiQuery('instanceExternalIpList', ...instanceParams) and display the result on the primary network interface. Right now there's only zero or one, but soon (a few weeks) there will be up to 8.

export type ExternalIp = {
ip: string
kind: IpKind
}

export type IpKind = 'ephemeral' | 'floating'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions