Get a Process
GET /v3/processes/:guid
Request
Route
GET /v3/processes/9552ed59-b459-4546-97ba-b64c34ad4fe7
Headers
cURL
curl "https://api.[your-domain.com]/v3/processes/9552ed59-b459-4546-97ba-b64c34ad4fe7" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEyMSIsImVtYWlsIjoiZW1haWwtODJAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLnJlYWQiLCJjbG91ZF9jb250cm9sbGVyLndyaXRlIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1ODU5OTQzMH0.MAPAu6M6ewxGtVb_fQW3MZNHPG5ydvqLTXgNeEtmo08" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"guid": "9552ed59-b459-4546-97ba-b64c34ad4fe7",
"type": "web",
"command": null,
"instances": 1,
"memory_in_mb": 1024,
"disk_in_mb": 1024,
"created_at": "2016-03-14T22:30:29Z",
"updated_at": "2016-03-14T22:30:29Z",
"links": {
"self": {
"href": "/v3/processes/9552ed59-b459-4546-97ba-b64c34ad4fe7"
},
"scale": {
"href": "/v3/processes/9552ed59-b459-4546-97ba-b64c34ad4fe7/scale",
"method": "PUT"
},
"app": {
"href": "/v3/apps/guid-62b58260-0653-4388-90ce-2fde6befa774"
},
"space": {
"href": "/v2/spaces/e00cd972-b84d-4ddd-be99-237fdbe0331d"
}
}
}
Headers