contentful-management
Version:
Client for Contentful's Content Management API
15 lines (14 loc) • 847 B
TypeScript
import type { RestEndpoint } from '../types';
/**
* @deprecated Use {@link getAggregated} instead, calling it once per metric key and
* filtering by `filter[sys.dimensions.space.sys.id]` to scope to a space. Sunset: 2027-02-28.
*/
export declare const getManyForSpace: RestEndpoint<'Usage', 'getManyForSpace'>;
/**
* @deprecated Use {@link getAggregated} instead, calling it once per metric key
* (this endpoint accepted multiple metrics per call via `metric[in]`; {@link getAggregated}
* is scoped to a single `metricKey` per request). Sunset: 2027-02-28.
*/
export declare const getManyForOrganization: RestEndpoint<'Usage', 'getManyForOrganization'>;
export declare const getAggregated: RestEndpoint<'Usage', 'getAggregated'>;
export declare const getAssetBandwidthUsageDetailed: RestEndpoint<'Usage', 'getAssetBandwidthUsageDetailed'>;