Get a Process
GET /v3/processes/:guid
Request
Route
GET /v3/processes/fd89ffd6-c4e9-480b-b50d-9d7d9cdc280d
Headers
cURL
curl "https://api.[your-domain.com]/v3/processes/fd89ffd6-c4e9-480b-b50d-9d7d9cdc280d" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1NSIsImVtYWlsIjoiZW1haWwtODhAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLnJlYWQiLCJjbG91ZF9jb250cm9sbGVyLndyaXRlIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0NTM2MjMwMX0.-Ep1HbfM_dCBZUaPbo4ijIZjDwiZqPpUGXhTPzUSq04" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"guid": "fd89ffd6-c4e9-480b-b50d-9d7d9cdc280d",
"type": "web",
"command": null,
"instances": 1,
"memory_in_mb": 1024,
"disk_in_mb": 1024,
"created_at": "2015-10-13T17:31:41Z",
"updated_at": "2015-10-13T17:31:41Z",
"links": {
"self": {
"href": "/v3/processes/fd89ffd6-c4e9-480b-b50d-9d7d9cdc280d"
},
"scale": {
"href": "/v3/processes/fd89ffd6-c4e9-480b-b50d-9d7d9cdc280d/scale",
"method": "PUT"
},
"app": {
"href": "/v3/apps/guid-c92e8879-b99d-40f4-bc76-45cef8d27259"
},
"space": {
"href": "/v2/spaces/6c40ea68-0ad0-4f81-91ec-1c886871d849"
}
}
}
Headers