v1

latestSwagger 2.02026-07-17312885.5 KB
CostOverview

Get cost overview

Get cost overview

post/account/v1alpha1/cost-overview

Request body

appNamestring

@Summary App Name @Description App Name

appTypestring

@Summary App type @Description App type

endTimestring
kubeConfigstring
namespacestring

@Summary Namespace @Description Namespace

ownerstring
pageinteger

@Summary Page @Description Page

pageSizeinteger

@Summary Page Size @Description Page Size

startTimestring
tokenstring
userIDstring
userUIDstring

Example request

{
  "endTime": "2021-12-01T00:00:00Z",
  "owner": "admin",
  "startTime": "2021-01-01T00:00:00Z",
  "token": "token",
  "userID": "admin",
  "userUID": "user-123"
}

Response

successfully get cost overview

totalinteger

@Summary Total @Description Total

totalPageinteger

@Summary Total page @Description Total page

Example response

{
  "overviews": [
    {
      "regionDomain": "region-domain-1"
    }
  ]
}