@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageMeteringApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UsageMeteringApi.GetCostByOrgOptionalParameters
Manage optional parameters to getCostByOrg.
|
static class |
UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters
Manage optional parameters to getEstimatedCostByOrg.
|
static class |
UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters
Manage optional parameters to getHistoricalCostByOrg.
|
static class |
UsageMeteringApi.GetHourlyUsageOptionalParameters
Manage optional parameters to getHourlyUsage.
|
static class |
UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters
Manage optional parameters to getMonthlyCostAttribution.
|
static class |
UsageMeteringApi.GetProjectedCostOptionalParameters
Manage optional parameters to getProjectedCost.
|
static class |
UsageMeteringApi.GetUsageApplicationSecurityMonitoringOptionalParameters
Manage optional parameters to getUsageApplicationSecurityMonitoring.
|
static class |
UsageMeteringApi.GetUsageLambdaTracedInvocationsOptionalParameters
Manage optional parameters to getUsageLambdaTracedInvocations.
|
static class |
UsageMeteringApi.GetUsageObservabilityPipelinesOptionalParameters
Manage optional parameters to getUsageObservabilityPipelines.
|
| Constructor and Description |
|---|
UsageMeteringApi() |
UsageMeteringApi(ApiClient apiClient) |
public UsageMeteringApi()
public UsageMeteringApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic ActiveBillingDimensionsResponse getActiveBillingDimensions() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<ActiveBillingDimensionsResponse> getActiveBillingDimensionsAsync()
public ApiResponse<ActiveBillingDimensionsResponse> getActiveBillingDimensionsWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ActiveBillingDimensionsResponse>> getActiveBillingDimensionsWithHttpInfoAsync()
@Deprecated public CostByOrgResponse getCostByOrg(OffsetDateTime startMonth) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)ApiException - if fails to make API call@Deprecated public CompletableFuture<CostByOrgResponse> getCostByOrgAsync(OffsetDateTime startMonth)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)@Deprecated public CostByOrgResponse getCostByOrg(OffsetDateTime startMonth, UsageMeteringApi.GetCostByOrgOptionalParameters parameters) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call@Deprecated public CompletableFuture<CostByOrgResponse> getCostByOrgAsync(OffsetDateTime startMonth, UsageMeteringApi.GetCostByOrgOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.@Deprecated public ApiResponse<CostByOrgResponse> getCostByOrgWithHttpInfo(OffsetDateTime startMonth, UsageMeteringApi.GetCostByOrgOptionalParameters parameters) throws ApiException
/historical_cost instead.
This endpoint is only accessible for parent-level organizations.
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<CostByOrgResponse>> getCostByOrgWithHttpInfoAsync(OffsetDateTime startMonth, UsageMeteringApi.GetCostByOrgOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.public CostByOrgResponse getEstimatedCostByOrg() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<CostByOrgResponse> getEstimatedCostByOrgAsync()
public CostByOrgResponse getEstimatedCostByOrg(UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<CostByOrgResponse> getEstimatedCostByOrgAsync(UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<CostByOrgResponse> getEstimatedCostByOrgWithHttpInfo(UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters parameters) throws ApiException
/historical_cost
endpoint.
This endpoint is only accessible for parent-level organizations.
parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<CostByOrgResponse>> getEstimatedCostByOrgWithHttpInfoAsync(UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters parameters)
parameters - Optional parameters for the request.public CostByOrgResponse getHistoricalCostByOrg(OffsetDateTime startMonth) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)ApiException - if fails to make API callpublic CompletableFuture<CostByOrgResponse> getHistoricalCostByOrgAsync(OffsetDateTime startMonth)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)public CostByOrgResponse getHistoricalCostByOrg(OffsetDateTime startMonth, UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters parameters) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<CostByOrgResponse> getHistoricalCostByOrgAsync(OffsetDateTime startMonth, UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.public ApiResponse<CostByOrgResponse> getHistoricalCostByOrgWithHttpInfo(OffsetDateTime startMonth, UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters parameters) throws ApiException
This endpoint is only accessible for parent-level organizations.
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<CostByOrgResponse>> getHistoricalCostByOrgWithHttpInfoAsync(OffsetDateTime startMonth, UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. (required)parameters - Optional parameters for the request.public HourlyUsageResponse getHourlyUsage(OffsetDateTime filterTimestampStart, String filterProductFamilies) throws ApiException
filterTimestampStart - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)filterProductFamilies - Comma separated list of product families to retrieve. Available
families are all, analyzed_logs, application_security
, audit_trail, serverless, ci_app,
cloud_cost_management, csm_container_enterprise,
csm_host_enterprise, cspm, custom_events, cws
, dbm, error_tracking, fargate, infra_hosts
, incident_management, indexed_logs, indexed_spans
, ingested_spans, iot, lambda_traced_invocations
, logs, network_flows, network_hosts,
netflow_monitoring, observability_pipelines, online_archive
, profiling, rum, rum_browser_sessions,
rum_mobile_sessions, sds, snmp, synthetics_api
, synthetics_browser, synthetics_mobile,
synthetics_parallel_testing, and timeseries. The following product
family has been deprecated: audit_logs. (required)ApiException - if fails to make API callpublic CompletableFuture<HourlyUsageResponse> getHourlyUsageAsync(OffsetDateTime filterTimestampStart, String filterProductFamilies)
filterTimestampStart - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)filterProductFamilies - Comma separated list of product families to retrieve. Available
families are all, analyzed_logs, application_security
, audit_trail, serverless, ci_app,
cloud_cost_management, csm_container_enterprise,
csm_host_enterprise, cspm, custom_events, cws
, dbm, error_tracking, fargate, infra_hosts
, incident_management, indexed_logs, indexed_spans
, ingested_spans, iot, lambda_traced_invocations
, logs, network_flows, network_hosts,
netflow_monitoring, observability_pipelines, online_archive
, profiling, rum, rum_browser_sessions,
rum_mobile_sessions, sds, snmp, synthetics_api
, synthetics_browser, synthetics_mobile,
synthetics_parallel_testing, and timeseries. The following product
family has been deprecated: audit_logs. (required)public HourlyUsageResponse getHourlyUsage(OffsetDateTime filterTimestampStart, String filterProductFamilies, UsageMeteringApi.GetHourlyUsageOptionalParameters parameters) throws ApiException
filterTimestampStart - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)filterProductFamilies - Comma separated list of product families to retrieve. Available
families are all, analyzed_logs, application_security
, audit_trail, serverless, ci_app,
cloud_cost_management, csm_container_enterprise,
csm_host_enterprise, cspm, custom_events, cws
, dbm, error_tracking, fargate, infra_hosts
, incident_management, indexed_logs, indexed_spans
, ingested_spans, iot, lambda_traced_invocations
, logs, network_flows, network_hosts,
netflow_monitoring, observability_pipelines, online_archive
, profiling, rum, rum_browser_sessions,
rum_mobile_sessions, sds, snmp, synthetics_api
, synthetics_browser, synthetics_mobile,
synthetics_parallel_testing, and timeseries. The following product
family has been deprecated: audit_logs. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<HourlyUsageResponse> getHourlyUsageAsync(OffsetDateTime filterTimestampStart, String filterProductFamilies, UsageMeteringApi.GetHourlyUsageOptionalParameters parameters)
filterTimestampStart - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)filterProductFamilies - Comma separated list of product families to retrieve. Available
families are all, analyzed_logs, application_security
, audit_trail, serverless, ci_app,
cloud_cost_management, csm_container_enterprise,
csm_host_enterprise, cspm, custom_events, cws
, dbm, error_tracking, fargate, infra_hosts
, incident_management, indexed_logs, indexed_spans
, ingested_spans, iot, lambda_traced_invocations
, logs, network_flows, network_hosts,
netflow_monitoring, observability_pipelines, online_archive
, profiling, rum, rum_browser_sessions,
rum_mobile_sessions, sds, snmp, synthetics_api
, synthetics_browser, synthetics_mobile,
synthetics_parallel_testing, and timeseries. The following product
family has been deprecated: audit_logs. (required)parameters - Optional parameters for the request.public ApiResponse<HourlyUsageResponse> getHourlyUsageWithHttpInfo(OffsetDateTime filterTimestampStart, String filterProductFamilies, UsageMeteringApi.GetHourlyUsageOptionalParameters parameters) throws ApiException
filterTimestampStart - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)filterProductFamilies - Comma separated list of product families to retrieve. Available
families are all, analyzed_logs, application_security
, audit_trail, serverless, ci_app,
cloud_cost_management, csm_container_enterprise,
csm_host_enterprise, cspm, custom_events, cws
, dbm, error_tracking, fargate, infra_hosts
, incident_management, indexed_logs, indexed_spans
, ingested_spans, iot, lambda_traced_invocations
, logs, network_flows, network_hosts,
netflow_monitoring, observability_pipelines, online_archive
, profiling, rum, rum_browser_sessions,
rum_mobile_sessions, sds, snmp, synthetics_api
, synthetics_browser, synthetics_mobile,
synthetics_parallel_testing, and timeseries. The following product
family has been deprecated: audit_logs. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<HourlyUsageResponse>> getHourlyUsageWithHttpInfoAsync(OffsetDateTime filterTimestampStart, String filterProductFamilies, UsageMeteringApi.GetHourlyUsageOptionalParameters parameters)
filterTimestampStart - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)filterProductFamilies - Comma separated list of product families to retrieve. Available
families are all, analyzed_logs, application_security
, audit_trail, serverless, ci_app,
cloud_cost_management, csm_container_enterprise,
csm_host_enterprise, cspm, custom_events, cws
, dbm, error_tracking, fargate, infra_hosts
, incident_management, indexed_logs, indexed_spans
, ingested_spans, iot, lambda_traced_invocations
, logs, network_flows, network_hosts,
netflow_monitoring, observability_pipelines, online_archive
, profiling, rum, rum_browser_sessions,
rum_mobile_sessions, sds, snmp, synthetics_api
, synthetics_browser, synthetics_mobile,
synthetics_parallel_testing, and timeseries. The following product
family has been deprecated: audit_logs. (required)parameters - Optional parameters for the request.public MonthlyCostAttributionResponse getMonthlyCostAttribution(OffsetDateTime startMonth, OffsetDateTime endMonth, String fields) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning in this month. (required)endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for
cost ending this month. (required)fields - Comma-separated list specifying cost types (e.g.,
<billing_dimension>_on_demand_cost,
<billing_dimension>_committed_cost, <billing_dimension>_total_cost
) and the proportions (<billing_dimension>_percentage_in_org,
<billing_dimension>_percentage_in_account). Use * to
retrieve all fields. Example:
infra_host_on_demand_cost,infra_host_percentage_in_account To obtain the complete
list of active billing dimensions that can be used to replace
<billing_dimension> in the field names, make a request to the Get
active billing dimensions API. (required)ApiException - if fails to make API callpublic CompletableFuture<MonthlyCostAttributionResponse> getMonthlyCostAttributionAsync(OffsetDateTime startMonth, OffsetDateTime endMonth, String fields)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning in this month. (required)endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for
cost ending this month. (required)fields - Comma-separated list specifying cost types (e.g.,
<billing_dimension>_on_demand_cost,
<billing_dimension>_committed_cost, <billing_dimension>_total_cost
) and the proportions (<billing_dimension>_percentage_in_org,
<billing_dimension>_percentage_in_account). Use * to
retrieve all fields. Example:
infra_host_on_demand_cost,infra_host_percentage_in_account To obtain the complete
list of active billing dimensions that can be used to replace
<billing_dimension> in the field names, make a request to the Get
active billing dimensions API. (required)public MonthlyCostAttributionResponse getMonthlyCostAttribution(OffsetDateTime startMonth, OffsetDateTime endMonth, String fields, UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters parameters) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning in this month. (required)endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for
cost ending this month. (required)fields - Comma-separated list specifying cost types (e.g.,
<billing_dimension>_on_demand_cost,
<billing_dimension>_committed_cost, <billing_dimension>_total_cost
) and the proportions (<billing_dimension>_percentage_in_org,
<billing_dimension>_percentage_in_account). Use * to
retrieve all fields. Example:
infra_host_on_demand_cost,infra_host_percentage_in_account To obtain the complete
list of active billing dimensions that can be used to replace
<billing_dimension> in the field names, make a request to the Get
active billing dimensions API. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<MonthlyCostAttributionResponse> getMonthlyCostAttributionAsync(OffsetDateTime startMonth, OffsetDateTime endMonth, String fields, UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning in this month. (required)endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for
cost ending this month. (required)fields - Comma-separated list specifying cost types (e.g.,
<billing_dimension>_on_demand_cost,
<billing_dimension>_committed_cost, <billing_dimension>_total_cost
) and the proportions (<billing_dimension>_percentage_in_org,
<billing_dimension>_percentage_in_account). Use * to
retrieve all fields. Example:
infra_host_on_demand_cost,infra_host_percentage_in_account To obtain the complete
list of active billing dimensions that can be used to replace
<billing_dimension> in the field names, make a request to the Get
active billing dimensions API. (required)parameters - Optional parameters for the request.public ApiResponse<MonthlyCostAttributionResponse> getMonthlyCostAttributionWithHttpInfo(OffsetDateTime startMonth, OffsetDateTime endMonth, String fields, UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters parameters) throws ApiException
next_record_id is set in the response. If it is, make another request and pass
next_record_id as a parameter. Pseudo code example:
response := GetMonthlyCostAttribution(start_month, end_month)
cursor := response.metadata.pagination.next_record_id
WHILE cursor != null BEGIN
sleep(5 seconds) # Avoid running into rate limit
response := GetMonthlyCostAttribution(start_month, end_month, next_record_id=cursor)
cursor := response.metadata.pagination.next_record_id
END
This endpoint is only accessible for parent-level organizations.
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning in this month. (required)endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for
cost ending this month. (required)fields - Comma-separated list specifying cost types (e.g.,
<billing_dimension>_on_demand_cost,
<billing_dimension>_committed_cost, <billing_dimension>_total_cost
) and the proportions (<billing_dimension>_percentage_in_org,
<billing_dimension>_percentage_in_account). Use * to
retrieve all fields. Example:
infra_host_on_demand_cost,infra_host_percentage_in_account To obtain the complete
list of active billing dimensions that can be used to replace
<billing_dimension> in the field names, make a request to the Get
active billing dimensions API. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<MonthlyCostAttributionResponse>> getMonthlyCostAttributionWithHttpInfoAsync(OffsetDateTime startMonth, OffsetDateTime endMonth, String fields, UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning in this month. (required)endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for
cost ending this month. (required)fields - Comma-separated list specifying cost types (e.g.,
<billing_dimension>_on_demand_cost,
<billing_dimension>_committed_cost, <billing_dimension>_total_cost
) and the proportions (<billing_dimension>_percentage_in_org,
<billing_dimension>_percentage_in_account). Use * to
retrieve all fields. Example:
infra_host_on_demand_cost,infra_host_percentage_in_account To obtain the complete
list of active billing dimensions that can be used to replace
<billing_dimension> in the field names, make a request to the Get
active billing dimensions API. (required)parameters - Optional parameters for the request.public ProjectedCostResponse getProjectedCost() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<ProjectedCostResponse> getProjectedCostAsync()
public ProjectedCostResponse getProjectedCost(UsageMeteringApi.GetProjectedCostOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<ProjectedCostResponse> getProjectedCostAsync(UsageMeteringApi.GetProjectedCostOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<ProjectedCostResponse> getProjectedCostWithHttpInfo(UsageMeteringApi.GetProjectedCostOptionalParameters parameters) throws ApiException
This endpoint is only accessible for parent-level organizations.
parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ProjectedCostResponse>> getProjectedCostWithHttpInfoAsync(UsageMeteringApi.GetProjectedCostOptionalParameters parameters)
parameters - Optional parameters for the request.@Deprecated public UsageApplicationSecurityMonitoringResponse getUsageApplicationSecurityMonitoring(OffsetDateTime startHr) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageApplicationSecurityMonitoringResponse> getUsageApplicationSecurityMonitoringAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageApplicationSecurityMonitoringResponse getUsageApplicationSecurityMonitoring(OffsetDateTime startHr, UsageMeteringApi.GetUsageApplicationSecurityMonitoringOptionalParameters parameters) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageApplicationSecurityMonitoringResponse> getUsageApplicationSecurityMonitoringAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageApplicationSecurityMonitoringOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.@Deprecated public ApiResponse<UsageApplicationSecurityMonitoringResponse> getUsageApplicationSecurityMonitoringWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageApplicationSecurityMonitoringOptionalParameters parameters) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<UsageApplicationSecurityMonitoringResponse>> getUsageApplicationSecurityMonitoringWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageApplicationSecurityMonitoringOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.@Deprecated public UsageLambdaTracedInvocationsResponse getUsageLambdaTracedInvocations(OffsetDateTime startHr) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageLambdaTracedInvocationsResponse> getUsageLambdaTracedInvocationsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageLambdaTracedInvocationsResponse getUsageLambdaTracedInvocations(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaTracedInvocationsOptionalParameters parameters) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageLambdaTracedInvocationsResponse> getUsageLambdaTracedInvocationsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaTracedInvocationsOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.@Deprecated public ApiResponse<UsageLambdaTracedInvocationsResponse> getUsageLambdaTracedInvocationsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaTracedInvocationsOptionalParameters parameters) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<UsageLambdaTracedInvocationsResponse>> getUsageLambdaTracedInvocationsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaTracedInvocationsOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.@Deprecated public UsageObservabilityPipelinesResponse getUsageObservabilityPipelines(OffsetDateTime startHr) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageObservabilityPipelinesResponse> getUsageObservabilityPipelinesAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageObservabilityPipelinesResponse getUsageObservabilityPipelines(OffsetDateTime startHr, UsageMeteringApi.GetUsageObservabilityPipelinesOptionalParameters parameters) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageObservabilityPipelinesResponse> getUsageObservabilityPipelinesAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageObservabilityPipelinesOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.@Deprecated public ApiResponse<UsageObservabilityPipelinesResponse> getUsageObservabilityPipelinesWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageObservabilityPipelinesOptionalParameters parameters) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<UsageObservabilityPipelinesResponse>> getUsageObservabilityPipelinesWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageObservabilityPipelinesOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)parameters - Optional parameters for the request.Copyright © 2024. All rights reserved.