Skip to content

Commit 049e08a

Browse files
authored
Merge pull request #466 from stackitcloud/add_usage_summary_parameters
add usage summary parameters
2 parents 6946bc7 + 321f7da commit 049e08a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resource/organization.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ type OrganizationList struct {
3333
type UsageSummary struct {
3434
StartedInstances int `json:"started_instances"`
3535
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"`
3642
}
3743

3844
type QuotaRelationship struct {

0 commit comments

Comments
 (0)