arvan_request
Execute any HTTP request to ArvanCloud API endpoints not covered by dedicated tools. Specify method, path, optional query, and body to interact with compute, networking, CDN, and more.
Instructions
Call any ArvanCloud API endpoint directly (generic escape hatch).
Use this for any operation that does not have a dedicated tool. Discover
available endpoints with arvan_capabilities.
Args:
method: HTTP method.
path: Endpoint path relative to the API base, e.g.
/ecc/v1/regions/ir-thr-c2/servers or /cdn/4.0/domains.
A leading slash is optional.
query: Optional query-string parameters.
body: Optional JSON request body (for POST/PUT/PATCH).
Returns: The decoded JSON response from ArvanCloud.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| path | Yes | ||
| query | No | ||
| body | No |