{ "opencollection": "1.0.0", "info": { "name": "Project Calico API (projectcalico.org/v3) BGPConfiguration HostEndpoint API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "HostEndpoint", "type": "folder" }, "items": [ { "info": { "name": "List HostEndpoint", "type": "http" }, "http": { "method": "GET", "url": "https://{kube_apiserver_host}/apis/projectcalico.org/v3/hostendpoints" }, "docs": "List HostEndpoint" }, { "info": { "name": "Create HostEndpoint", "type": "http" }, "http": { "method": "POST", "url": "https://{kube_apiserver_host}/apis/projectcalico.org/v3/hostendpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Create HostEndpoint" }, { "info": { "name": "Read HostEndpoint", "type": "http" }, "http": { "method": "GET", "url": "https://{kube_apiserver_host}/apis/projectcalico.org/v3/hostendpoints/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Read HostEndpoint" }, { "info": { "name": "Delete HostEndpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kube_apiserver_host}/apis/projectcalico.org/v3/hostendpoints/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete HostEndpoint" } ] } ], "bundled": true }