{ "item": [ { "id": "b0ec447f-7dbe-4113-a0a6-7e1e1c3d6ff8", "name": "Deployments", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "df1c9b37-10f3-4789-97ff-378a3b0dc3e4", "name": "List deployments", "request": { "name": "List deployments", "description": {}, "url": { "path": [ "v3", "deployments" ], "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": "39ba5f8f-1af7-4a51-b631-fba05ce6fbd2", "name": "Deployments page", "originalRequest": { "url": { "path": [ "v3", "deployments" ], "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\": 1520,\n \"total_pages\": 4744,\n \"first\": {},\n \"last\": {},\n \"next\": {},\n \"previous\": {}\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d7c2f8bb-8b9e-460b-9726-ad7cd535d83b", "name": "Create deployment", "request": { "name": "Create deployment", "description": {}, "url": { "path": [ "v3", "deployments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "", "options": { "raw": { "language": "json" } } } }, "response": [ { "id": "facb1525-ea3a-49a2-8061-d75c77f029f7", "name": "Deployment created", "originalRequest": { "url": { "path": [ "v3", "deployments" ], "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": "", "options": { "raw": { "language": "json" } } } }, "status": "Created", "code": 201, "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": "d4d95ee4-75b6-4dc9-884b-34746d95fc5e", "name": "Cloud Foundry Cloud Controller API v3 Apps Deployments 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" } } }