GET any XServer API path
xserver_getIssue read-only GET requests to the XServer API for endpoints not available via other tools. Retrieve server details such as domains, mail, and cron settings.
Instructions
Issue an arbitrary read-only GET against the XServer API. Use this when a specific endpoint is not covered by the other tools. The path is relative to the API base (https://api.xserver.ne.jp/v1), e.g. "/server/xs123456.xsrv.jp/cron". Writes (POST/PUT/DELETE) are not supported by this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path relative to the API base, e.g. /me or /server/{servername}/domain. A leading /v1 or a full https://api.xserver.ne.jp/v1/... URL is also accepted. | |
| query | No | Optional query string parameters. |