{ "item": [ { "id": "36bc0042-0620-40c6-a74b-1e9601144e22", "name": "Jobs", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "fcddb873-db0f-49ec-8fa4-aac4e30289ac", "name": "Get job", "request": { "name": "Get job", "description": { "content": "Long-running asynchronous job status.", "type": "text/plain" }, "url": { "path": [ "v3", "jobs", ":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": "36179d27-69e6-42e7-bbef-9a06270519ab", "name": "Job state", "originalRequest": { "url": { "path": [ "v3", "jobs", ":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": "{}", "cookie": [], "_postman_previewlanguage": "json" } ], "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": "aee75399-d585-4b58-ad9e-653db6775658", "name": "Cloud Foundry Cloud Controller API v3 Apps Jobs 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" } } }