{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Consul HTTP ACL Connect API", "version": "1.18.0" }, "request": { "auth": { "type": "apikey", "key": "X-Consul-Token", "value": "{{X-Consul-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Connect", "type": "folder" }, "items": [ { "info": { "name": "List CA root certificates", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/connect/ca/roots" }, "docs": "Returns the current list of trusted CA root certificates in the Connect CA." }, { "info": { "name": "Get CA configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/connect/ca/configuration" }, "docs": "Get CA configuration" }, { "info": { "name": "Update CA configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8500/v1/connect/ca/configuration", "body": { "type": "json", "data": "{}" } }, "docs": "Update CA configuration" }, { "info": { "name": "List intentions", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8500/v1/connect/intentions", "params": [ { "name": "filter", "value": "", "type": "query" } ] }, "docs": "Returns all Connect intentions." } ] } ], "bundled": true }