Skip to content

Commit dbf1ba7

Browse files
committed
Document user attribute on Processes
1 parent e7667e9 commit dbf1ba7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"guid": "6a901b7c-9417-4dc1-8189-d3234aa0ab82",
44
"type": "web",
55
"command": "rackup",
6+
"user": "vcap",
67
"instances": 5,
78
"memory_in_mb": 256,
89
"disk_in_mb": 1024,
@@ -80,6 +81,7 @@
8081
"guid": "6a901b7c-9417-4dc1-8189-d3234aa0ab82",
8182
"type": "web",
8283
"command": "[PRIVATE DATA HIDDEN IN LISTS]",
84+
"user": "vcap",
8385
"instances": 5,
8486
"memory_in_mb": 256,
8587
"disk_in_mb": 1024,
@@ -141,6 +143,7 @@
141143
"guid": "3fccacd9-4b02-4b96-8d02-8e865865e9eb",
142144
"type": "worker",
143145
"command": "[PRIVATE DATA HIDDEN IN LISTS]",
146+
"user": "vcap",
144147
"instances": 1,
145148
"memory_in_mb": 256,
146149
"disk_in_mb": 1024,

docs/v3/source/includes/resources/processes/_object.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description
1515
**version** | _uuid_ | Random identifier that changes every time the process will be recreated in the runtime.
1616
**type** | _string_ | Process type; a unique identifier for processes belonging to an app
1717
**command** | _string_ or _null_ | The command used to start the process; use _null_ to revert to the buildpack-detected or procfile-provided start command
18+
**user** | _string_ or _null_ | The user used to run the process; use _null_ to revert to the docker-detected or default 'vcap' user
1819
**instances** | _integer_ | The number of instances to run
1920
**memory_in_mb** | _integer_ | The memory in MB allocated per instance
2021
**log_rate_limit_in_bytes_per_second** | _integer_ | The log rate in bytes per second allocated per instance

0 commit comments

Comments
 (0)