{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Nomad HTTP ACL Volumes API", "version": "1.9.0" }, "request": { "auth": { "type": "apikey", "key": "X-Nomad-Token", "value": "{{X-Nomad-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Volumes", "type": "folder" }, "items": [ { "info": { "name": "List volumes", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4646/v1/volumes", "params": [ { "name": "namespace", "value": "", "type": "query", "description": "The target namespace. Defaults to the default namespace." }, { "name": "next_token", "value": "", "type": "query", "description": "Indicates where to start paging for queries that support pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of results to return per page." }, { "name": "filter", "value": "", "type": "query", "description": "Specifies the expression used to filter the results." }, { "name": "type", "value": "", "type": "query", "description": "Filter volumes by type (csi or host)." } ] }, "docs": "Lists all CSI and host volumes. Supports filtering by namespace, job ID, task group, and volume name." } ] } ], "bundled": true }