For the given datatype, UsageStats, there
are several parameters that may be given. Below is a list of them
along with a description of each:
Table: UsageStats
Parameter
Type
Required
Default
Stability
Description
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Current usage measurements and limits for ingest, storage, scanned data and users. The multiple datatype consists of (queryId: string): CurrentUsageQueryResult. See QueryInProgress and CurrentStats.
The monthly amount of ingest. The multiple datatype consists of (month: integer, year: integer, queryId: string): [MonthlyIngestQueryResult]. See QueryInProgress and MonthlyIngest.
The monthly stored data. The multiple datatype consists of (month: integer, year: integer, queryId: string): MonthlyStorageQueryResult. See QueryInProgress and MonthlyStorage.
The ingest for the repositories. The multiple datatype consists of (month: integer, year: integer, day: integer, searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: RepositoriesUsageQuerySortBy, queryId: string): RepositoriesUsageQueryResultTypes. See OrderBy, and RepositoriesUsageQuerySortBy. See also QueryInProgress and RepositoriesUsageQueryResult.
The storage for the repositories. The multiple datatype consists of (month: integer, year: integer, day: integer, searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: RepositoriesUsageQuerySortBy, queryId: string): RepositoriesUsageQueryResultTypes. See OrderBy, RepositoriesUsageQuerySortBy. and RepositoriesUsageQueryResultTypes,