vunet_fetch_datamodels
Retrieve and explore live data models (signals) from your VuNet tenant, showing signal names, types, data sources, and column details. Identify available data before running metric queries.
Instructions
Fetch the actual live DataModels (signals) configured in this VuNet tenant by calling /api/vuaccel/datamodel/. Returns real signal names, types (Metric/Event/Log), data sources, and column details. Use this to discover what data is available before querying with vunet_query_metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return per page (default: 10, max: 100) | |
| offset | No | Pagination offset — number of records to skip (default: 0) | |
| search | No | Search keyword to filter data models by name (e.g., 'UPI', 'CPU', 'transaction') | |
| ordering | No | Field to sort results by (e.g., 'signal_name', '-creation_time') | |
| signal_type | No | Filter by signal type: 'Metric', 'Event', or 'Log' |