test_request
Send HTTP requests to REST APIs or OpenSearch endpoints on specified stands, with automatic authentication handling.
Instructions
Test a REST API or OpenSearch endpoint on a specific stand. Auth is handled automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional request body | |
| stand | Yes | Target stand name (e.g. dev, test, staging) | |
| method | Yes | HTTP method | |
| headers | No | Optional headers. Do NOT pass Authorization here. | |
| service | Yes | Service name from config (e.g. billing, orders) or "elastic" for OpenSearch | |
| endpoint | Yes | Endpoint path (e.g. "/api/v1/users") |