{ "opencollection": "1.0.0", "info": { "name": "Oracle Container Engine for Kubernetes (OKE) Add-ons Credentials API", "version": "20180222" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "Create kubeconfig content", "type": "http" }, "http": { "method": "POST", "url": "https://containerengine.{region}.oci.oraclecloud.com/20180222/clusters/:clusterId/kubeconfig/content", "params": [ { "name": "clusterId", "value": "", "type": "path", "description": "OCID of the cluster" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create kubeconfig content" } ] } ], "bundled": true }