|
| 1 | +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 |
| 2 | +🟥🟥🟥 STDERR️️ 🟥🟥🟥️ |
| 3 | +List all your links (InterLink connections). A number of filters are available, including Project ID, name, tags and status. |
| 4 | + |
| 5 | +USAGE: |
| 6 | + scw interlink link list [arg=value ...] |
| 7 | + |
| 8 | +ARGS: |
| 9 | + [order-by] Order in which to return results (created_at_asc | created_at_desc | name_asc | name_desc | status_asc | status_desc) |
| 10 | + [project-id] Project ID to filter for |
| 11 | + [name] Link name to filter for |
| 12 | + [tags.{index}] Tags to filter for |
| 13 | + [status] Link status to filter for (unknown_link_status | configuring | failed | requested | refused | expired | provisioning | active | limited_connectivity | all_down | deprovisioning | deleted | locked) |
| 14 | + [bgp-v4-status] BGP IPv4 status to filter for (unknown_bgp_status | up | down) |
| 15 | + [bgp-v6-status] BGP IPv6 status to filter for (unknown_bgp_status | up | down) |
| 16 | + [pop-id] Filter for links attached to this PoP (via ports) |
| 17 | + [bandwidth-mbps] Filter for link bandwidth (in Mbps) |
| 18 | + [partner-id] Filter for links hosted by this partner |
| 19 | + [vpc-id] Filter for links attached to this VPC |
| 20 | + [routing-policy-id] Filter for links using this routing policy |
| 21 | + [pairing-key] Filter for the link with this pairing_key |
| 22 | + [organization-id] Organization ID to filter for |
| 23 | + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all) |
| 24 | + |
| 25 | +FLAGS: |
| 26 | + -h, --help help for list |
| 27 | + |
| 28 | +GLOBAL FLAGS: |
| 29 | + -c, --config string The path to the config file |
| 30 | + -D, --debug Enable debug mode |
| 31 | + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") |
| 32 | + -p, --profile string The config profile to use |
0 commit comments