The usage for one set of tags for one hour.

Hierarchy

  • HourlyUsageAttributionBody

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hour?: Date

The hour for the usage.

orgName?: string

The name of the organization.

publicId?: string

The organization public ID.

region?: string

The region of the Datadog instance that the organization belongs to.

tagConfigSource?: string

The source of the usage attribution tag configuration and the selected tags in the format of <source_org_name>:::<selected tag 1>///<selected tag 2>///<selected tag 3>.

tags?: {
    [key: string]: string[];
}

Tag keys and values.

A null value here means that the requested tag breakdown cannot be applied because it does not match the tags configured for usage attribution. In this scenario the API returns the total usage, not broken down by tags.

Type declaration

  • [key: string]: string[]
totalUsageSum?: number

Total product usage for the given tags within the hour.

updatedAt?: string

Shows the most recent hour in the current month for all organizations where usages are calculated.

Supported products for hourly usage attribution requests.

Generated using TypeDoc