get https://api.umbrellacost.io/api/v2/usage/assets?startDate=2023-01-01&endDate=2023-01-15&isK8S=0&granLevel=day&columns=service&costType=cost&isUnblended=true'
Retrieve the list of assets defined in the account
Use this API to get K8s and non-K8s cost assets.
Set the isK8S parameter to "1" to get K8s assets. The possible combinations of the columns / cost types vary between the two use cases.
The
columns
field lists the various available data columns for the assets.
The list can be viewed in the Umbrella Cost App and is updated according to the Cloud Provider. Recent fields added to the list of columns in AWS: Invoice Id, Bill type, Tax type, ProductName
Pagination information
If there is additional information to show, the nextToken field will be included in the response.
The value should be used in the token parameter of the next call.