Type Alias ConsumptionAPI

type ConsumptionAPI = {
    clearCache: typeof clearCache;
    getConsumptionExecutions: typeof getConsumptionExecutions;
}
Index

Properties

clearCache: typeof clearCache

Clears the cache for consumption api requests.

getConsumptionExecutions: typeof getConsumptionExecutions

Retrieves the list of executions on an specific tenant

an object with query parameters

GetConsumptionExecutionsHttpError