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