Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 1a37a81

Browse files
Add tls proxy ports to process stats object
[#172730012] Co-authored-by: Piyali Banerjee <pbanerjee@pivotal.io> Co-authored-by: Seth Boyles <sboyles@pivotal.io>
1 parent 0c199d4 commit 1a37a81

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@
185185
"instance_ports": [
186186
{
187187
"external": 64546,
188-
"internal": 8080
188+
"internal": 8080,
189+
"external_tls_proxy_port": 61002,
190+
"internal_tls_proxy_port": 61003
189191
}
190192
],
191193
"uptime": 9042,
@@ -223,7 +225,9 @@
223225
"instance_ports": [
224226
{
225227
"external": 64546,
226-
"internal": 8080
228+
"internal": 8080,
229+
"external_tls_proxy_port": 61002,
230+
"internal_tls_proxy_port": 61003
227231
}
228232
],
229233
"uptime": 9042,

0 commit comments

Comments
 (0)