Affected Version(s)
All versions older than 25.06.
Description
The API Endpoint paths shown in the API explorer's curl and Request URL are not correct.
For example, the Node API shows a request endpoint of /api-explorer/api/v2/nodedapi/nodes:
However, the correct endpoint is /api-explorer/api/v2/nodes.
Mitigation
The correct endpoint path can be determined by combining /api/v2 with the path name shown at top of each API Endpoint in the API Explorer.
For example, the Node API shows a path of /nodes:
So the correct path is /api/v2/nodes.
Fix
This is fixed in Zadara Compute 25.06.