Huddle01 Cloud
CLIFloating IPs

hudl fip get <ip>

Show details of a single floating IP, including its current binding.

Show details of a single floating IP, including its current binding. Returns the IP address, status, associated instance, and network information.

Usage

hudl fip get <ip> [flags]

Common flags

FlagDescription
--region <code>Override the active region for this call only.
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

View details of a floating IP:

hudl fip get 203.0.113.42

Output as JSON:

hudl fip get 203.0.113.42 -o json

API reference

This command calls GET /floating-ips/{id} under the hood. See the full request and response schema in the API reference.