You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/processes/_stats_object.md.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Name | Type | Description
13
13
---- | ---- | -----------
14
14
**type** | _string_ | Process type; a unique identifier for processes belonging to an app
15
15
**index** | _integer_ | The zero-based index of running instances
16
-
**instance_id** | _string_ | The unique identifier of the instance
16
+
**instance_guid** | _string_ | The unique identifier of the instance
17
17
**state** | _string_ | The state of the instance; valid values are `RUNNING`, `CRASHED`, `STARTING`, `STOPPING`, `DOWN`
18
18
**routable** | _boolean_ | Whether or not the instance is routable (determined by the readiness check of the app). If app readiness checks and routability are unsupported by Diego, this will return as `null`.
19
19
**usage** | _object_ | Object containing actual usage data for the instance; the value is `{}` when usage data is unavailable
0 commit comments