Uses of Class
com.dtsx.astra.sdk.utils.ApiResponseHttp
Package
Description
Devops Api Client main class.
Sub Clients relative to Astra Db Service.
Entities and Pojo for Astra Db Telemetry Service.
Utility Classes for devops.
-
Uses of ApiResponseHttp in com.dtsx.astra.sdk
Modifier and TypeMethodDescriptionSyntax sugar http requests.Syntax sugar http requests.Syntax sugar http requests.Syntax sugar http requests.Modifier and TypeMethodDescriptionvoid
AbstractApiClient.assertHttpCodeAccepted
(ApiResponseHttp res, String action, String entityId) Response validation -
Uses of ApiResponseHttp in com.dtsx.astra.sdk.db
Modifier and TypeMethodDescriptionDbTelemetryClient.find()
Retrieve Remote Telemetry configuration. -
Uses of ApiResponseHttp in com.dtsx.astra.sdk.db.domain.telemetry
Modifier and TypeMethodDescriptionConfigure Astra Remote Telemetry. -
Uses of ApiResponseHttp in com.dtsx.astra.sdk.utils
Modifier and TypeMethodDescriptionHttpClientWrapper.DELETE_PULSAR
(String url, String token, String body, String pulsarCluster, String organizationId) Helper to build the HTTP request.HttpClientWrapper.executeHttp
(org.apache.hc.client5.http.classic.methods.HttpUriRequestBase req, boolean mandatory) Execute a request coming from elsewhere.HttpClientWrapper.executeHttp
(org.apache.hc.core5.http.Method method, String url, String token, String reqBody, String contentType, boolean mandatory) Main Method executing HTTP Request.Helper to build the HTTP request.HttpClientWrapper.GET_PULSAR
(String url, String token, String pulsarCluster, String organizationId) Helper to build the HTTP request.Helper to build the HTTP request.Helper to build the HTTP request.Helper to build the HTTP request.HttpClientWrapper.POST_PULSAR
(String url, String token, String body, String pulsarCluster, String organizationId) Helper to build the HTTP request.