{ "opencollection": "1.0.0", "info": { "name": "Cloud Foundry Cloud Controller API v3 Apps Service Instances API", "version": "3.220.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Service Instances", "type": "folder" }, "items": [ { "info": { "name": "List service instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudfoundry.org/v3/service_instances", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List service instances" }, { "info": { "name": "Create service instance", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudfoundry.org/v3/service_instances", "body": { "type": "json", "data": "{}" } }, "docs": "Create service instance" }, { "info": { "name": "Get service instance", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudfoundry.org/v3/service_instances/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ] }, "docs": "Get service instance" }, { "info": { "name": "Update service instance", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cloudfoundry.org/v3/service_instances/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update service instance" }, { "info": { "name": "Delete service instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudfoundry.org/v3/service_instances/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ] }, "docs": "Delete service instance" } ] } ], "bundled": true }