We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6946bc7 + 321f7da commit 049e08aCopy full SHA for 049e08a
resource/organization.go
@@ -33,6 +33,12 @@ type OrganizationList struct {
33
type UsageSummary struct {
34
StartedInstances int `json:"started_instances"`
35
MemoryInMb int `json:"memory_in_mb"`
36
+ Routes int `json:"routes"`
37
+ ServiceInstances int `json:"service_instances"`
38
+ ReservedPorts int `json:"reserved_ports"`
39
+ Domains int `json:"domains"`
40
+ PerAppTasks int `json:"per_app_tasks"`
41
+ ServiceKeys int `json:"service_keys"`
42
}
43
44
type QuotaRelationship struct {
0 commit comments