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
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
View details of a floating IP:
hudl fip get 203.0.113.42Output as JSON:
hudl fip get 203.0.113.42 -o jsonAPI reference
This command calls GET /floating-ips/{id} under the hood. See the full request and response schema in the API reference.