{ "item": [ { "id": "70f5485b-db91-4767-aa92-1bd3b501e823", "name": "Builds", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "0fa4692c-4d46-4013-978c-375bad6d5d4d", "name": "List builds", "request": { "name": "List builds", "description": {}, "url": { "path": [ "v3", "builds" ], "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": "3aa10528-70a2-4e0b-b495-583916bcddcd", "name": "Builds page", "originalRequest": { "url": { "path": [ "v3", "builds" ], "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\": 4937,\n \"total_pages\": 2737,\n \"first\": {},\n \"last\": {},\n \"next\": {},\n \"previous\": {}\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d11bfb97-3367-4a8f-8418-7c0e351012fc", "name": "Create build", "request": { "name": "Create build", "description": {}, "url": { "path": [ "v3", "builds" ], "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": "ce26ecec-8c3b-434b-a7a1-f81f3c3c5c28", "name": "Build created", "originalRequest": { "url": { "path": [ "v3", "builds" ], "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": "14c1f118-e773-416b-ab50-6f2eb47c8437", "name": "Cloud Foundry Cloud Controller API v3 Apps Builds 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" } } }