inscada_api_schema
Retrieve parameter and body schemas for any API endpoint. Use to discover required parameters before making a call.
Instructions
Get parameter and body schema for an API endpoint. Use before calling inscada_api to know required parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path (e.g. /api/alarms/groups) | |
| method | No | HTTP method (default: GET) |