@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SoftwareCatalogApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SoftwareCatalogApi.ListCatalogEntityOptionalParameters
Manage optional parameters to listCatalogEntity.
|
| Constructor and Description |
|---|
SoftwareCatalogApi() |
SoftwareCatalogApi(ApiClient apiClient) |
public SoftwareCatalogApi()
public SoftwareCatalogApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic void deleteCatalogEntity(String entityId) throws ApiException
entityId - UUID or Entity Ref. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteCatalogEntityAsync(String entityId)
entityId - UUID or Entity Ref. (required)public ApiResponse<Void> deleteCatalogEntityWithHttpInfo(String entityId) throws ApiException
entityId - UUID or Entity Ref. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteCatalogEntityWithHttpInfoAsync(String entityId)
entityId - UUID or Entity Ref. (required)public ListEntityCatalogResponse listCatalogEntity() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<ListEntityCatalogResponse> listCatalogEntityAsync()
public ListEntityCatalogResponse listCatalogEntity(SoftwareCatalogApi.ListCatalogEntityOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<ListEntityCatalogResponse> listCatalogEntityAsync(SoftwareCatalogApi.ListCatalogEntityOptionalParameters parameters)
parameters - Optional parameters for the request.public PaginationIterable<EntityData> listCatalogEntityWithPagination()
public PaginationIterable<EntityData> listCatalogEntityWithPagination(SoftwareCatalogApi.ListCatalogEntityOptionalParameters parameters)
public ApiResponse<ListEntityCatalogResponse> listCatalogEntityWithHttpInfo(SoftwareCatalogApi.ListCatalogEntityOptionalParameters 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 | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ListEntityCatalogResponse>> listCatalogEntityWithHttpInfoAsync(SoftwareCatalogApi.ListCatalogEntityOptionalParameters parameters)
parameters - Optional parameters for the request.public UpsertCatalogEntityResponse upsertCatalogEntity(UpsertCatalogEntityRequest body) throws ApiException
See upsertCatalogEntityWithHttpInfo(com.datadog.api.client.v2.model.UpsertCatalogEntityRequest).
body - Entity YAML or JSON. (required)ApiException - if fails to make API callpublic CompletableFuture<UpsertCatalogEntityResponse> upsertCatalogEntityAsync(UpsertCatalogEntityRequest body)
See upsertCatalogEntityWithHttpInfoAsync(com.datadog.api.client.v2.model.UpsertCatalogEntityRequest).
body - Entity YAML or JSON. (required)public ApiResponse<UpsertCatalogEntityResponse> upsertCatalogEntityWithHttpInfo(UpsertCatalogEntityRequest body) throws ApiException
body - Entity YAML or JSON. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 202 | ACCEPTED | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<UpsertCatalogEntityResponse>> upsertCatalogEntityWithHttpInfoAsync(UpsertCatalogEntityRequest body)
See upsertCatalogEntityWithHttpInfo(com.datadog.api.client.v2.model.UpsertCatalogEntityRequest).
body - Entity YAML or JSON. (required)Copyright © 2024. All rights reserved.