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