{ "item": [ { "id": "99cf5d11-3f5f-47fd-94e2-dec794c2333e", "name": "Service Instances", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "dd8d10a1-161b-4b36-a4e4-370db12928f5", "name": "List service instances", "request": { "name": "List service instances", "description": {}, "url": { "path": [ "v3", "service_instances" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "page", "value": "1" }, { "disabled": false, "key": "per_page", "value": "50" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "0eb8a6eb-8d0a-44c6-96d8-af145aeda06e", "name": "Service instances page", "originalRequest": { "url": { "path": [ "v3", "service_instances" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "1" }, { "key": "per_page", "value": "50" } ], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"pagination\": {\n \"total_results\": 4351,\n \"total_pages\": 8747,\n \"first\": {},\n \"last\": {},\n \"next\": {},\n \"previous\": {}\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ebb93d41-57c2-47e7-82d3-d27cd7e87cab", "name": "Create service instance", "request": { "name": "Create service instance", "description": {}, "url": { "path": [ "v3", "service_instances" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"guid\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"relationships\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "6c3771a9-54b7-4ba3-8a5f-0cdd17e37e77", "name": "Accepted (asynchronous)", "originalRequest": { "url": { "path": [ "v3", "service_instances" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"guid\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"relationships\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Accepted", "code": 202, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7d9eaadb-e2e5-4b1c-a927-0a57da61e7d8", "name": "Get service instance", "request": { "name": "Get service instance", "description": {}, "url": { "path": [ "v3", "service_instances", ":guid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "guid", "description": "(Required) " } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "ea49bb96-b25e-474e-8ea9-9c848ab70ab2", "name": "Service instance", "originalRequest": { "url": { "path": [ "v3", "service_instances", ":guid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "guid", "description": "(Required) " } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"guid\": \"string\",\n \"name\": \"string\",\n \"type\": \"string\",\n \"relationships\": {}\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "47968576-3fff-43bc-ace4-edf8c6527de2", "name": "Update service instance", "request": { "name": "Update service instance", "description": {}, "url": { "path": [ "v3", "service_instances", ":guid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "guid", "description": "(Required) " } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "auth": null, "body": { "mode": "raw", "raw": "{\n \"guid\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"relationships\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "20bf58b4-59a4-4f46-875a-f73e46ccc810", "name": "Accepted", "originalRequest": { "url": { "path": [ "v3", "service_instances", ":guid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "guid", "description": "(Required) " } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"guid\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"relationships\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Accepted", "code": 202, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9724cd85-641a-4d39-b310-63fbfedb9e49", "name": "Delete service instance", "request": { "name": "Delete service instance", "description": {}, "url": { "path": [ "v3", "service_instances", ":guid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "guid", "description": "(Required) " } ] }, "method": "DELETE", "auth": null }, "response": [ { "id": "c88a226a-6e99-4b32-942b-f79e299871a7", "name": "Accepted", "originalRequest": { "url": { "path": [ "v3", "service_instances", ":guid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "guid", "description": "(Required) " } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "DELETE", "body": {} }, "status": "Accepted", "code": 202, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.cloudfoundry.org", "key": "baseUrl" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}" } ] }, "info": { "_postman_id": "a6bae14a-5067-424b-ac7d-88beb460492e", "name": "Cloud Foundry Cloud Controller API v3 Apps Service Instances API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Cloud Foundry Cloud Controller API v3 is the primary control plane of\nCloud Foundry. It manages apps, packages, droplets, processes, tasks,\norganizations, spaces, service instances, and related resources.\nRequests authenticate with OAuth 2.0 bearer tokens issued by the\nCloud Foundry UAA server.\n", "type": "text/plain" } } }