Uses of Class
com.dtsx.astra.sdk.utils.ApiResponseHttp
Packages that use 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
Methods in com.dtsx.astra.sdk that return ApiResponseHttpModifier and TypeMethodDescriptionSyntax sugar http requests.Syntax sugar http requests.Syntax sugar http requests.Syntax sugar http requests.Methods in com.dtsx.astra.sdk with parameters of type ApiResponseHttpModifier and TypeMethodDescriptionvoid
AbstractApiClient.assertHttpCodeAccepted
(ApiResponseHttp res, String action, String entityId) Response validation -
Uses of ApiResponseHttp in com.dtsx.astra.sdk.db
Methods in com.dtsx.astra.sdk.db that return ApiResponseHttpModifier and TypeMethodDescriptionDbTelemetryClient.find()
Retrieve Remote Telemetry configuration. -
Uses of ApiResponseHttp in com.dtsx.astra.sdk.db.domain.telemetry
Methods in com.dtsx.astra.sdk.db.domain.telemetry that return ApiResponseHttpModifier and TypeMethodDescriptionConfigure Astra Remote Telemetry. -
Uses of ApiResponseHttp in com.dtsx.astra.sdk.utils
Methods in com.dtsx.astra.sdk.utils that return ApiResponseHttpModifier 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.