[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Get Usage Data

Description

Gets a usage report. Returns usage report for given start and end time. Usage reports show how VMware Aria Operations for Logs is used across the organization - the volume of log data ingested and stored, log statistics, recent queries, and active users

Request

Request

URL

URL


get
https://{api_host}/vrlic/api/v1/billing/usage-reports
Copy

Query Parameters

Query Parameters

integer
end Optional

Returns the usage report for the given end time


integer
start Optional

Returns the usage report for the given start time


array of string
usageType Required

It represents the usage type to get report. Possible values are:

DATA_INGESTED_BILLABLE, DATA_INGESTED_NON_BILLABLE, DATA_FORWARDED, DATA_PARSED, DATA_INGESTED_PER_PARTITION, DATA_ARCHIVED, DATA_INGESTED_BILLABLE_V2, DATA_INGESTED_NON_BILLABLE_V2, DATA_QUERIED_ARCHIVE_PARTITIONS, DATA_QUERIED_FOR_LOG_RECALL, BILLABLE_DATA_INGESTED_PER_PARTITION, NON_BILLABLE_DATA_INGESTED_PER_PARTITION, DATA_TAGGED_SOURCE_PROPERTIES, DATA_TAGGED, DATA_FILTERED, DATA_INGESTED_LOG_FORWARDER, DATA_INGESTED_NPC_SOURCE

Possible values are: DATA_INGESTED_BILLABLEDATA_INGESTED_NON_BILLABLEDATA_FORWARDEDDATA_PARSEDDATA_INGESTED_PER_PARTITIONDATA_ARCHIVEDDATA_INGESTED_BILLABLE_V2DATA_INGESTED_NON_BILLABLE_V2DATA_QUERIED_ARCHIVE_PARTITIONSDATA_QUERIED_FOR_LOG_RECALLBILLABLE_DATA_INGESTED_PER_PARTITIONNON_BILLABLE_DATA_INGESTED_PER_PARTITIONDATA_TAGGED_SOURCE_PROPERTIESDATA_TAGGEDDATA_FILTEREDDATA_INGESTED_LOG_FORWARDERDATA_INGESTED_NPC_SOURCE


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns UsageReportResponseDto of type */*
{
	"cspOrgId": "string",
	"orgName": "string",
	"referenceId": "string",
	"usage": {
		"usageType": 0
	}
}
string
cspOrgId Optional

Unique ID associated with the org


string
orgName Optional

Associated org name


string
referenceId Optional

Associated reference ID


usage Optional

Map of usage type and its value.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/vrlic/api/v1/billing/usage-reports?usageType=string


[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Feedback

Was this page helpful?