@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.
|
static class |
SoftwareCatalogApi.ListCatalogKindOptionalParameters
Manage optional parameters to listCatalogKind.
|
static class |
SoftwareCatalogApi.ListCatalogRelationOptionalParameters
Manage optional parameters to listCatalogRelation.
|
| 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 void deleteCatalogKind(String kindId) throws ApiException
kindId - Entity kind. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteCatalogKindAsync(String kindId)
kindId - Entity kind. (required)public ApiResponse<Void> deleteCatalogKindWithHttpInfo(String kindId) throws ApiException
kindId - Entity kind. (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>> deleteCatalogKindWithHttpInfoAsync(String kindId)
kindId - Entity kind. (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 ListKindCatalogResponse listCatalogKind() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<ListKindCatalogResponse> listCatalogKindAsync()
public ListKindCatalogResponse listCatalogKind(SoftwareCatalogApi.ListCatalogKindOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<ListKindCatalogResponse> listCatalogKindAsync(SoftwareCatalogApi.ListCatalogKindOptionalParameters parameters)
parameters - Optional parameters for the request.public PaginationIterable<KindData> listCatalogKindWithPagination()
public PaginationIterable<KindData> listCatalogKindWithPagination(SoftwareCatalogApi.ListCatalogKindOptionalParameters parameters)
public ApiResponse<ListKindCatalogResponse> listCatalogKindWithHttpInfo(SoftwareCatalogApi.ListCatalogKindOptionalParameters 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 | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<ListKindCatalogResponse>> listCatalogKindWithHttpInfoAsync(SoftwareCatalogApi.ListCatalogKindOptionalParameters parameters)
parameters - Optional parameters for the request.public ListRelationCatalogResponse listCatalogRelation() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<ListRelationCatalogResponse> listCatalogRelationAsync()
public ListRelationCatalogResponse listCatalogRelation(SoftwareCatalogApi.ListCatalogRelationOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<ListRelationCatalogResponse> listCatalogRelationAsync(SoftwareCatalogApi.ListCatalogRelationOptionalParameters parameters)
parameters - Optional parameters for the request.public PaginationIterable<RelationResponse> listCatalogRelationWithPagination()
public PaginationIterable<RelationResponse> listCatalogRelationWithPagination(SoftwareCatalogApi.ListCatalogRelationOptionalParameters parameters)
public ApiResponse<ListRelationCatalogResponse> listCatalogRelationWithHttpInfo(SoftwareCatalogApi.ListCatalogRelationOptionalParameters 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<ListRelationCatalogResponse>> listCatalogRelationWithHttpInfoAsync(SoftwareCatalogApi.ListCatalogRelationOptionalParameters 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)public UpsertCatalogKindResponse upsertCatalogKind(UpsertCatalogKindRequest body) throws ApiException
See upsertCatalogKindWithHttpInfo(com.datadog.api.client.v2.model.UpsertCatalogKindRequest).
body - Kind YAML or JSON. (required)ApiException - if fails to make API callpublic CompletableFuture<UpsertCatalogKindResponse> upsertCatalogKindAsync(UpsertCatalogKindRequest body)
See upsertCatalogKindWithHttpInfoAsync(com.datadog.api.client.v2.model.UpsertCatalogKindRequest).
body - Kind YAML or JSON. (required)public ApiResponse<UpsertCatalogKindResponse> upsertCatalogKindWithHttpInfo(UpsertCatalogKindRequest body) throws ApiException
body - Kind 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<UpsertCatalogKindResponse>> upsertCatalogKindWithHttpInfoAsync(UpsertCatalogKindRequest body)
See upsertCatalogKindWithHttpInfo(com.datadog.api.client.v2.model.UpsertCatalogKindRequest).
body - Kind YAML or JSON. (required)Copyright © 2025. All rights reserved.