{ "item": [ { "id": "7ff1e0ab-6cdd-48f4-92a5-387529b358ad", "name": "Organizations", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "deda2b31-b8ff-4134-a9db-18de73792b27", "name": "List organizations", "request": { "name": "List organizations", "description": {}, "url": { "path": [ "v3", "organizations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "page", "value": "1" }, { "disabled": false, "key": "per_page", "value": "50" }, { "disabled": false, "key": "names", "value": "" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null }, "response": [ { "id": "8a756708-9bbc-4b94-bc21-27f1800e67e2", "name": "Organizations page", "originalRequest": { "url": { "path": [ "v3", "organizations" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "1" }, { "key": "per_page", "value": "50" }, { "key": "names", "value": "" } ], "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\": 5178,\n \"total_pages\": 4441,\n \"first\": {},\n \"last\": {},\n \"next\": {},\n \"previous\": {}\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3c96479e-9802-4fa7-92a2-a2b65817fdf6", "name": "Create organization", "request": { "name": "Create organization", "description": {}, "url": { "path": [ "v3", "organizations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"guid\": \"\",\n \"name\": \"\",\n \"suspended\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "42a30a90-6404-4c36-88af-a12ab81441e7", "name": "Organization created", "originalRequest": { "url": { "path": [ "v3", "organizations" ], "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 \"suspended\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "Created", "code": 201, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "dc6e1548-565e-4411-b2ee-6a98e22dec4f", "name": "Get organization", "request": { "name": "Get organization", "description": {}, "url": { "path": [ "v3", "organizations", ":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": "c5f14446-7d68-4292-b0f7-567c649f8696", "name": "Organization", "originalRequest": { "url": { "path": [ "v3", "organizations", ":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 \"suspended\": true\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c917f09c-a9d2-4765-98f9-d552e7182468", "name": "Update organization", "request": { "name": "Update organization", "description": {}, "url": { "path": [ "v3", "organizations", ":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 \"suspended\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "92530db7-5fbf-4e71-8c5e-3f75aadac8fa", "name": "Updated", "originalRequest": { "url": { "path": [ "v3", "organizations", ":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 \"suspended\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/plain" } ], "body": "", "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "72de0300-26a6-48e8-bc93-4c60888c4b97", "name": "Delete organization", "request": { "name": "Delete organization", "description": {}, "url": { "path": [ "v3", "organizations", ":guid" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "guid", "description": "(Required) " } ] }, "method": "DELETE", "auth": null }, "response": [ { "id": "67ed9171-ed61-4375-8348-9e7266636df8", "name": "Accepted", "originalRequest": { "url": { "path": [ "v3", "organizations", ":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": "23596171-de99-40be-b24f-33706b411810", "name": "Cloud Foundry Cloud Controller API v3 Apps Organizations 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" } } }