orca find¶
Locate a resource by partial ID or name.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca find¶
Universal search across every OpenStack resource.
Matches the query (case-insensitive substring) against IDs, names, IPs, CIDRs, fingerprints, MAC addresses, and device references.
Examples: orca find 10.0.0.5 # who uses this IP? orca find web # anything matching 'web' orca find abc12345 # by partial UUID orca find 10.0.0.5 -t ports -t servers
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--type, -t |
choice (servers | ports | floatingips | volumes | networks | subnets | security_groups | routers | images | keypairs) |
Restrict search to one or more resource types (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |