{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Nomad HTTP ACL Search API", "version": "1.9.0" }, "request": { "auth": { "type": "apikey", "key": "X-Nomad-Token", "value": "{{X-Nomad-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Prefix search", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:4646/v1/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches for objects by prefix match across multiple object types." }, { "info": { "name": "Fuzzy search", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:4646/v1/search/fuzzy", "body": { "type": "json", "data": "{}" } }, "docs": "Performs a fuzzy search across Nomad objects by text match." } ] } ], "bundled": true }