@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.GetDailyCustomReportsOptionalParameters
Manage optional parameters to getDailyCustomReports.
|
static class |
UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters
Manage optional parameters to getHourlyUsageAttribution.
|
static class |
UsageMeteringApi.GetIncidentManagementOptionalParameters
Manage optional parameters to getIncidentManagement.
|
static class |
UsageMeteringApi.GetIngestedSpansOptionalParameters
Manage optional parameters to getIngestedSpans.
|
static class |
UsageMeteringApi.GetMonthlyCustomReportsOptionalParameters
Manage optional parameters to getMonthlyCustomReports.
|
static class |
UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters
Manage optional parameters to getMonthlyUsageAttribution.
|
static class |
UsageMeteringApi.GetUsageAnalyzedLogsOptionalParameters
Manage optional parameters to getUsageAnalyzedLogs.
|
static class |
UsageMeteringApi.GetUsageAuditLogsOptionalParameters
Manage optional parameters to getUsageAuditLogs.
|
static class |
UsageMeteringApi.GetUsageBillableSummaryOptionalParameters
Manage optional parameters to getUsageBillableSummary.
|
static class |
UsageMeteringApi.GetUsageCIAppOptionalParameters
Manage optional parameters to getUsageCIApp.
|
static class |
UsageMeteringApi.GetUsageCloudSecurityPostureManagementOptionalParameters
Manage optional parameters to getUsageCloudSecurityPostureManagement.
|
static class |
UsageMeteringApi.GetUsageCWSOptionalParameters
Manage optional parameters to getUsageCWS.
|
static class |
UsageMeteringApi.GetUsageDBMOptionalParameters
Manage optional parameters to getUsageDBM.
|
static class |
UsageMeteringApi.GetUsageFargateOptionalParameters
Manage optional parameters to getUsageFargate.
|
static class |
UsageMeteringApi.GetUsageHostsOptionalParameters
Manage optional parameters to getUsageHosts.
|
static class |
UsageMeteringApi.GetUsageIndexedSpansOptionalParameters
Manage optional parameters to getUsageIndexedSpans.
|
static class |
UsageMeteringApi.GetUsageInternetOfThingsOptionalParameters
Manage optional parameters to getUsageInternetOfThings.
|
static class |
UsageMeteringApi.GetUsageLambdaOptionalParameters
Manage optional parameters to getUsageLambda.
|
static class |
UsageMeteringApi.GetUsageLogsByIndexOptionalParameters
Manage optional parameters to getUsageLogsByIndex.
|
static class |
UsageMeteringApi.GetUsageLogsByRetentionOptionalParameters
Manage optional parameters to getUsageLogsByRetention.
|
static class |
UsageMeteringApi.GetUsageLogsOptionalParameters
Manage optional parameters to getUsageLogs.
|
static class |
UsageMeteringApi.GetUsageNetworkFlowsOptionalParameters
Manage optional parameters to getUsageNetworkFlows.
|
static class |
UsageMeteringApi.GetUsageNetworkHostsOptionalParameters
Manage optional parameters to getUsageNetworkHosts.
|
static class |
UsageMeteringApi.GetUsageOnlineArchiveOptionalParameters
Manage optional parameters to getUsageOnlineArchive.
|
static class |
UsageMeteringApi.GetUsageProfilingOptionalParameters
Manage optional parameters to getUsageProfiling.
|
static class |
UsageMeteringApi.GetUsageRumSessionsOptionalParameters
Manage optional parameters to getUsageRumSessions.
|
static class |
UsageMeteringApi.GetUsageRumUnitsOptionalParameters
Manage optional parameters to getUsageRumUnits.
|
static class |
UsageMeteringApi.GetUsageSDSOptionalParameters
Manage optional parameters to getUsageSDS.
|
static class |
UsageMeteringApi.GetUsageSNMPOptionalParameters
Manage optional parameters to getUsageSNMP.
|
static class |
UsageMeteringApi.GetUsageSummaryOptionalParameters
Manage optional parameters to getUsageSummary.
|
static class |
UsageMeteringApi.GetUsageSyntheticsAPIOptionalParameters
Manage optional parameters to getUsageSyntheticsAPI.
|
static class |
UsageMeteringApi.GetUsageSyntheticsBrowserOptionalParameters
Manage optional parameters to getUsageSyntheticsBrowser.
|
static class |
UsageMeteringApi.GetUsageSyntheticsOptionalParameters
Manage optional parameters to getUsageSynthetics.
|
static class |
UsageMeteringApi.GetUsageTimeseriesOptionalParameters
Manage optional parameters to getUsageTimeseries.
|
static class |
UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters
Manage optional parameters to getUsageTopAvgMetrics.
|
| 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 client@Deprecated public UsageCustomReportsResponse getDailyCustomReports() throws ApiException
ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageCustomReportsResponse> getDailyCustomReportsAsync()
@Deprecated public UsageCustomReportsResponse getDailyCustomReports(UsageMeteringApi.GetDailyCustomReportsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageCustomReportsResponse> getDailyCustomReportsAsync(UsageMeteringApi.GetDailyCustomReportsOptionalParameters parameters)
parameters - Optional parameters for the request.@Deprecated public ApiResponse<UsageCustomReportsResponse> getDailyCustomReportsWithHttpInfo(UsageMeteringApi.GetDailyCustomReportsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<UsageCustomReportsResponse>> getDailyCustomReportsWithHttpInfoAsync(UsageMeteringApi.GetDailyCustomReportsOptionalParameters parameters)
parameters - Optional parameters for the request.public HourlyUsageAttributionResponse getHourlyUsageAttribution(OffsetDateTime startHr, HourlyUsageAttributionUsageType usageType) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)usageType - Usage type to retrieve. (required)ApiException - if fails to make API callpublic CompletableFuture<HourlyUsageAttributionResponse> getHourlyUsageAttributionAsync(OffsetDateTime startHr, HourlyUsageAttributionUsageType usageType)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)usageType - Usage type to retrieve. (required)public HourlyUsageAttributionResponse getHourlyUsageAttribution(OffsetDateTime startHr, HourlyUsageAttributionUsageType usageType, UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters parameters) throws ApiException
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)usageType - Usage type to retrieve. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<HourlyUsageAttributionResponse> getHourlyUsageAttributionAsync(OffsetDateTime startHr, HourlyUsageAttributionUsageType usageType, UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)usageType - Usage type to retrieve. (required)parameters - Optional parameters for the request.public ApiResponse<HourlyUsageAttributionResponse> getHourlyUsageAttributionWithHttpInfo(OffsetDateTime startHr, HourlyUsageAttributionUsageType usageType, UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters parameters) throws ApiException
This API endpoint is paginated. To make sure you receive all records, check if the value of
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 := GetHourlyUsageAttribution(start_month)
cursor := response.metadata.pagination.next_record_id
WHILE cursor != null BEGIN
sleep(5 seconds) # Avoid running into rate limit
response := GetHourlyUsageAttribution(start_month, next_record_id=cursor)
cursor := response.metadata.pagination.next_record_id
END
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)usageType - Usage type to retrieve. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<HourlyUsageAttributionResponse>> getHourlyUsageAttributionWithHttpInfoAsync(OffsetDateTime startHr, HourlyUsageAttributionUsageType usageType, UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters parameters)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)usageType - Usage type to retrieve. (required)parameters - Optional parameters for the request.@Deprecated public UsageIncidentManagementResponse getIncidentManagement(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<UsageIncidentManagementResponse> getIncidentManagementAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageIncidentManagementResponse getIncidentManagement(OffsetDateTime startHr, UsageMeteringApi.GetIncidentManagementOptionalParameters 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<UsageIncidentManagementResponse> getIncidentManagementAsync(OffsetDateTime startHr, UsageMeteringApi.GetIncidentManagementOptionalParameters 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<UsageIncidentManagementResponse> getIncidentManagementWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetIncidentManagementOptionalParameters 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<UsageIncidentManagementResponse>> getIncidentManagementWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetIncidentManagementOptionalParameters 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 UsageIngestedSpansResponse getIngestedSpans(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<UsageIngestedSpansResponse> getIngestedSpansAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageIngestedSpansResponse getIngestedSpans(OffsetDateTime startHr, UsageMeteringApi.GetIngestedSpansOptionalParameters 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<UsageIngestedSpansResponse> getIngestedSpansAsync(OffsetDateTime startHr, UsageMeteringApi.GetIngestedSpansOptionalParameters 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<UsageIngestedSpansResponse> getIngestedSpansWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetIngestedSpansOptionalParameters 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<UsageIngestedSpansResponse>> getIngestedSpansWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetIngestedSpansOptionalParameters 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 UsageCustomReportsResponse getMonthlyCustomReports() throws ApiException
ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageCustomReportsResponse> getMonthlyCustomReportsAsync()
@Deprecated public UsageCustomReportsResponse getMonthlyCustomReports(UsageMeteringApi.GetMonthlyCustomReportsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageCustomReportsResponse> getMonthlyCustomReportsAsync(UsageMeteringApi.GetMonthlyCustomReportsOptionalParameters parameters)
parameters - Optional parameters for the request.@Deprecated public ApiResponse<UsageCustomReportsResponse> getMonthlyCustomReportsWithHttpInfo(UsageMeteringApi.GetMonthlyCustomReportsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<UsageCustomReportsResponse>> getMonthlyCustomReportsWithHttpInfoAsync(UsageMeteringApi.GetMonthlyCustomReportsOptionalParameters parameters)
parameters - Optional parameters for the request.public MonthlyUsageAttributionResponse getMonthlyUsageAttribution(OffsetDateTime startMonth, MonthlyUsageAttributionSupportedMetrics fields) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)fields - Comma-separated list of usage types to return, or * for all usage
types. (required)ApiException - if fails to make API callpublic CompletableFuture<MonthlyUsageAttributionResponse> getMonthlyUsageAttributionAsync(OffsetDateTime startMonth, MonthlyUsageAttributionSupportedMetrics fields)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)fields - Comma-separated list of usage types to return, or * for all usage
types. (required)public MonthlyUsageAttributionResponse getMonthlyUsageAttribution(OffsetDateTime startMonth, MonthlyUsageAttributionSupportedMetrics fields, UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters parameters) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)fields - Comma-separated list of usage types to return, or * for all usage
types. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<MonthlyUsageAttributionResponse> getMonthlyUsageAttributionAsync(OffsetDateTime startMonth, MonthlyUsageAttributionSupportedMetrics fields, UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)fields - Comma-separated list of usage types to return, or * for all usage
types. (required)parameters - Optional parameters for the request.public ApiResponse<MonthlyUsageAttributionResponse> getMonthlyUsageAttributionWithHttpInfo(OffsetDateTime startMonth, MonthlyUsageAttributionSupportedMetrics fields, UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters parameters) throws ApiException
This API endpoint is paginated. To make sure you receive all records, check if the value of
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 := GetMonthlyUsageAttribution(start_month)
cursor := response.metadata.pagination.next_record_id
WHILE cursor != null BEGIN
sleep(5 seconds) # Avoid running into rate limit
response := GetMonthlyUsageAttribution(start_month, next_record_id=cursor)
cursor := response.metadata.pagination.next_record_id
END
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)fields - Comma-separated list of usage types to return, or * for all usage
types. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Forbidden - User is not authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<MonthlyUsageAttributionResponse>> getMonthlyUsageAttributionWithHttpInfoAsync(OffsetDateTime startMonth, MonthlyUsageAttributionSupportedMetrics fields, UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)fields - Comma-separated list of usage types to return, or * for all usage
types. (required)parameters - Optional parameters for the request.@Deprecated public UsageSpecifiedCustomReportsResponse getSpecifiedDailyCustomReports(String reportId) throws ApiException
See getSpecifiedDailyCustomReportsWithHttpInfo(java.lang.String).
reportId - Date of the report in the format YYYY-MM-DD. (required)ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageSpecifiedCustomReportsResponse> getSpecifiedDailyCustomReportsAsync(String reportId)
See getSpecifiedDailyCustomReportsWithHttpInfoAsync(java.lang.String).
reportId - Date of the report in the format YYYY-MM-DD. (required)@Deprecated public ApiResponse<UsageSpecifiedCustomReportsResponse> getSpecifiedDailyCustomReportsWithHttpInfo(String reportId) throws ApiException
reportId - Date of the report in the format YYYY-MM-DD. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Forbidden - User is not authorized | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<UsageSpecifiedCustomReportsResponse>> getSpecifiedDailyCustomReportsWithHttpInfoAsync(String reportId)
See getSpecifiedDailyCustomReportsWithHttpInfo(java.lang.String).
reportId - Date of the report in the format YYYY-MM-DD. (required)@Deprecated public UsageSpecifiedCustomReportsResponse getSpecifiedMonthlyCustomReports(String reportId) throws ApiException
See getSpecifiedMonthlyCustomReportsWithHttpInfo(java.lang.String).
reportId - Date of the report in the format YYYY-MM-DD. (required)ApiException - if fails to make API call@Deprecated public CompletableFuture<UsageSpecifiedCustomReportsResponse> getSpecifiedMonthlyCustomReportsAsync(String reportId)
See getSpecifiedMonthlyCustomReportsWithHttpInfoAsync(java.lang.String).
reportId - Date of the report in the format YYYY-MM-DD. (required)@Deprecated public ApiResponse<UsageSpecifiedCustomReportsResponse> getSpecifiedMonthlyCustomReportsWithHttpInfo(String reportId) throws ApiException
reportId - Date of the report in the format YYYY-MM-DD. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden - User is not authorized | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
@Deprecated public CompletableFuture<ApiResponse<UsageSpecifiedCustomReportsResponse>> getSpecifiedMonthlyCustomReportsWithHttpInfoAsync(String reportId)
See getSpecifiedMonthlyCustomReportsWithHttpInfo(java.lang.String).
reportId - Date of the report in the format YYYY-MM-DD. (required)@Deprecated public UsageAnalyzedLogsResponse getUsageAnalyzedLogs(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<UsageAnalyzedLogsResponse> getUsageAnalyzedLogsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageAnalyzedLogsResponse getUsageAnalyzedLogs(OffsetDateTime startHr, UsageMeteringApi.GetUsageAnalyzedLogsOptionalParameters 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<UsageAnalyzedLogsResponse> getUsageAnalyzedLogsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageAnalyzedLogsOptionalParameters 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<UsageAnalyzedLogsResponse> getUsageAnalyzedLogsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageAnalyzedLogsOptionalParameters 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<UsageAnalyzedLogsResponse>> getUsageAnalyzedLogsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageAnalyzedLogsOptionalParameters 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 UsageAuditLogsResponse getUsageAuditLogs(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<UsageAuditLogsResponse> getUsageAuditLogsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageAuditLogsResponse getUsageAuditLogs(OffsetDateTime startHr, UsageMeteringApi.GetUsageAuditLogsOptionalParameters 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<UsageAuditLogsResponse> getUsageAuditLogsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageAuditLogsOptionalParameters 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<UsageAuditLogsResponse> getUsageAuditLogsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageAuditLogsOptionalParameters 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<UsageAuditLogsResponse>> getUsageAuditLogsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageAuditLogsOptionalParameters 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.public UsageBillableSummaryResponse getUsageBillableSummary() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<UsageBillableSummaryResponse> getUsageBillableSummaryAsync()
public UsageBillableSummaryResponse getUsageBillableSummary(UsageMeteringApi.GetUsageBillableSummaryOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<UsageBillableSummaryResponse> getUsageBillableSummaryAsync(UsageMeteringApi.GetUsageBillableSummaryOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<UsageBillableSummaryResponse> getUsageBillableSummaryWithHttpInfo(UsageMeteringApi.GetUsageBillableSummaryOptionalParameters 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<UsageBillableSummaryResponse>> getUsageBillableSummaryWithHttpInfoAsync(UsageMeteringApi.GetUsageBillableSummaryOptionalParameters parameters)
parameters - Optional parameters for the request.@Deprecated public UsageCIVisibilityResponse getUsageCIApp(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<UsageCIVisibilityResponse> getUsageCIAppAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageCIVisibilityResponse getUsageCIApp(OffsetDateTime startHr, UsageMeteringApi.GetUsageCIAppOptionalParameters 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<UsageCIVisibilityResponse> getUsageCIAppAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageCIAppOptionalParameters 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<UsageCIVisibilityResponse> getUsageCIAppWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageCIAppOptionalParameters 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<UsageCIVisibilityResponse>> getUsageCIAppWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageCIAppOptionalParameters 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 UsageCloudSecurityPostureManagementResponse getUsageCloudSecurityPostureManagement(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<UsageCloudSecurityPostureManagementResponse> getUsageCloudSecurityPostureManagementAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageCloudSecurityPostureManagementResponse getUsageCloudSecurityPostureManagement(OffsetDateTime startHr, UsageMeteringApi.GetUsageCloudSecurityPostureManagementOptionalParameters 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<UsageCloudSecurityPostureManagementResponse> getUsageCloudSecurityPostureManagementAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageCloudSecurityPostureManagementOptionalParameters 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<UsageCloudSecurityPostureManagementResponse> getUsageCloudSecurityPostureManagementWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageCloudSecurityPostureManagementOptionalParameters 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<UsageCloudSecurityPostureManagementResponse>> getUsageCloudSecurityPostureManagementWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageCloudSecurityPostureManagementOptionalParameters 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 UsageCWSResponse getUsageCWS(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<UsageCWSResponse> getUsageCWSAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageCWSResponse getUsageCWS(OffsetDateTime startHr, UsageMeteringApi.GetUsageCWSOptionalParameters 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<UsageCWSResponse> getUsageCWSAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageCWSOptionalParameters 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<UsageCWSResponse> getUsageCWSWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageCWSOptionalParameters 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<UsageCWSResponse>> getUsageCWSWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageCWSOptionalParameters 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 UsageDBMResponse getUsageDBM(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<UsageDBMResponse> getUsageDBMAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageDBMResponse getUsageDBM(OffsetDateTime startHr, UsageMeteringApi.GetUsageDBMOptionalParameters 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<UsageDBMResponse> getUsageDBMAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageDBMOptionalParameters 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<UsageDBMResponse> getUsageDBMWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageDBMOptionalParameters 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<UsageDBMResponse>> getUsageDBMWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageDBMOptionalParameters 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 UsageFargateResponse getUsageFargate(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<UsageFargateResponse> getUsageFargateAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageFargateResponse getUsageFargate(OffsetDateTime startHr, UsageMeteringApi.GetUsageFargateOptionalParameters 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<UsageFargateResponse> getUsageFargateAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageFargateOptionalParameters 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<UsageFargateResponse> getUsageFargateWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageFargateOptionalParameters 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<UsageFargateResponse>> getUsageFargateWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageFargateOptionalParameters 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 UsageHostsResponse getUsageHosts(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<UsageHostsResponse> getUsageHostsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageHostsResponse getUsageHosts(OffsetDateTime startHr, UsageMeteringApi.GetUsageHostsOptionalParameters 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<UsageHostsResponse> getUsageHostsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageHostsOptionalParameters 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<UsageHostsResponse> getUsageHostsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageHostsOptionalParameters 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<UsageHostsResponse>> getUsageHostsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageHostsOptionalParameters 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 UsageIndexedSpansResponse getUsageIndexedSpans(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<UsageIndexedSpansResponse> getUsageIndexedSpansAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageIndexedSpansResponse getUsageIndexedSpans(OffsetDateTime startHr, UsageMeteringApi.GetUsageIndexedSpansOptionalParameters 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<UsageIndexedSpansResponse> getUsageIndexedSpansAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageIndexedSpansOptionalParameters 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<UsageIndexedSpansResponse> getUsageIndexedSpansWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageIndexedSpansOptionalParameters 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<UsageIndexedSpansResponse>> getUsageIndexedSpansWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageIndexedSpansOptionalParameters 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 UsageIoTResponse getUsageInternetOfThings(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<UsageIoTResponse> getUsageInternetOfThingsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageIoTResponse getUsageInternetOfThings(OffsetDateTime startHr, UsageMeteringApi.GetUsageInternetOfThingsOptionalParameters 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<UsageIoTResponse> getUsageInternetOfThingsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageInternetOfThingsOptionalParameters 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<UsageIoTResponse> getUsageInternetOfThingsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageInternetOfThingsOptionalParameters 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<UsageIoTResponse>> getUsageInternetOfThingsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageInternetOfThingsOptionalParameters 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 UsageLambdaResponse getUsageLambda(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<UsageLambdaResponse> getUsageLambdaAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageLambdaResponse getUsageLambda(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaOptionalParameters 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<UsageLambdaResponse> getUsageLambdaAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaOptionalParameters 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<UsageLambdaResponse> getUsageLambdaWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaOptionalParameters 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<UsageLambdaResponse>> getUsageLambdaWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLambdaOptionalParameters 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 UsageLogsResponse getUsageLogs(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<UsageLogsResponse> getUsageLogsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageLogsResponse getUsageLogs(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsOptionalParameters 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<UsageLogsResponse> getUsageLogsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsOptionalParameters 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<UsageLogsResponse> getUsageLogsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsOptionalParameters 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<UsageLogsResponse>> getUsageLogsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsOptionalParameters 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.public UsageLogsByIndexResponse getUsageLogsByIndex(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 callpublic CompletableFuture<UsageLogsByIndexResponse> getUsageLogsByIndexAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)public UsageLogsByIndexResponse getUsageLogsByIndex(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByIndexOptionalParameters 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 callpublic CompletableFuture<UsageLogsByIndexResponse> getUsageLogsByIndexAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByIndexOptionalParameters 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.public ApiResponse<UsageLogsByIndexResponse> getUsageLogsByIndexWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByIndexOptionalParameters 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 | - |
public CompletableFuture<ApiResponse<UsageLogsByIndexResponse>> getUsageLogsByIndexWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByIndexOptionalParameters 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 UsageLogsByRetentionResponse getUsageLogsByRetention(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<UsageLogsByRetentionResponse> getUsageLogsByRetentionAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageLogsByRetentionResponse getUsageLogsByRetention(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByRetentionOptionalParameters 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<UsageLogsByRetentionResponse> getUsageLogsByRetentionAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByRetentionOptionalParameters 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<UsageLogsByRetentionResponse> getUsageLogsByRetentionWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByRetentionOptionalParameters 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<UsageLogsByRetentionResponse>> getUsageLogsByRetentionWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageLogsByRetentionOptionalParameters 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 UsageNetworkFlowsResponse getUsageNetworkFlows(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<UsageNetworkFlowsResponse> getUsageNetworkFlowsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageNetworkFlowsResponse getUsageNetworkFlows(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkFlowsOptionalParameters 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<UsageNetworkFlowsResponse> getUsageNetworkFlowsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkFlowsOptionalParameters 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<UsageNetworkFlowsResponse> getUsageNetworkFlowsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkFlowsOptionalParameters 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<UsageNetworkFlowsResponse>> getUsageNetworkFlowsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkFlowsOptionalParameters 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 UsageNetworkHostsResponse getUsageNetworkHosts(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<UsageNetworkHostsResponse> getUsageNetworkHostsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageNetworkHostsResponse getUsageNetworkHosts(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkHostsOptionalParameters 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<UsageNetworkHostsResponse> getUsageNetworkHostsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkHostsOptionalParameters 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<UsageNetworkHostsResponse> getUsageNetworkHostsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkHostsOptionalParameters 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<UsageNetworkHostsResponse>> getUsageNetworkHostsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageNetworkHostsOptionalParameters 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 UsageOnlineArchiveResponse getUsageOnlineArchive(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<UsageOnlineArchiveResponse> getUsageOnlineArchiveAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageOnlineArchiveResponse getUsageOnlineArchive(OffsetDateTime startHr, UsageMeteringApi.GetUsageOnlineArchiveOptionalParameters 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<UsageOnlineArchiveResponse> getUsageOnlineArchiveAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageOnlineArchiveOptionalParameters 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<UsageOnlineArchiveResponse> getUsageOnlineArchiveWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageOnlineArchiveOptionalParameters 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<UsageOnlineArchiveResponse>> getUsageOnlineArchiveWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageOnlineArchiveOptionalParameters 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 UsageProfilingResponse getUsageProfiling(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<UsageProfilingResponse> getUsageProfilingAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageProfilingResponse getUsageProfiling(OffsetDateTime startHr, UsageMeteringApi.GetUsageProfilingOptionalParameters 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<UsageProfilingResponse> getUsageProfilingAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageProfilingOptionalParameters 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<UsageProfilingResponse> getUsageProfilingWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageProfilingOptionalParameters 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<UsageProfilingResponse>> getUsageProfilingWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageProfilingOptionalParameters 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 UsageRumSessionsResponse getUsageRumSessions(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<UsageRumSessionsResponse> getUsageRumSessionsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageRumSessionsResponse getUsageRumSessions(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumSessionsOptionalParameters 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<UsageRumSessionsResponse> getUsageRumSessionsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumSessionsOptionalParameters 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<UsageRumSessionsResponse> getUsageRumSessionsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumSessionsOptionalParameters 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<UsageRumSessionsResponse>> getUsageRumSessionsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumSessionsOptionalParameters 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 UsageRumUnitsResponse getUsageRumUnits(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<UsageRumUnitsResponse> getUsageRumUnitsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageRumUnitsResponse getUsageRumUnits(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumUnitsOptionalParameters 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<UsageRumUnitsResponse> getUsageRumUnitsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumUnitsOptionalParameters 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<UsageRumUnitsResponse> getUsageRumUnitsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumUnitsOptionalParameters 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<UsageRumUnitsResponse>> getUsageRumUnitsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageRumUnitsOptionalParameters 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 UsageSDSResponse getUsageSDS(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<UsageSDSResponse> getUsageSDSAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageSDSResponse getUsageSDS(OffsetDateTime startHr, UsageMeteringApi.GetUsageSDSOptionalParameters 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<UsageSDSResponse> getUsageSDSAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSDSOptionalParameters 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<UsageSDSResponse> getUsageSDSWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageSDSOptionalParameters 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<UsageSDSResponse>> getUsageSDSWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSDSOptionalParameters 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 UsageSNMPResponse getUsageSNMP(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<UsageSNMPResponse> getUsageSNMPAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage beginning at this hour. (required)@Deprecated public UsageSNMPResponse getUsageSNMP(OffsetDateTime startHr, UsageMeteringApi.GetUsageSNMPOptionalParameters 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<UsageSNMPResponse> getUsageSNMPAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSNMPOptionalParameters 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<UsageSNMPResponse> getUsageSNMPWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageSNMPOptionalParameters 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<UsageSNMPResponse>> getUsageSNMPWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSNMPOptionalParameters 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.public UsageSummaryResponse getUsageSummary(OffsetDateTime startMonth) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)ApiException - if fails to make API callpublic CompletableFuture<UsageSummaryResponse> getUsageSummaryAsync(OffsetDateTime startMonth)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)public UsageSummaryResponse getUsageSummary(OffsetDateTime startMonth, UsageMeteringApi.GetUsageSummaryOptionalParameters parameters) throws ApiException
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<UsageSummaryResponse> getUsageSummaryAsync(OffsetDateTime startMonth, UsageMeteringApi.GetUsageSummaryOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)parameters - Optional parameters for the request.public ApiResponse<UsageSummaryResponse> getUsageSummaryWithHttpInfo(OffsetDateTime startMonth, UsageMeteringApi.GetUsageSummaryOptionalParameters 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 usage beginning in this month. Maximum of 15 months ago. (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<UsageSummaryResponse>> getUsageSummaryWithHttpInfoAsync(OffsetDateTime startMonth, UsageMeteringApi.GetUsageSummaryOptionalParameters parameters)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage beginning in this month. Maximum of 15 months ago. (required)parameters - Optional parameters for the request.@Deprecated public UsageSyntheticsResponse getUsageSynthetics(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<UsageSyntheticsResponse> getUsageSyntheticsAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageSyntheticsResponse getUsageSynthetics(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsOptionalParameters 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<UsageSyntheticsResponse> getUsageSyntheticsAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsOptionalParameters 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<UsageSyntheticsResponse> getUsageSyntheticsWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsOptionalParameters 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<UsageSyntheticsResponse>> getUsageSyntheticsWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsOptionalParameters 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 UsageSyntheticsAPIResponse getUsageSyntheticsAPI(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<UsageSyntheticsAPIResponse> getUsageSyntheticsAPIAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageSyntheticsAPIResponse getUsageSyntheticsAPI(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsAPIOptionalParameters 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<UsageSyntheticsAPIResponse> getUsageSyntheticsAPIAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsAPIOptionalParameters 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<UsageSyntheticsAPIResponse> getUsageSyntheticsAPIWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsAPIOptionalParameters 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<UsageSyntheticsAPIResponse>> getUsageSyntheticsAPIWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsAPIOptionalParameters 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 UsageSyntheticsBrowserResponse getUsageSyntheticsBrowser(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<UsageSyntheticsBrowserResponse> getUsageSyntheticsBrowserAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageSyntheticsBrowserResponse getUsageSyntheticsBrowser(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsBrowserOptionalParameters 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<UsageSyntheticsBrowserResponse> getUsageSyntheticsBrowserAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsBrowserOptionalParameters 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<UsageSyntheticsBrowserResponse> getUsageSyntheticsBrowserWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsBrowserOptionalParameters 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<UsageSyntheticsBrowserResponse>> getUsageSyntheticsBrowserWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageSyntheticsBrowserOptionalParameters 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 UsageTimeseriesResponse getUsageTimeseries(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<UsageTimeseriesResponse> getUsageTimeseriesAsync(OffsetDateTime startHr)
startHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage
beginning at this hour. (required)@Deprecated public UsageTimeseriesResponse getUsageTimeseries(OffsetDateTime startHr, UsageMeteringApi.GetUsageTimeseriesOptionalParameters 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<UsageTimeseriesResponse> getUsageTimeseriesAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageTimeseriesOptionalParameters 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<UsageTimeseriesResponse> getUsageTimeseriesWithHttpInfo(OffsetDateTime startHr, UsageMeteringApi.GetUsageTimeseriesOptionalParameters 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<UsageTimeseriesResponse>> getUsageTimeseriesWithHttpInfoAsync(OffsetDateTime startHr, UsageMeteringApi.GetUsageTimeseriesOptionalParameters 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.public UsageTopAvgMetricsResponse getUsageTopAvgMetrics() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<UsageTopAvgMetricsResponse> getUsageTopAvgMetricsAsync()
public UsageTopAvgMetricsResponse getUsageTopAvgMetrics(UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<UsageTopAvgMetricsResponse> getUsageTopAvgMetricsAsync(UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<UsageTopAvgMetricsResponse> getUsageTopAvgMetricsWithHttpInfo(UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters parameters) throws ApiException
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<UsageTopAvgMetricsResponse>> getUsageTopAvgMetricsWithHttpInfoAsync(UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters parameters)
parameters - Optional parameters for the request.Copyright © 2024. All rights reserved.