Skip to content

Commit 5810035

Browse files
committed
Fix /v3/info/usage_summary docu
* "service_instances" contains only managed services, not user-provided services
1 parent 9fe6446 commit 5810035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/source/includes/resources/info/_get_usage_summary.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This endpoint retrieves a high-level summary of usage across the entire Cloud Fo
3232
| **started_instances** | _integer_ | Total number of process instances in the `STARTED` state |
3333
| **memory_in_mb** | _integer_ | Sum of memory usage of all tasks in the `RUNNING` state and all process instances in the `STARTED` state |
3434
| **routes** | _integer_ | Total number of routes |
35-
| **service_instances** | _integer_ | Total number of service instances |
35+
| **service_instances** | _integer_ | Total number of managed service instances |
3636
| **reserved_ports** | _integer_ | Total number of reserved ports |
3737
| **domains** | _integer_ | Total number of private domains |
3838
| **per_app_tasks** | _integer_ | Total number of running tasks |

0 commit comments

Comments
 (0)