@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RumTeamsOwnershipApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RumTeamsOwnershipApi.ListTeamsOwnershipMappingsOptionalParameters
Manage optional parameters to listTeamsOwnershipMappings.
|
static class |
RumTeamsOwnershipApi.ListTeamsOwnershipRulesOptionalParameters
Manage optional parameters to listTeamsOwnershipRules.
|
| Constructor and Description |
|---|
RumTeamsOwnershipApi() |
RumTeamsOwnershipApi(ApiClient apiClient) |
public RumTeamsOwnershipApi()
public RumTeamsOwnershipApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic TeamsOwnershipMappingResponse createTeamsOwnershipMapping(TeamsOwnershipMappingCreateRequest body) throws ApiException
body - The definition of the teams ownership mapping to create. (required)ApiException - if fails to make API callpublic CompletableFuture<TeamsOwnershipMappingResponse> createTeamsOwnershipMappingAsync(TeamsOwnershipMappingCreateRequest body)
body - The definition of the teams ownership mapping to create. (required)public ApiResponse<TeamsOwnershipMappingResponse> createTeamsOwnershipMappingWithHttpInfo(TeamsOwnershipMappingCreateRequest body) throws ApiException
body - The definition of the teams ownership mapping to create. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 201 | Created | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<TeamsOwnershipMappingResponse>> createTeamsOwnershipMappingWithHttpInfoAsync(TeamsOwnershipMappingCreateRequest body)
body - The definition of the teams ownership mapping to create. (required)public TeamsOwnershipMappingBatchResponse createTeamsOwnershipMappingsBatch(TeamsOwnershipMappingBatchRequest body) throws ApiException
body - The list of add and remove operations to apply atomically. (required)ApiException - if fails to make API callpublic CompletableFuture<TeamsOwnershipMappingBatchResponse> createTeamsOwnershipMappingsBatchAsync(TeamsOwnershipMappingBatchRequest body)
body - The list of add and remove operations to apply atomically. (required)public ApiResponse<TeamsOwnershipMappingBatchResponse> createTeamsOwnershipMappingsBatchWithHttpInfo(TeamsOwnershipMappingBatchRequest body) throws ApiException
body - The list of add and remove operations to apply atomically. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request. One or more operations failed validation, so none of the operations were applied. Errors are returned in the JSON:API atomic operations error format rather than the standard error response. | - |
| 403 | Not Authorized | - |
| 404 | Not Found. One or more mappings requested for removal do not exist. | - |
| 409 | Conflict. One or more mappings requested for creation already exist. | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<TeamsOwnershipMappingBatchResponse>> createTeamsOwnershipMappingsBatchWithHttpInfoAsync(TeamsOwnershipMappingBatchRequest body)
body - The list of add and remove operations to apply atomically. (required)public void deleteTeamsOwnershipMapping(String id) throws ApiException
See deleteTeamsOwnershipMappingWithHttpInfo(java.lang.String).
id - The ID of the teams ownership mapping. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteTeamsOwnershipMappingAsync(String id)
See deleteTeamsOwnershipMappingWithHttpInfoAsync(java.lang.String).
id - The ID of the teams ownership mapping. (required)public ApiResponse<Void> deleteTeamsOwnershipMappingWithHttpInfo(String id) throws ApiException
id - The ID of the teams ownership mapping. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 403 | Not Authorized | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteTeamsOwnershipMappingWithHttpInfoAsync(String id)
See deleteTeamsOwnershipMappingWithHttpInfo(java.lang.String).
id - The ID of the teams ownership mapping. (required)public TeamsOwnershipMappingResponse getTeamsOwnershipMapping(String id) throws ApiException
id - The ID of the teams ownership mapping. (required)ApiException - if fails to make API callpublic CompletableFuture<TeamsOwnershipMappingResponse> getTeamsOwnershipMappingAsync(String id)
See getTeamsOwnershipMappingWithHttpInfoAsync(java.lang.String).
id - The ID of the teams ownership mapping. (required)public ApiResponse<TeamsOwnershipMappingResponse> getTeamsOwnershipMappingWithHttpInfo(String id) throws ApiException
id - The ID of the teams ownership mapping. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Not Authorized | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<TeamsOwnershipMappingResponse>> getTeamsOwnershipMappingWithHttpInfoAsync(String id)
id - The ID of the teams ownership mapping. (required)public TeamsOwnershipMappingsResponse listTeamsOwnershipMappings() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<TeamsOwnershipMappingsResponse> listTeamsOwnershipMappingsAsync()
public TeamsOwnershipMappingsResponse listTeamsOwnershipMappings(RumTeamsOwnershipApi.ListTeamsOwnershipMappingsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<TeamsOwnershipMappingsResponse> listTeamsOwnershipMappingsAsync(RumTeamsOwnershipApi.ListTeamsOwnershipMappingsOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<TeamsOwnershipMappingsResponse> listTeamsOwnershipMappingsWithHttpInfo(RumTeamsOwnershipApi.ListTeamsOwnershipMappingsOptionalParameters 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 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<TeamsOwnershipMappingsResponse>> listTeamsOwnershipMappingsWithHttpInfoAsync(RumTeamsOwnershipApi.ListTeamsOwnershipMappingsOptionalParameters parameters)
parameters - Optional parameters for the request.public TeamsOwnershipRulesResponse listTeamsOwnershipRules() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<TeamsOwnershipRulesResponse> listTeamsOwnershipRulesAsync()
public TeamsOwnershipRulesResponse listTeamsOwnershipRules(RumTeamsOwnershipApi.ListTeamsOwnershipRulesOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<TeamsOwnershipRulesResponse> listTeamsOwnershipRulesAsync(RumTeamsOwnershipApi.ListTeamsOwnershipRulesOptionalParameters parameters)
parameters - Optional parameters for the request.public ApiResponse<TeamsOwnershipRulesResponse> listTeamsOwnershipRulesWithHttpInfo(RumTeamsOwnershipApi.ListTeamsOwnershipRulesOptionalParameters parameters) throws ApiException
view_name, application_id, service
, and match_type, collapsing every team that owns the same view into a
single entry.parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Not Authorized | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<TeamsOwnershipRulesResponse>> listTeamsOwnershipRulesWithHttpInfoAsync(RumTeamsOwnershipApi.ListTeamsOwnershipRulesOptionalParameters parameters)
parameters - Optional parameters for the request.Copyright © 2026. All rights reserved.