Skip to content

Commit 728c6f1

Browse files
authored
Add routable field to process stats examples (#4962)
1 parent 2fe1ab6 commit 728c6f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/v3/source/includes/api_resources/_processes.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
"index": 0,
219219
"instance_guid": "e49f448e-54d2-4c33-61a3-5335",
220220
"state": "RUNNING",
221+
"routable": true,
221222
"usage": {
222223
"time": "2016-03-23T23:17:30.476314154Z",
223224
"cpu": 0.00038711029163348665,
@@ -248,6 +249,7 @@
248249
"type": "web",
249250
"index": 1,
250251
"state": "STARTING",
252+
"routable": false,
251253
"usage": {
252254
"cpu": 0,
253255
"cpu_entitlement": 0,

0 commit comments

Comments
 (0)