table of contents
| nbox-tagged(1) | General Commands Manual | nbox-tagged(1) |
NAME¶
nbox-tagged - List objects carrying a tag (NetBox 4.3+ `/api/extras/tagged-objects/`). A cross-kind reverse lookup: "what has tag X" in one call — unlike `search --tag`, which needs a `q` and filters per endpoint. The tag is resolved by id, exact name, or exact slug
SYNOPSIS¶
nbox tagged [-l|--limit] [-h|--help] <TAG>
DESCRIPTION¶
List objects carrying a tag (NetBox 4.3+ `/api/extras/tagged-objects/`). A cross-kind reverse lookup: "what has tag X" in one call — unlike `search --tag`, which needs a `q` and filters per endpoint. The tag is resolved by id, exact name, or exact slug
OPTIONS¶
- -l, --limit <LIMIT> [default: 200]
- Maximum number of tagged objects to list
- -h, --help
- Print help
- <TAG>
- Tag reference: id, exact name (e.g. `prod:us-east`), or exact slug
| tagged |