Skip to main content
Clumio resources are versioned independently, and the operations available to you depend on your control plane. Instead of hard-coding paths, ask the API root which resources and operations exist, then use the path it returns.
Prototype note. This workflow is based on public Clumio documentation and has not been validated against a live Clumio tenant.

Before you start

1. Send a request to the API root

2. Find the resource you need

The response lists each resource with the versions it supports and the operations available in each version. Locate the resource that owns the data you want, then the operation that performs the task.

3. Follow the operation’s path

Each operation entry gives its path, HTTP method, and whether the path is templated. Build the request from that path, using the token and base URL from step 1.

Reference