Skip to content

Commit

Permalink
fix: update information cspm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Sep 1, 2024
1 parent cf8555c commit fe14934
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/api/shared-entities/information.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ type CspmUsageRequest struct {
WorkspaceId string `json:"workspace_id"`
GatherTimestamp time.Time `json:"gather_timestamp"`

AwsAccountCount int `json:"aws_account_count"`
AzureSubscriptionCount int `json:"azure_subscription_count"`
ApproximateSpend int `json:"approximate_spend"`
Hostname string `json:"hostname"`
AwsAccountCount int `json:"aws_account_count"`
AzureSubscriptionCount int `json:"azure_subscription_count"`
ApproximateSpend int `json:"approximate_spend"`
}

0 comments on commit fe14934

Please sign in to comment.