ovh_api_raw
Make raw HTTP calls to any OVH API endpoint. Specify method, path, optional JSON body, and query parameters for advanced control.
Instructions
Call any OVH API endpoint directly (advanced)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | GET | |
| path | Yes | API path (e.g. /vps, /me, /domain/zone/example.com/record) | |
| body | No | JSON body for POST/PUT | |
| query | No |