{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Nomad HTTP ACL Allocations API", "version": "1.8" }, "request": { "auth": { "type": "apikey", "key": "X-Nomad-Token", "value": "{{X-Nomad-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Allocations", "type": "folder" }, "items": [ { "info": { "name": "List job allocations", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:4646/v1/job/:job_id/allocations", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Reads allocation information for a job." }, { "info": { "name": "List node allocations", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:4646/v1/node/:node_id/allocations", "params": [ { "name": "node_id", "value": "", "type": "path" } ] }, "docs": "Returns allocations scheduled on a specific node." }, { "info": { "name": "List allocations", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:4646/v1/allocations" }, "docs": "List allocations" }, { "info": { "name": "Read allocation", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:4646/v1/allocation/:alloc_id", "params": [ { "name": "alloc_id", "value": "", "type": "path" } ] }, "docs": "Read allocation" } ] } ], "bundled": true }