Usage Summary by tag for a given organization.

Hierarchy

  • MonthlyUsageAttributionBody

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
month?: Date

Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM].

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 <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[]
updatedAt?: Date

Datetime of the most recent update to the usage values.

Fields in Usage Summary by tag(s).

Generated using TypeDoc