@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OnCallPagingApi extends Object
| Constructor and Description |
|---|
OnCallPagingApi() |
OnCallPagingApi(ApiClient apiClient) |
public OnCallPagingApi()
public OnCallPagingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic void acknowledgeOnCallPage(UUID pageId) throws ApiException
pageId - The page ID. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> acknowledgeOnCallPageAsync(UUID pageId)
pageId - The page ID. (required)public ApiResponse<Void> acknowledgeOnCallPageWithHttpInfo(UUID pageId) throws ApiException
pageId - The page ID. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 202 | Accepted. | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> acknowledgeOnCallPageWithHttpInfoAsync(UUID pageId)
pageId - The page ID. (required)public CreatePageResponse createOnCallPage(CreatePageRequest body) throws ApiException
See createOnCallPageWithHttpInfo(com.datadog.api.client.v2.model.CreatePageRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<CreatePageResponse> createOnCallPageAsync(CreatePageRequest body)
See createOnCallPageWithHttpInfoAsync(com.datadog.api.client.v2.model.CreatePageRequest).
body - (required)public ApiResponse<CreatePageResponse> createOnCallPageWithHttpInfo(CreatePageRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK. | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<CreatePageResponse>> createOnCallPageWithHttpInfoAsync(CreatePageRequest body)
See createOnCallPageWithHttpInfo(com.datadog.api.client.v2.model.CreatePageRequest).
body - (required)public void escalateOnCallPage(UUID pageId) throws ApiException
pageId - The page ID. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> escalateOnCallPageAsync(UUID pageId)
pageId - The page ID. (required)public ApiResponse<Void> escalateOnCallPageWithHttpInfo(UUID pageId) throws ApiException
pageId - The page ID. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 202 | Accepted. | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> escalateOnCallPageWithHttpInfoAsync(UUID pageId)
pageId - The page ID. (required)public void resolveOnCallPage(UUID pageId) throws ApiException
pageId - The page ID. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> resolveOnCallPageAsync(UUID pageId)
pageId - The page ID. (required)public ApiResponse<Void> resolveOnCallPageWithHttpInfo(UUID pageId) throws ApiException
pageId - The page ID. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 202 | Accepted. | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> resolveOnCallPageWithHttpInfoAsync(UUID pageId)
pageId - The page ID. (required)Copyright © 2025. All rights reserved.