api_get
Retrieve any BigFix REST API endpoint read-only. Query paths like 'help', 'computers', 'sites' to discover and fetch data without side effects.
Instructions
Read-only escape hatch: GET any BigFix REST API path under /api/.
GET is non-mutating across the BigFix REST API. Use path 'help' to discover available endpoints. Response text is truncated to 50KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative REST API path under /api/, e.g. 'help', 'computers', 'sites', 'computer/123'. Query strings allowed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||