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' |
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.console/libs/api/__generated__/Api.ts
Lines 173 to 176 in 147dfd7
console/libs/api/__generated__/Api.ts
Line 620 in 147dfd7