describe_report_objects
Discover SAS Visual Analytics report operations and object types to understand data roles and build reports correctly.
Instructions
Discover what a Visual Analytics report can contain — operations and objects.
Call this to learn how to build a report before calling
apply_report_operations. It reads a bundled catalog (no network), so
it is the cheap way to look up an object's data roles instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Restrict the catalog to one category. | |
| operation | No | An operation key (e.g. ``"addData"``, ``"applyDataView"``) for its full shape, example, and notes. | |
| object_type | No | A schema key (e.g. ``"barChart"``, ``"scatterPlot"``) or colloquial alias for its contract and example. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||