table of contents
| nbox-raw(1) | General Commands Manual | nbox-raw(1) |
NAME¶
nbox-raw - Make a raw read-only API request (escape hatch for unmodeled endpoints)
SYNOPSIS¶
nbox raw [-h|--help] <METHOD> <PATH>
DESCRIPTION¶
Make a raw read-only API request (escape hatch for unmodeled endpoints)
OPTIONS¶
- -h, --help
- Print help
- <METHOD>
- HTTP method. Only GET is supported until writes land (a later release)
- <PATH>
- API path, with or without the `/api/` prefix (e.g. `dcim/devices/?limit=1` or `/api/dcim/devices/?limit=1`)
| raw |