Sha256: 28a183c263f057f91d446525014b4d19199c42cfd9bb4709d1ea2e4cf68120e8
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
# GetEstimatedCostByOrg with start_month returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V2::UsageMeteringAPI.new opts = { view: "sub-org", start_month: (Time.now + -5 * 86400), } p api_instance.get_estimated_cost_by_org(opts)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-2.3.0 | examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb |
datadog_api_client-2.2.0 | examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb |