UsageStats is a datatype for statistics of system usage.

Table: UsageStats

ParameterTypeRequiredDefaultDescription
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.
Table last updated: Oct 4, 2024
currentStatsmultipleyes Current usage measurements and limits for ingest, storage, scanned data and users. The multiple datatype consists of (queryId: string): CurrentUsageQueryResult. See QueryInProgress and CurrentStats.
firstUsageTimeStamplongyes The date and time of first usage.
monthlyIngestmultipleyes The monthly amount of ingest. The multiple datatype consists of (month: integer, year: integer, queryId: string): [MonthlyIngestQueryResult]. See QueryInProgress and MonthlyIngest.
monthlyStoredDatamultipleyes The monthly stored data. The multiple datatype consists of (month: integer, year: integer, queryId: string): MonthlyStorageQueryResult. See QueryInProgress and MonthlyStorage.
repositoriesIngestmultipleyes 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.
repositoriesStoragemultipleyes 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,