{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Nomad HTTP ACL Service API", "version": "1.9.0" }, "request": { "auth": { "type": "apikey", "key": "X-Nomad-Token", "value": "{{X-Nomad-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Service", "type": "folder" }, "items": [ { "info": { "name": "Read a service", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4646/v1/service/:serviceName", "params": [ { "name": "serviceName", "value": "", "type": "path", "description": "The name of the service." }, { "name": "namespace", "value": "", "type": "query", "description": "The target namespace. Defaults to the default namespace." } ] }, "docs": "Returns the registrations for the specified service name." }, { "info": { "name": "Delete a service registration", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:4646/v1/service/:serviceName", "params": [ { "name": "serviceName", "value": "", "type": "path", "description": "The name of the service." }, { "name": "namespace", "value": "", "type": "query", "description": "The target namespace. Defaults to the default namespace." } ] }, "docs": "Deletes the specified service registration." } ] } ], "bundled": true }