Uses of Class
org.wso2.am.integration.clients.admin.ApiException
Packages that use ApiException
-
Uses of ApiException in org.wso2.am.integration.clients.admin
Methods in org.wso2.am.integration.clients.admin with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in org.wso2.am.integration.clients.admin that throw ApiExceptionModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.okhttp3.RequestBodyApiClient.buildRequestBodyMultipart(Map<String, Object> formParams) Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.<T> TApiClient.deserialize(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse(okhttp3.Response response) Download file from the given response.<T> ApiResponse<T> ApiClient.execute(okhttp3.Call call) <T> ApiResponse<T> Execute HTTP call and deserialize the HTTP response body into the given return type.<T> TApiClient.handleResponse(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBodySerialize the given Java object into request body according to the object's class and the request Content-Type. -
Uses of ApiException in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that throw ApiExceptionModifier and TypeMethodDescriptionAiServiceProvidersApi.addAIServiceProvider(String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders) Add a AI Service provider Add a new AI Service providerokhttp3.CallAiServiceProvidersApi.addAIServiceProviderAsync(String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback<AIServiceProviderResponseDTO> _callback) Add a AI Service provider (asynchronously) Add a new AI Service providerokhttp3.CallAiServiceProvidersApi.addAIServiceProviderCall(String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback _callback) Build call for addAIServiceProviderAiServiceProvidersApi.addAIServiceProviderWithHttpInfo(String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders) Add a AI Service provider Add a new AI Service providervoidApiCategoryIndividualApi.apiCategoriesApiCategoryIdDelete(String apiCategoryId, String ifMatch, String ifUnmodifiedSince) Delete an API Category Delete an API Category by API Category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete an API Category (asynchronously) Delete an API Category by API Category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for apiCategoriesApiCategoryIdDeleteApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteWithHttpInfo(String apiCategoryId, String ifMatch, String ifUnmodifiedSince) Delete an API Category Delete an API Category by API Category IdApiCategoryIndividualApi.apiCategoriesApiCategoryIdPut(String apiCategoryId, APICategoryDTO apICategoryDTO) Update an API Category Update an API Category by category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Update an API Category (asynchronously) Update an API Category by category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutCall(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback _callback) Build call for apiCategoriesApiCategoryIdPutApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId, APICategoryDTO apICategoryDTO) Update an API Category Update an API Category by category IdApiCategoryCollectionApi.apiCategoriesGet()Get all API Categories Get all API categoriesokhttp3.CallApiCategoryCollectionApi.apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> _callback) Get all API Categories (asynchronously) Get all API categoriesokhttp3.CallApiCategoryCollectionApi.apiCategoriesGetCall(ApiCallback _callback) Build call for apiCategoriesGetApiCategoryCollectionApi.apiCategoriesGetWithHttpInfo()Get all API Categories Get all API categoriesApiCategoryIndividualApi.apiCategoriesPost(APICategoryDTO apICategoryDTO) Add API Category Add a new API categoryokhttp3.CallApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Add API Category (asynchronously) Add a new API categoryokhttp3.CallApiCategoryIndividualApi.apiCategoriesPostCall(APICategoryDTO apICategoryDTO, ApiCallback _callback) Build call for apiCategoriesPostApiCategoryIndividualApi.apiCategoriesPostWithHttpInfo(APICategoryDTO apICategoryDTO) Add API Category Add a new API categoryvoidApplicationApi.applicationsApplicationIdChangeOwnerPost(String owner, String applicationId) Change Application Owner This operation is used to change the owner of an Application.okhttp3.CallApplicationApi.applicationsApplicationIdChangeOwnerPostAsync(String owner, String applicationId, ApiCallback<Void> _callback) Change Application Owner (asynchronously) This operation is used to change the owner of an Application.okhttp3.CallApplicationApi.applicationsApplicationIdChangeOwnerPostCall(String owner, String applicationId, ApiCallback _callback) Build call for applicationsApplicationIdChangeOwnerPostApplicationApi.applicationsApplicationIdChangeOwnerPostWithHttpInfo(String owner, String applicationId) Change Application Owner This operation is used to change the owner of an Application.voidApplicationsApi.applicationsApplicationIdDelete(String applicationId, String ifMatch) Delete an Application This operation can be used to delete an application by specifying its id.okhttp3.CallApplicationsApi.applicationsApplicationIdDeleteAsync(String applicationId, String ifMatch, ApiCallback<Void> _callback) Delete an Application (asynchronously) This operation can be used to delete an application by specifying its id.okhttp3.CallApplicationsApi.applicationsApplicationIdDeleteCall(String applicationId, String ifMatch, ApiCallback _callback) Build call for applicationsApplicationIdDeleteApplicationsApi.applicationsApplicationIdDeleteWithHttpInfo(String applicationId, String ifMatch) Delete an Application This operation can be used to delete an application by specifying its id.ApplicationCollectionApi.applicationsGet(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain) Retrieve/Search Applications This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.okhttp3.CallApplicationCollectionApi.applicationsGetAsync(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain, ApiCallback<ApplicationListDTO> _callback) Retrieve/Search Applications (asynchronously) This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.okhttp3.CallApplicationCollectionApi.applicationsGetCall(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain, ApiCallback _callback) Build call for applicationsGetApplicationCollectionApi.applicationsGetWithHttpInfo(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain) Retrieve/Search Applications This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.voidAiServiceProviderApi.deleteAIServiceProvider(String aiServiceProviderId) Delete a AI Service Provider Delete a AI Service Provider by aiServiceProviderIdokhttp3.CallAiServiceProviderApi.deleteAIServiceProviderAsync(String aiServiceProviderId, ApiCallback<Void> _callback) Delete a AI Service Provider (asynchronously) Delete a AI Service Provider by aiServiceProviderIdokhttp3.CallAiServiceProviderApi.deleteAIServiceProviderCall(String aiServiceProviderId, ApiCallback _callback) Build call for deleteAIServiceProviderAiServiceProviderApi.deleteAIServiceProviderWithHttpInfo(String aiServiceProviderId) Delete a AI Service Provider Delete a AI Service Provider by aiServiceProviderIdvoidEnvironmentApi.environmentsEnvironmentIdDelete(String environmentId) Delete an Environment Delete a Environment by Environment Idokhttp3.CallEnvironmentApi.environmentsEnvironmentIdDeleteAsync(String environmentId, ApiCallback<Void> _callback) Delete an Environment (asynchronously) Delete a Environment by Environment Idokhttp3.CallEnvironmentApi.environmentsEnvironmentIdDeleteCall(String environmentId, ApiCallback _callback) Build call for environmentsEnvironmentIdDeleteEnvironmentApi.environmentsEnvironmentIdDeleteWithHttpInfo(String environmentId) Delete an Environment Delete a Environment by Environment IdEnvironmentsApi.environmentsEnvironmentIdGatewaysGet(String environmentId) Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.okhttp3.CallEnvironmentsApi.environmentsEnvironmentIdGatewaysGetAsync(String environmentId, ApiCallback<GatewayInstanceListDTO> _callback) Get Gateway Instances in a Gateway Environment (asynchronously) Retrieve list of gateway Instances in the gateway environment.okhttp3.CallEnvironmentsApi.environmentsEnvironmentIdGatewaysGetCall(String environmentId, ApiCallback _callback) Build call for environmentsEnvironmentIdGatewaysGetEnvironmentsApi.environmentsEnvironmentIdGatewaysGetWithHttpInfo(String environmentId) Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.EnvironmentApi.environmentsEnvironmentIdPut(String environmentId, EnvironmentDTO environmentDTO) Update an Environment Update a gateway Environment by environment Idokhttp3.CallEnvironmentApi.environmentsEnvironmentIdPutAsync(String environmentId, EnvironmentDTO environmentDTO, ApiCallback<EnvironmentDTO> _callback) Update an Environment (asynchronously) Update a gateway Environment by environment Idokhttp3.CallEnvironmentApi.environmentsEnvironmentIdPutCall(String environmentId, EnvironmentDTO environmentDTO, ApiCallback _callback) Build call for environmentsEnvironmentIdPutEnvironmentApi.environmentsEnvironmentIdPutWithHttpInfo(String environmentId, EnvironmentDTO environmentDTO) Update an Environment Update a gateway Environment by environment IdEnvironmentCollectionApi.environmentsGet()Get all registered Environments Get all Registered Environmentsokhttp3.CallEnvironmentCollectionApi.environmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback) Get all registered Environments (asynchronously) Get all Registered Environmentsokhttp3.CallEnvironmentCollectionApi.environmentsGetCall(ApiCallback _callback) Build call for environmentsGetEnvironmentCollectionApi.environmentsGetWithHttpInfo()Get all registered Environments Get all Registered EnvironmentsEnvironmentApi.environmentsPost(EnvironmentDTO environmentDTO) Add an Environment Add a new geteway environmentokhttp3.CallEnvironmentApi.environmentsPostAsync(EnvironmentDTO environmentDTO, ApiCallback<EnvironmentDTO> _callback) Add an Environment (asynchronously) Add a new geteway environmentokhttp3.CallEnvironmentApi.environmentsPostCall(EnvironmentDTO environmentDTO, ApiCallback _callback) Build call for environmentsPostEnvironmentApi.environmentsPostWithHttpInfo(EnvironmentDTO environmentDTO) Add an Environment Add a new geteway environmentApiIndividualApi.exportApiGet(String name, String version, String providerName, String format, Boolean preserveStatus) Export an API This operation can be used to export the details of a particular API as a zip file.okhttp3.CallApiIndividualApi.exportApiGetAsync(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback<File> _callback) Export an API (asynchronously) This operation can be used to export the details of a particular API as a zip file.okhttp3.CallApiIndividualApi.exportApiGetCall(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback _callback) Build call for exportApiGetApiIndividualApi.exportApiGetWithHttpInfo(String name, String version, String providerName, String format, Boolean preserveStatus) Export an API This operation can be used to export the details of a particular API as a zip file.ApiProductIndividualApi.exportApiProductGet(String name, String version, String providerName, String format, Boolean preserveStatus) Export an API Product This operation can be used to export the details of a particular API Product as a zip file.okhttp3.CallApiProductIndividualApi.exportApiProductGetAsync(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback<File> _callback) Export an API Product (asynchronously) This operation can be used to export the details of a particular API Product as a zip file.okhttp3.CallApiProductIndividualApi.exportApiProductGetCall(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback _callback) Build call for exportApiProductGetApiProductIndividualApi.exportApiProductGetWithHttpInfo(String name, String version, String providerName, String format, Boolean preserveStatus) Export an API Product This operation can be used to export the details of a particular API Product as a zip file.ApplicationIndividualApi.exportApplicationsGet(String appName, String appOwner, Boolean withKeys) Export an Application This operation can be used to export the details of a particular application as a zip file.okhttp3.CallApplicationIndividualApi.exportApplicationsGetAsync(String appName, String appOwner, Boolean withKeys, ApiCallback<File> _callback) Export an Application (asynchronously) This operation can be used to export the details of a particular application as a zip file.okhttp3.CallApplicationIndividualApi.exportApplicationsGetCall(String appName, String appOwner, Boolean withKeys, ApiCallback _callback) Build call for exportApplicationsGetApplicationIndividualApi.exportApplicationsGetWithHttpInfo(String appName, String appOwner, Boolean withKeys) Export an Application This operation can be used to export the details of a particular application as a zip file.TenantConfigApi.exportTenantConfig()Export a tenant-Config.okhttp3.CallTenantConfigApi.exportTenantConfigAsync(ApiCallback<String> _callback) Export a tenant-Config.okhttp3.CallTenantConfigApi.exportTenantConfigCall(ApiCallback _callback) Build call for exportTenantConfigTenantConfigSchemaApi.exportTenantConfigSchema()Export a tenant-Config-Schema.okhttp3.CallTenantConfigSchemaApi.exportTenantConfigSchemaAsync(ApiCallback<Object> _callback) Export a tenant-Config-Schema.okhttp3.CallTenantConfigSchemaApi.exportTenantConfigSchemaCall(ApiCallback _callback) Build call for exportTenantConfigSchemaTenantConfigSchemaApi.exportTenantConfigSchemaWithHttpInfo()Export a tenant-Config-Schema.TenantConfigApi.exportTenantConfigWithHttpInfo()Export a tenant-Config.TenantThemeApi.exportTenantTheme()Export a DevPortal Tenant Theme This operation can be used to export a DevPortal tenant theme as a zip file.okhttp3.CallTenantThemeApi.exportTenantThemeAsync(ApiCallback<File> _callback) Export a DevPortal Tenant Theme (asynchronously) This operation can be used to export a DevPortal tenant theme as a zip file.okhttp3.CallTenantThemeApi.exportTenantThemeCall(ApiCallback _callback) Build call for exportTenantThemeTenantThemeApi.exportTenantThemeWithHttpInfo()Export a DevPortal Tenant Theme This operation can be used to export a DevPortal tenant theme as a zip file.ImportExportThrottlingPolicyApi.exportThrottlingPolicy(String policyId, String name, String type) Export a Throttling Policy This operation can be used to export the details of a particular Throttling Policy.okhttp3.CallImportExportThrottlingPolicyApi.exportThrottlingPolicyAsync(String policyId, String name, String type, ApiCallback<ExportThrottlePolicyDTO> _callback) Export a Throttling Policy (asynchronously) This operation can be used to export the details of a particular Throttling Policy.okhttp3.CallImportExportThrottlingPolicyApi.exportThrottlingPolicyCall(String policyId, String name, String type, ApiCallback _callback) Build call for exportThrottlingPolicyImportExportThrottlingPolicyApi.exportThrottlingPolicyWithHttpInfo(String policyId, String name, String type) Export a Throttling Policy This operation can be used to export the details of a particular Throttling Policy.AlertsApi.getAdminAlertTypes()Get all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboardokhttp3.CallAlertsApi.getAdminAlertTypesAsync(ApiCallback<AlertTypesListDTO> _callback) Get all Admin Alert Types (asynchronously) This operation is used to get the list of supportd alert types for the apim admin dashboardokhttp3.CallAlertsApi.getAdminAlertTypesCall(ApiCallback _callback) Build call for getAdminAlertTypesAlertsApi.getAdminAlertTypesWithHttpInfo()Get all Admin Alert Types This operation is used to get the list of supportd alert types for the apim admin dashboardAiServiceProviderApi.getAIServiceProvider(String aiServiceProviderId) Get AI Service Provider Get a AI Service Providerokhttp3.CallAiServiceProviderApi.getAIServiceProviderAsync(String aiServiceProviderId, ApiCallback<AIServiceProviderResponseDTO> _callback) Get AI Service Provider (asynchronously) Get a AI Service Providerokhttp3.CallAiServiceProviderApi.getAIServiceProviderCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderAiServiceProvidersApi.getAIServiceProviders()Get all AI Service providers Get all AI Service providersokhttp3.CallAiServiceProvidersApi.getAIServiceProvidersAsync(ApiCallback<AIServiceProviderSummaryResponseListDTO> _callback) Get all AI Service providers (asynchronously) Get all AI Service providersokhttp3.CallAiServiceProvidersApi.getAIServiceProvidersCall(ApiCallback _callback) Build call for getAIServiceProvidersAiServiceProvidersApi.getAIServiceProvidersWithHttpInfo()Get all AI Service providers Get all AI Service providersAiServiceProviderApi.getAIServiceProviderWithHttpInfo(String aiServiceProviderId) Get AI Service Provider Get a AI Service ProviderApIsApi.getAllAPIs(Integer limit, Integer offset, String query, String ifNoneMatch) Retrieve/Search APIs This operation provides you a list of available APIs qualifying under a given search condition.okhttp3.CallApIsApi.getAllAPIsAsync(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback<SearchResultListDTO> _callback) Retrieve/Search APIs (asynchronously) This operation provides you a list of available APIs qualifying under a given search condition.okhttp3.CallApIsApi.getAllAPIsCall(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback _callback) Build call for getAllAPIsApIsApi.getAllAPIsWithHttpInfo(Integer limit, Integer offset, String query, String ifNoneMatch) Retrieve/Search APIs This operation provides you a list of available APIs qualifying under a given search condition.BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptions()Get Subscriptions for Bot Detection Get the list of subscriptions which are subscribed to receive email alerts for bot detectionokhttp3.CallBotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> _callback) Get Subscriptions for Bot Detection (asynchronously) Get the list of subscriptions which are subscribed to receive email alerts for bot detectionokhttp3.CallBotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsCall(ApiCallback _callback) Build call for getBotDetectionAlertSubscriptionsBotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsWithHttpInfo()Get Subscriptions for Bot Detection Get the list of subscriptions which are subscribed to receive email alerts for bot detectionBotDetectionDataApi.getBotDetectionData()Get all Bot Detected Data Get all bot detected dataokhttp3.CallBotDetectionDataApi.getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback) Get all Bot Detected Data (asynchronously) Get all bot detected dataokhttp3.CallBotDetectionDataApi.getBotDetectionDataCall(ApiCallback _callback) Build call for getBotDetectionDataBotDetectionDataApi.getBotDetectionDataWithHttpInfo()Get all Bot Detected Data Get all bot detected dataTenantsApi.getCustomUrlInfoByTenantDomain(String tenantDomain) Get Custom URL Info of a Tenant Domain This operation is to get custom-url information of the provided tenant-domainokhttp3.CallTenantsApi.getCustomUrlInfoByTenantDomainAsync(String tenantDomain, ApiCallback<CustomUrlInfoDTO> _callback) Get Custom URL Info of a Tenant Domain (asynchronously) This operation is to get custom-url information of the provided tenant-domainokhttp3.CallTenantsApi.getCustomUrlInfoByTenantDomainCall(String tenantDomain, ApiCallback _callback) Build call for getCustomUrlInfoByTenantDomainTenantsApi.getCustomUrlInfoByTenantDomainWithHttpInfo(String tenantDomain) Get Custom URL Info of a Tenant Domain This operation is to get custom-url information of the provided tenant-domainAlertSubscriptionsApi.getSubscribedAlertTypes()Get Subscribed Alert Types This operation is used to get the list of subscribed alert types by the user.okhttp3.CallAlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsSubscriptionDTO> _callback) Get Subscribed Alert Types (asynchronously) This operation is used to get the list of subscribed alert types by the user.okhttp3.CallAlertSubscriptionsApi.getSubscribedAlertTypesCall(ApiCallback _callback) Build call for getSubscribedAlertTypesAlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()Get Subscribed Alert Types This operation is used to get the list of subscribed alert types by the user.TenantsApi.getTenantInfoByUsername(String username) Get Tenant Id of User This operation is to get tenant id of the provided userokhttp3.CallTenantsApi.getTenantInfoByUsernameAsync(String username, ApiCallback<TenantInfoDTO> _callback) Get Tenant Id of User (asynchronously) This operation is to get tenant id of the provided userokhttp3.CallTenantsApi.getTenantInfoByUsernameCall(String username, ApiCallback _callback) Build call for getTenantInfoByUsernameTenantsApi.getTenantInfoByUsernameWithHttpInfo(String username) Get Tenant Id of User This operation is to get tenant id of the provided uservoidApiIndividualApi.importApiPost(File file, Boolean preserveProvider, Boolean overwrite) Import an API This operation can be used to import an API.okhttp3.CallApiIndividualApi.importApiPostAsync(File file, Boolean preserveProvider, Boolean overwrite, ApiCallback<Void> _callback) Import an API (asynchronously) This operation can be used to import an API.okhttp3.CallApiIndividualApi.importApiPostCall(File file, Boolean preserveProvider, Boolean overwrite, ApiCallback _callback) Build call for importApiPostApiIndividualApi.importApiPostWithHttpInfo(File file, Boolean preserveProvider, Boolean overwrite) Import an API This operation can be used to import an API.voidApiProductIndividualApi.importApiProductPost(File file, Boolean preserveProvider, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs) Import an API Product This operation can be used to import an API Product.okhttp3.CallApiProductIndividualApi.importApiProductPostAsync(File file, Boolean preserveProvider, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs, ApiCallback<Void> _callback) Import an API Product (asynchronously) This operation can be used to import an API Product.okhttp3.CallApiProductIndividualApi.importApiProductPostCall(File file, Boolean preserveProvider, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs, ApiCallback _callback) Build call for importApiProductPostApiProductIndividualApi.importApiProductPostWithHttpInfo(File file, Boolean preserveProvider, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs) Import an API Product This operation can be used to import an API Product.ApplicationIndividualApi.importApplicationsPost(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update) Import an Application This operation can be used to import an application.okhttp3.CallApplicationIndividualApi.importApplicationsPostAsync(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ApiCallback<ApplicationInfoDTO> _callback) Import an Application (asynchronously) This operation can be used to import an application.okhttp3.CallApplicationIndividualApi.importApplicationsPostCall(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ApiCallback _callback) Build call for importApplicationsPostApplicationIndividualApi.importApplicationsPostWithHttpInfo(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update) Import an Application This operation can be used to import an application.voidTenantThemeApi.importTenantTheme(File file) Import a DevPortal Tenant Theme This operation can be used to import a DevPortal tenant theme.okhttp3.CallTenantThemeApi.importTenantThemeAsync(File file, ApiCallback<Void> _callback) Import a DevPortal Tenant Theme (asynchronously) This operation can be used to import a DevPortal tenant theme.okhttp3.CallTenantThemeApi.importTenantThemeCall(File file, ApiCallback _callback) Build call for importTenantThemeTenantThemeApi.importTenantThemeWithHttpInfo(File file) Import a DevPortal Tenant Theme This operation can be used to import a DevPortal tenant theme.voidImportExportThrottlingPolicyApi.importThrottlingPolicy(File file, Boolean overwrite) Import a Throttling Policy This operation can be used to import a Throttling Policyokhttp3.CallImportExportThrottlingPolicyApi.importThrottlingPolicyAsync(File file, Boolean overwrite, ApiCallback<Void> _callback) Import a Throttling Policy (asynchronously) This operation can be used to import a Throttling Policyokhttp3.CallImportExportThrottlingPolicyApi.importThrottlingPolicyCall(File file, Boolean overwrite, ApiCallback _callback) Build call for importThrottlingPolicyImportExportThrottlingPolicyApi.importThrottlingPolicyWithHttpInfo(File file, Boolean overwrite) Import a Throttling Policy This operation can be used to import a Throttling PolicyKeyManagerCollectionApi.keyManagersDiscoverPost(String url, String type) Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpointokhttp3.CallKeyManagerCollectionApi.keyManagersDiscoverPostAsync(String url, String type, ApiCallback<KeyManagerWellKnownResponseDTO> _callback) Retrieve Well-known information from Key Manager Well-known Endpoint (asynchronously) Retrieve well-known information from key manager's well-known endpointokhttp3.CallKeyManagerCollectionApi.keyManagersDiscoverPostCall(String url, String type, ApiCallback _callback) Build call for keyManagersDiscoverPostKeyManagerCollectionApi.keyManagersDiscoverPostWithHttpInfo(String url, String type) Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpointKeyManagerCollectionApi.keyManagersGet()Get all Key managers Get all Key managersokhttp3.CallKeyManagerCollectionApi.keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback) Get all Key managers (asynchronously) Get all Key managersokhttp3.CallKeyManagerCollectionApi.keyManagersGetCall(ApiCallback _callback) Build call for keyManagersGetKeyManagerCollectionApi.keyManagersGetWithHttpInfo()Get all Key managers Get all Key managersvoidKeyManagerIndividualApi.keyManagersKeyManagerIdDelete(String keyManagerId) Delete a Key Manager Delete a Key Manager by keyManager idokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdDeleteAsync(String keyManagerId, ApiCallback<Void> _callback) Delete a Key Manager (asynchronously) Delete a Key Manager by keyManager idokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdDeleteCall(String keyManagerId, ApiCallback _callback) Build call for keyManagersKeyManagerIdDeleteKeyManagerIndividualApi.keyManagersKeyManagerIdDeleteWithHttpInfo(String keyManagerId) Delete a Key Manager Delete a Key Manager by keyManager idKeyManagerIndividualApi.keyManagersKeyManagerIdGet(String keyManagerId) Get a Key Manager Configuration Retrieve a single Key Manager Configuration.okhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdGetAsync(String keyManagerId, ApiCallback<KeyManagerDTO> _callback) Get a Key Manager Configuration (asynchronously) Retrieve a single Key Manager Configuration.okhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdGetCall(String keyManagerId, ApiCallback _callback) Build call for keyManagersKeyManagerIdGetKeyManagerIndividualApi.keyManagersKeyManagerIdGetWithHttpInfo(String keyManagerId) Get a Key Manager Configuration Retrieve a single Key Manager Configuration.KeyManagerIndividualApi.keyManagersKeyManagerIdPut(String keyManagerId, KeyManagerDTO keyManagerDTO) Update a Key Manager Update a Key Manager by keyManager idokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdPutAsync(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) Update a Key Manager (asynchronously) Update a Key Manager by keyManager idokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdPutCall(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback _callback) Build call for keyManagersKeyManagerIdPutKeyManagerIndividualApi.keyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId, KeyManagerDTO keyManagerDTO) Update a Key Manager Update a Key Manager by keyManager idKeyManagerCollectionApi.keyManagersPost(KeyManagerDTO keyManagerDTO) Add a new API Key Manager Add a new API Key Managerokhttp3.CallKeyManagerCollectionApi.keyManagersPostAsync(KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) Add a new API Key Manager (asynchronously) Add a new API Key Managerokhttp3.CallKeyManagerCollectionApi.keyManagersPostCall(KeyManagerDTO keyManagerDTO, ApiCallback _callback) Build call for keyManagersPostKeyManagerCollectionApi.keyManagersPostWithHttpInfo(KeyManagerDTO keyManagerDTO) Add a new API Key Manager Add a new API Key ManagerLabelCollectionApi.labelsGet()Get all registered Labels Get all Registered Labelsokhttp3.CallLabelCollectionApi.labelsGetAsync(ApiCallback<LabelListDTO> _callback) Get all registered Labels (asynchronously) Get all Registered Labelsokhttp3.CallLabelCollectionApi.labelsGetCall(ApiCallback _callback) Build call for labelsGetLabelCollectionApi.labelsGetWithHttpInfo()Get all registered Labels Get all Registered LabelsvoidLabelApi.labelsLabelIdDelete(String labelId, String ifMatch, String ifUnmodifiedSince) Delete a Label Delete a Label by label Idokhttp3.CallLabelApi.labelsLabelIdDeleteAsync(String labelId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Label (asynchronously) Delete a Label by label Idokhttp3.CallLabelApi.labelsLabelIdDeleteCall(String labelId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for labelsLabelIdDeleteLabelApi.labelsLabelIdDeleteWithHttpInfo(String labelId, String ifMatch, String ifUnmodifiedSince) Delete a Label Delete a Label by label IdLabelApi.labelsLabelIdPut(String labelId, LabelDTO labelDTO) Update a Label Update a Label by label Idokhttp3.CallLabelApi.labelsLabelIdPutAsync(String labelId, LabelDTO labelDTO, ApiCallback<LabelDTO> _callback) Update a Label (asynchronously) Update a Label by label Idokhttp3.CallLabelApi.labelsLabelIdPutCall(String labelId, LabelDTO labelDTO, ApiCallback _callback) Build call for labelsLabelIdPutLabelApi.labelsLabelIdPutWithHttpInfo(String labelId, LabelDTO labelDTO) Update a Label Update a Label by label IdLabelApi.labelsPost(LabelDTO labelDTO) Add a Label Add a new gateway labelokhttp3.CallLabelApi.labelsPostAsync(LabelDTO labelDTO, ApiCallback<LabelDTO> _callback) Add a Label (asynchronously) Add a new gateway labelokhttp3.CallLabelApi.labelsPostCall(LabelDTO labelDTO, ApiCallback _callback) Build call for labelsPostLabelApi.labelsPostWithHttpInfo(LabelDTO labelDTO) Add a Label Add a new gateway labelLlmProvidersApi.llmProvidersGet()Get all LLM providers Get all LLM providersokhttp3.CallLlmProvidersApi.llmProvidersGetAsync(ApiCallback<LLMProviderSummaryResponseListDTO> _callback) Get all LLM providers (asynchronously) Get all LLM providersokhttp3.CallLlmProvidersApi.llmProvidersGetCall(ApiCallback _callback) Build call for llmProvidersGetLlmProvidersApi.llmProvidersGetWithHttpInfo()Get all LLM providers Get all LLM providersvoidLlmProviderApi.llmProvidersLlmProviderIdDelete(String llmProviderId) Delete a LLM Provider Delete a LLM Provider by llmProviderIdokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdDeleteAsync(String llmProviderId, ApiCallback<Void> _callback) Delete a LLM Provider (asynchronously) Delete a LLM Provider by llmProviderIdokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdDeleteCall(String llmProviderId, ApiCallback _callback) Build call for llmProvidersLlmProviderIdDeleteLlmProviderApi.llmProvidersLlmProviderIdDeleteWithHttpInfo(String llmProviderId) Delete a LLM Provider Delete a LLM Provider by llmProviderIdLlmProviderApi.llmProvidersLlmProviderIdGet(String llmProviderId) Get LLM Provider Get a LLM Providerokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdGetAsync(String llmProviderId, ApiCallback<LLMProviderResponseDTO> _callback) Get LLM Provider (asynchronously) Get a LLM Providerokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdGetCall(String llmProviderId, ApiCallback _callback) Build call for llmProvidersLlmProviderIdGetLlmProviderApi.llmProvidersLlmProviderIdGetWithHttpInfo(String llmProviderId) Get LLM Provider Get a LLM ProviderLlmProviderApi.llmProvidersLlmProviderIdPut(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList) Update an LLM provider Update a LLM provider by LLMProviderIdokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdPutAsync(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback<LLMProviderResponseDTO> _callback) Update an LLM provider (asynchronously) Update a LLM provider by LLMProviderIdokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdPutCall(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback _callback) Build call for llmProvidersLlmProviderIdPutLlmProviderApi.llmProvidersLlmProviderIdPutWithHttpInfo(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList) Update an LLM provider Update a LLM provider by LLMProviderIdLlmProvidersApi.llmProvidersPost(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList) Add a LLM provider Add a new LLM providerokhttp3.CallLlmProvidersApi.llmProvidersPostAsync(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback<LLMProviderResponseDTO> _callback) Add a LLM provider (asynchronously) Add a new LLM providerokhttp3.CallLlmProvidersApi.llmProvidersPostCall(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback _callback) Build call for llmProvidersPostLlmProvidersApi.llmProvidersPostWithHttpInfo(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList) Add a LLM provider Add a new LLM providerMonetizationCollectionApi.monetizationPublishUsagePost()Publish Usage Records Publish usage records of monetized APIsokhttp3.CallMonetizationCollectionApi.monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> _callback) Publish Usage Records (asynchronously) Publish usage records of monetized APIsokhttp3.CallMonetizationCollectionApi.monetizationPublishUsagePostCall(ApiCallback _callback) Build call for monetizationPublishUsagePostMonetizationCollectionApi.monetizationPublishUsagePostWithHttpInfo()Publish Usage Records Publish usage records of monetized APIsMonetizationCollectionApi.monetizationPublishUsageStatusGet()Get the Status of Monetization Usage Publisher Get the status of monetization usage publisherokhttp3.CallMonetizationCollectionApi.monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> _callback) Get the Status of Monetization Usage Publisher (asynchronously) Get the status of monetization usage publisherokhttp3.CallMonetizationCollectionApi.monetizationPublishUsageStatusGetCall(ApiCallback _callback) Build call for monetizationPublishUsageStatusGetMonetizationCollectionApi.monetizationPublishUsageStatusGetWithHttpInfo()Get the Status of Monetization Usage Publisher Get the status of monetization usage publisherUsersApi.organizationInformation()Get the Organization information of the user Using this operation, logged-in user can get their organization information.okhttp3.CallUsersApi.organizationInformationAsync(ApiCallback<OrganizationInfoDTO> _callback) Get the Organization information of the user (asynchronously) Using this operation, logged-in user can get their organization information.okhttp3.CallUsersApi.organizationInformationCall(ApiCallback _callback) Build call for organizationInformationUsersApi.organizationInformationWithHttpInfo()Get the Organization information of the user Using this operation, logged-in user can get their organization information.OrganizationsApi.organizationsGet()Get all registered Organizations Get all Registered Organizationsokhttp3.CallOrganizationsApi.organizationsGetAsync(ApiCallback<OrganizationListDTO> _callback) Get all registered Organizations (asynchronously) Get all Registered Organizationsokhttp3.CallOrganizationsApi.organizationsGetCall(ApiCallback _callback) Build call for organizationsGetOrganizationsApi.organizationsGetWithHttpInfo()Get all registered Organizations Get all Registered OrganizationsvoidOrganizationsApi.organizationsOrganizationIdDelete(String organizationId) Delete an Organization Delete an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdDeleteAsync(String organizationId, ApiCallback<Void> _callback) Delete an Organization (asynchronously) Delete an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdDeleteCall(String organizationId, ApiCallback _callback) Build call for organizationsOrganizationIdDeleteOrganizationsApi.organizationsOrganizationIdDeleteWithHttpInfo(String organizationId) Delete an Organization Delete an organization by organization IdOrganizationsApi.organizationsOrganizationIdGet(String organizationId) Get an Organization Get an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdGetAsync(String organizationId, ApiCallback<OrganizationDTO> _callback) Get an Organization (asynchronously) Get an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdGetCall(String organizationId, ApiCallback _callback) Build call for organizationsOrganizationIdGetOrganizationsApi.organizationsOrganizationIdGetWithHttpInfo(String organizationId) Get an Organization Get an organization by organization IdOrganizationsApi.organizationsOrganizationIdPut(String organizationId, OrganizationDTO organizationDTO) Update an Organization Update an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdPutAsync(String organizationId, OrganizationDTO organizationDTO, ApiCallback<OrganizationDTO> _callback) Update an Organization (asynchronously) Update an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdPutCall(String organizationId, OrganizationDTO organizationDTO, ApiCallback _callback) Build call for organizationsOrganizationIdPutOrganizationsApi.organizationsOrganizationIdPutWithHttpInfo(String organizationId, OrganizationDTO organizationDTO) Update an Organization Update an organization by organization IdOrganizationsApi.organizationsPost(OrganizationDTO organizationDTO) Add an Organizations Add a new organizationokhttp3.CallOrganizationsApi.organizationsPostAsync(OrganizationDTO organizationDTO, ApiCallback<OrganizationDTO> _callback) Add an Organizations (asynchronously) Add a new organizationokhttp3.CallOrganizationsApi.organizationsPostCall(OrganizationDTO organizationDTO, ApiCallback _callback) Build call for organizationsPostOrganizationsApi.organizationsPostWithHttpInfo(OrganizationDTO organizationDTO) Add an Organizations Add a new organizationMediationPolicyCollectionApi.policiesMediationGet(Integer limit, Integer offset, String query, String accept, String ifNoneMatch) Get all Global Mediation Policies This operation provides you a list of all available global mediation policies.okhttp3.CallMediationPolicyCollectionApi.policiesMediationGetAsync(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback<MediationListDTO> _callback) Get all Global Mediation Policies (asynchronously) This operation provides you a list of all available global mediation policies.okhttp3.CallMediationPolicyCollectionApi.policiesMediationGetCall(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback _callback) Build call for policiesMediationGetMediationPolicyCollectionApi.policiesMediationGetWithHttpInfo(Integer limit, Integer offset, String query, String accept, String ifNoneMatch) Get all Global Mediation Policies This operation provides you a list of all available global mediation policies.voidMediationPolicyIndividualApi.policiesMediationMediationPolicyIdDelete(String mediationPolicyId, String ifMatch, String ifUnmodifiedSince) Delete a Global Mediation Policy This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteAsync(String mediationPolicyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Global Mediation Policy (asynchronously) This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteCall(String mediationPolicyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for policiesMediationMediationPolicyIdDeleteMediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteWithHttpInfo(String mediationPolicyId, String ifMatch, String ifUnmodifiedSince) Delete a Global Mediation Policy This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGet(String mediationPolicyId, String accept, String ifNoneMatch, String ifModifiedSince) Get a Global Mediation Policy This operation can be used to retrieve a particular global mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetAsync(String mediationPolicyId, String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<MediationDTO> _callback) Get a Global Mediation Policy (asynchronously) This operation can be used to retrieve a particular global mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetCall(String mediationPolicyId, String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for policiesMediationMediationPolicyIdGetMediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetWithHttpInfo(String mediationPolicyId, String accept, String ifNoneMatch, String ifModifiedSince) Get a Global Mediation Policy This operation can be used to retrieve a particular global mediation policy.MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPut(String mediationPolicyId, String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince) Update a Global Mediation Policy This operation can be used to update an existing global mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutAsync(String mediationPolicyId, String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<MediationDTO> _callback) Update a Global Mediation Policy (asynchronously) This operation can be used to update an existing global mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutCall(String mediationPolicyId, String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for policiesMediationMediationPolicyIdPutMediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutWithHttpInfo(String mediationPolicyId, String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince) Update a Global Mediation Policy This operation can be used to update an existing global mediation policy.MediationPolicyCollectionApi.policiesMediationPost(String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince) Add a Global Mediation Policy This operation can be used to add a new global mediation policy.okhttp3.CallMediationPolicyCollectionApi.policiesMediationPostAsync(String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<MediationDTO> _callback) Add a Global Mediation Policy (asynchronously) This operation can be used to add a new global mediation policy.okhttp3.CallMediationPolicyCollectionApi.policiesMediationPostCall(String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for policiesMediationPostMediationPolicyCollectionApi.policiesMediationPostWithHttpInfo(String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince) Add a Global Mediation Policy This operation can be used to add a new global mediation policy.voidApiProviderChangeApi.providerNamePost(String provider, String apiId) Update the api provider Update the api providerokhttp3.CallApiProviderChangeApi.providerNamePostAsync(String provider, String apiId, ApiCallback<Void> _callback) Update the api provider (asynchronously) Update the api providerokhttp3.CallApiProviderChangeApi.providerNamePostCall(String provider, String apiId, ApiCallback _callback) Build call for providerNamePostApiProviderChangeApi.providerNamePostWithHttpInfo(String provider, String apiId) Update the api provider Update the api providerSettingsApi.settingsGet()Retreive Admin Settings Retreive admin settingsokhttp3.CallSettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> _callback) Retreive Admin Settings (asynchronously) Retreive admin settingsokhttp3.CallSettingsApi.settingsGetCall(ApiCallback _callback) Build call for settingsGetSettingsApi.settingsGetWithHttpInfo()Retreive Admin Settings Retreive admin settingsBotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlerts(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO) Subscribe for Bot Detection Alerts Register a subscription for bot detection alertsokhttp3.CallBotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback<BotDetectionAlertSubscriptionDTO> _callback) Subscribe for Bot Detection Alerts (asynchronously) Register a subscription for bot detection alertsokhttp3.CallBotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback _callback) Build call for subscribeForBotDetectionAlertsBotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsWithHttpInfo(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO) Subscribe for Bot Detection Alerts Register a subscription for bot detection alertsAlertSubscriptionsApi.subscribeToAlerts(AlertsSubscriptionDTO alertsSubscriptionDTO) Subscribe to an Admin Alert This operation is used to subscribe to admin alertsokhttp3.CallAlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO alertsSubscriptionDTO, ApiCallback<AlertsSubscriptionDTO> _callback) Subscribe to an Admin Alert (asynchronously) This operation is used to subscribe to admin alertsokhttp3.CallAlertSubscriptionsApi.subscribeToAlertsCall(AlertsSubscriptionDTO alertsSubscriptionDTO, ApiCallback _callback) Build call for subscribeToAlertsAlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsSubscriptionDTO alertsSubscriptionDTO) Subscribe to an Admin Alert This operation is used to subscribe to admin alertsSystemScopesApi.systemScopesGet()Get Role Scope Mappings This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboardokhttp3.CallSystemScopesApi.systemScopesGetAsync(ApiCallback<ScopeListDTO> _callback) Get Role Scope Mappings (asynchronously) This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboardokhttp3.CallSystemScopesApi.systemScopesGetCall(ApiCallback _callback) Build call for systemScopesGetSystemScopesApi.systemScopesGetWithHttpInfo()Get Role Scope Mappings This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboardSystemScopesApi.systemScopesRoleAliasesGet()Retrieve Role Alias Mappings This operation can be used to retreive role alias mappingokhttp3.CallSystemScopesApi.systemScopesRoleAliasesGetAsync(ApiCallback<RoleAliasListDTO> _callback) Retrieve Role Alias Mappings (asynchronously) This operation can be used to retreive role alias mappingokhttp3.CallSystemScopesApi.systemScopesRoleAliasesGetCall(ApiCallback _callback) Build call for systemScopesRoleAliasesGetSystemScopesApi.systemScopesRoleAliasesGetWithHttpInfo()Retrieve Role Alias Mappings This operation can be used to retreive role alias mappingSystemScopesApi.systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO) Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesokhttp3.CallSystemScopesApi.systemScopesRoleAliasesPutAsync(RoleAliasListDTO roleAliasListDTO, ApiCallback<RoleAliasListDTO> _callback) Add a New Role Alias (asynchronously) This operation can be used to add a new role alias mapping for system scope rolesokhttp3.CallSystemScopesApi.systemScopesRoleAliasesPutCall(RoleAliasListDTO roleAliasListDTO, ApiCallback _callback) Build call for systemScopesRoleAliasesPutSystemScopesApi.systemScopesRoleAliasesPutWithHttpInfo(RoleAliasListDTO roleAliasListDTO) Add a New Role Alias This operation can be used to add a new role alias mapping for system scope rolesSystemScopesApi.systemScopesScopeNameGet(String scopeName, String username) Retrieve Scopes for a Particular User This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameterokhttp3.CallSystemScopesApi.systemScopesScopeNameGetAsync(String scopeName, String username, ApiCallback<ScopeSettingsDTO> _callback) Retrieve Scopes for a Particular User (asynchronously) This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameterokhttp3.CallSystemScopesApi.systemScopesScopeNameGetCall(String scopeName, String username, ApiCallback _callback) Build call for systemScopesScopeNameGetSystemScopesApi.systemScopesScopeNameGetWithHttpInfo(String scopeName, String username) Retrieve Scopes for a Particular User This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameterDenyPoliciesCollectionApi.throttlingDenyPoliciesGet(String accept, String ifNoneMatch, String ifModifiedSince, String query) Get all Deny Policies Retrieves all existing deny policies.okhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, String query, ApiCallback<BlockingConditionListDTO> _callback) Get all Deny Policies (asynchronously) Retrieves all existing deny policies.okhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesGetCall(String accept, String ifNoneMatch, String ifModifiedSince, String query, ApiCallback _callback) Build call for throttlingDenyPoliciesGetDenyPoliciesCollectionApi.throttlingDenyPoliciesGetWithHttpInfo(String accept, String ifNoneMatch, String ifModifiedSince, String query) Get all Deny Policies Retrieves all existing deny policies.DenyPoliciesCollectionApi.throttlingDenyPoliciesPost(String contentType, BlockingConditionDTO blockingConditionDTO) Add a deny policy Adds a new deny policyokhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesPostAsync(String contentType, BlockingConditionDTO blockingConditionDTO, ApiCallback<BlockingConditionDTO> _callback) Add a deny policy (asynchronously) Adds a new deny policyokhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesPostCall(String contentType, BlockingConditionDTO blockingConditionDTO, ApiCallback _callback) Build call for throttlingDenyPoliciesPostDenyPoliciesCollectionApi.throttlingDenyPoliciesPostWithHttpInfo(String contentType, BlockingConditionDTO blockingConditionDTO) Add a deny policy Adds a new deny policyvoidDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDelete(String conditionId, String ifMatch, String ifUnmodifiedSince) Delete a Deny Policy Deletes an existing deny policyokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteAsync(String conditionId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Deny Policy (asynchronously) Deletes an existing deny policyokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteCall(String conditionId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingDenyPolicyConditionIdDeleteDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteWithHttpInfo(String conditionId, String ifMatch, String ifUnmodifiedSince) Delete a Deny Policy Deletes an existing deny policyDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGet(String conditionId, String ifNoneMatch, String ifModifiedSince) Get a Deny Policy Retrieves a Deny policy providing the condition Idokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetAsync(String conditionId, String ifNoneMatch, String ifModifiedSince, ApiCallback<BlockingConditionDTO> _callback) Get a Deny Policy (asynchronously) Retrieves a Deny policy providing the condition Idokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetCall(String conditionId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingDenyPolicyConditionIdGetDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetWithHttpInfo(String conditionId, String ifNoneMatch, String ifModifiedSince) Get a Deny Policy Retrieves a Deny policy providing the condition IdDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatch(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince) Update a Deny Policy Update a deny policy by Idokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchAsync(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<BlockingConditionDTO> _callback) Update a Deny Policy (asynchronously) Update a deny policy by Idokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchCall(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingDenyPolicyConditionIdPatchDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchWithHttpInfo(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince) Update a Deny Policy Update a deny policy by IdAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGet(String accept, String ifNoneMatch, String ifModifiedSince) Get all Advanced Throttling Policies Retrieves all existing advanced throttling policies.okhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<AdvancedThrottlePolicyListDTO> _callback) Get all Advanced Throttling Policies (asynchronously) Retrieves all existing advanced throttling policies.okhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedGetAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetWithHttpInfo(String accept, String ifNoneMatch, String ifModifiedSince) Get all Advanced Throttling Policies Retrieves all existing advanced throttling policies.voidAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDelete(String policyId, String ifMatch, String ifUnmodifiedSince) Delete an Advanced Throttling Policy Deletes an advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteAsync(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete an Advanced Throttling Policy (asynchronously) Deletes an advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteCall(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPolicyIdDeleteAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteWithHttpInfo(String policyId, String ifMatch, String ifUnmodifiedSince) Delete an Advanced Throttling Policy Deletes an advanced throttling policy.AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGet(String policyId, String ifNoneMatch, String ifModifiedSince) Get an Advanced Throttling Policy Retrieves an advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<AdvancedThrottlePolicyDTO> _callback) Get an Advanced Throttling Policy (asynchronously) Retrieves an advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetCall(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPolicyIdGetAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetWithHttpInfo(String policyId, String ifNoneMatch, String ifModifiedSince) Get an Advanced Throttling Policy Retrieves an advanced throttling policy.AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPut(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) Update an Advanced Throttling Policy Updates an existing Advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutAsync(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<AdvancedThrottlePolicyDTO> _callback) Update an Advanced Throttling Policy (asynchronously) Updates an existing Advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutCall(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPolicyIdPutAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutWithHttpInfo(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) Update an Advanced Throttling Policy Updates an existing Advanced throttling policy.AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPost(String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO) Add an Advanced Throttling Policy Add a new advanced throttling policy.okhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostAsync(String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, ApiCallback<AdvancedThrottlePolicyDTO> _callback) Add an Advanced Throttling Policy (asynchronously) Add a new advanced throttling policy.okhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostCall(String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPostAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostWithHttpInfo(String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO) Add an Advanced Throttling Policy Add a new advanced throttling policy.ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGet(String accept, String ifNoneMatch, String ifModifiedSince) Get all Application Throttling Policies Retrieves all existing application throttling policies.okhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<ApplicationThrottlePolicyListDTO> _callback) Get all Application Throttling Policies (asynchronously) Retrieves all existing application throttling policies.okhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationGetApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetWithHttpInfo(String accept, String ifNoneMatch, String ifModifiedSince) Get all Application Throttling Policies Retrieves all existing application throttling policies.voidApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDelete(String policyId, String ifMatch, String ifUnmodifiedSince) Delete an Application Throttling policy Deletes an application level throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete an Application Throttling policy (asynchronously) Deletes an application level throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteCall(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationPolicyIdDeleteApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteWithHttpInfo(String policyId, String ifMatch, String ifUnmodifiedSince) Delete an Application Throttling policy Deletes an application level throttling policy.ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGet(String policyId, String ifNoneMatch, String ifModifiedSince) Get an Application Throttling Policy Retrieves an application throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<ApplicationThrottlePolicyDTO> _callback) Get an Application Throttling Policy (asynchronously) Retrieves an application throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetCall(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationPolicyIdGetApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetWithHttpInfo(String policyId, String ifNoneMatch, String ifModifiedSince) Get an Application Throttling Policy Retrieves an application throttling policy.ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPut(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) Update an Application Throttling policy Updates an existing application level throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutAsync(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<ApplicationThrottlePolicyDTO> _callback) Update an Application Throttling policy (asynchronously) Updates an existing application level throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutCall(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationPolicyIdPutApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutWithHttpInfo(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) Update an Application Throttling policy Updates an existing application level throttling policy.ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPost(String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO) Add an Application Throttling Policy This operation can be used to add a new application level throttling policy.okhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostAsync(String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, ApiCallback<ApplicationThrottlePolicyDTO> _callback) Add an Application Throttling Policy (asynchronously) This operation can be used to add a new application level throttling policy.okhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostCall(String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, ApiCallback _callback) Build call for throttlingPoliciesApplicationPostApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostWithHttpInfo(String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO) Add an Application Throttling Policy This operation can be used to add a new application level throttling policy.CustomRulesCollectionApi.throttlingPoliciesCustomGet(String accept, String ifNoneMatch, String ifModifiedSince) Get all Custom Rules Retrieves all custom rules.okhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<CustomRuleListDTO> _callback) Get all Custom Rules (asynchronously) Retrieves all custom rules.okhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomGetCustomRulesCollectionApi.throttlingPoliciesCustomGetWithHttpInfo(String accept, String ifNoneMatch, String ifModifiedSince) Get all Custom Rules Retrieves all custom rules.CustomRulesCollectionApi.throttlingPoliciesCustomPost(String contentType, CustomRuleDTO customRuleDTO) Add a Custom Rule Adds a new custom rule.okhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(String contentType, CustomRuleDTO customRuleDTO, ApiCallback<CustomRuleDTO> _callback) Add a Custom Rule (asynchronously) Adds a new custom rule.okhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomPostCall(String contentType, CustomRuleDTO customRuleDTO, ApiCallback _callback) Build call for throttlingPoliciesCustomPostCustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(String contentType, CustomRuleDTO customRuleDTO) Add a Custom Rule Adds a new custom rule.voidCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDelete(String ruleId, String ifMatch, String ifUnmodifiedSince) Delete a Custom Rule Delete a custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteAsync(String ruleId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Custom Rule (asynchronously) Delete a custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteCall(String ruleId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomRuleIdDeleteCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteWithHttpInfo(String ruleId, String ifMatch, String ifUnmodifiedSince) Delete a Custom Rule Delete a custom rule.CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGet(String ruleId, String ifNoneMatch, String ifModifiedSince) Get a Custom Rule Retrieves a custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId, String ifNoneMatch, String ifModifiedSince, ApiCallback<CustomRuleDTO> _callback) Get a Custom Rule (asynchronously) Retrieves a custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetCall(String ruleId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomRuleIdGetCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetWithHttpInfo(String ruleId, String ifNoneMatch, String ifModifiedSince) Get a Custom Rule Retrieves a custom rule.CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince) Update a Custom Rule Updates an existing custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<CustomRuleDTO> _callback) Update a Custom Rule (asynchronously) Updates an existing custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutCall(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomRuleIdPutCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince) Update a Custom Rule Updates an existing custom rule.SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGet(String accept, String ifNoneMatch, String ifModifiedSince) Get all Subscription Throttling Policies This operation can be used to retrieve all Subscription level throttling policies.okhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<SubscriptionThrottlePolicyListDTO> _callback) Get all Subscription Throttling Policies (asynchronously) This operation can be used to retrieve all Subscription level throttling policies.okhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionGetSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetWithHttpInfo(String accept, String ifNoneMatch, String ifModifiedSince) Get all Subscription Throttling Policies This operation can be used to retrieve all Subscription level throttling policies.voidSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDelete(String policyId, String ifMatch, String ifUnmodifiedSince) Delete a Subscription Policy This operation can be used to delete a subscription level throttling policy by specifying the Id of the policy as a path paramter.okhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteAsync(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Subscription Policy (asynchronously) This operation can be used to delete a subscription level throttling policy by specifying the Id of the policy as a path paramter.okhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteCall(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPolicyIdDeleteSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteWithHttpInfo(String policyId, String ifMatch, String ifUnmodifiedSince) Delete a Subscription Policy This operation can be used to delete a subscription level throttling policy by specifying the Id of the policy as a path paramter.SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGet(String policyId, String ifNoneMatch, String ifModifiedSince) Get a Subscription Policy This operation can be used to retrieves subscription level throttling policy by specifying the Id of the policy as a path paramterokhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<SubscriptionThrottlePolicyDTO> _callback) Get a Subscription Policy (asynchronously) This operation can be used to retrieves subscription level throttling policy by specifying the Id of the policy as a path paramterokhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetCall(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPolicyIdGetSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetWithHttpInfo(String policyId, String ifNoneMatch, String ifModifiedSince) Get a Subscription Policy This operation can be used to retrieves subscription level throttling policy by specifying the Id of the policy as a path paramterSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPut(String policyId, String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) Update a Subscription Policy Updates an existing subscription level throttling policy.okhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId, String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<SubscriptionThrottlePolicyDTO> _callback) Update a Subscription Policy (asynchronously) Updates an existing subscription level throttling policy.okhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutCall(String policyId, String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPolicyIdPutSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutWithHttpInfo(String policyId, String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince) Update a Subscription Policy Updates an existing subscription level throttling policy.SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPost(String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO) Add a Subscription Throttling Policy This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.okhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, ApiCallback<SubscriptionThrottlePolicyDTO> _callback) Add a Subscription Throttling Policy (asynchronously) This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.okhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostCall(String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPostSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostWithHttpInfo(String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO) Add a Subscription Throttling Policy This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.ThrottlingPolicySearchApi.throttlingPolicySearch(String query) Retrieve/Search Throttling Policies This operation provides you a list of available Throttling Policies qualifying the given keyword match.okhttp3.CallThrottlingPolicySearchApi.throttlingPolicySearchAsync(String query, ApiCallback<ThrottlePolicyDetailsListDTO> _callback) Retrieve/Search Throttling Policies (asynchronously) This operation provides you a list of available Throttling Policies qualifying the given keyword match.okhttp3.CallThrottlingPolicySearchApi.throttlingPolicySearchCall(String query, ApiCallback _callback) Build call for throttlingPolicySearchThrottlingPolicySearchApi.throttlingPolicySearchWithHttpInfo(String query) Retrieve/Search Throttling Policies This operation provides you a list of available Throttling Policies qualifying the given keyword match.voidAlertSubscriptionsApi.unsubscribeAllAlerts()Unsubscribe User from all Admin Alerts This operation is used to unsubscribe the respective user from all the admin alert types.okhttp3.CallAlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> _callback) Unsubscribe User from all Admin Alerts (asynchronously) This operation is used to unsubscribe the respective user from all the admin alert types.okhttp3.CallAlertSubscriptionsApi.unsubscribeAllAlertsCall(ApiCallback _callback) Build call for unsubscribeAllAlertsAlertSubscriptionsApi.unsubscribeAllAlertsWithHttpInfo()Unsubscribe User from all Admin Alerts This operation is used to unsubscribe the respective user from all the admin alert types.voidBotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlerts(String uuid) Unsubscribe from bot detection alerts.okhttp3.CallBotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsAsync(String uuid, ApiCallback<Void> _callback) Unsubscribe from bot detection alerts.okhttp3.CallBotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsCall(String uuid, ApiCallback _callback) Build call for unsubscribeFromBotDetectionAlertsBotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsWithHttpInfo(String uuid) Unsubscribe from bot detection alerts.AiServiceProviderApi.updateAIServiceProvider(String aiServiceProviderId, String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders) Update an AI Service provider Update a AI Service provider by AIServiceProviderIdokhttp3.CallAiServiceProviderApi.updateAIServiceProviderAsync(String aiServiceProviderId, String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback<AIServiceProviderResponseDTO> _callback) Update an AI Service provider (asynchronously) Update a AI Service provider by AIServiceProviderIdokhttp3.CallAiServiceProviderApi.updateAIServiceProviderCall(String aiServiceProviderId, String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback _callback) Build call for updateAIServiceProviderAiServiceProviderApi.updateAIServiceProviderWithHttpInfo(String aiServiceProviderId, String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders) Update an AI Service provider Update a AI Service provider by AIServiceProviderIdSystemScopesApi.updateRolesForScope(ScopeListDTO scopeListDTO) Update Roles For Scope This operation is used to update the roles for all scopesokhttp3.CallSystemScopesApi.updateRolesForScopeAsync(ScopeListDTO scopeListDTO, ApiCallback<ScopeListDTO> _callback) Update Roles For Scope (asynchronously) This operation is used to update the roles for all scopesokhttp3.CallSystemScopesApi.updateRolesForScopeCall(ScopeListDTO scopeListDTO, ApiCallback _callback) Build call for updateRolesForScopeSystemScopesApi.updateRolesForScopeWithHttpInfo(ScopeListDTO scopeListDTO) Update Roles For Scope This operation is used to update the roles for all scopesTenantConfigApi.updateTenantConfig(Object body) Update a tenant-config.okhttp3.CallTenantConfigApi.updateTenantConfigAsync(Object body, ApiCallback<Object> _callback) Update a tenant-config.okhttp3.CallTenantConfigApi.updateTenantConfigCall(Object body, ApiCallback _callback) Build call for updateTenantConfigTenantConfigApi.updateTenantConfigWithHttpInfo(Object body) Update a tenant-config.WorkflowsIndividualApi.workflowsExternalWorkflowRefGet(String externalWorkflowRef, String ifNoneMatch) Get Pending Workflow Details by External Workflow Reference Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..okhttp3.CallWorkflowsIndividualApi.workflowsExternalWorkflowRefGetAsync(String externalWorkflowRef, String ifNoneMatch, ApiCallback<WorkflowInfoDTO> _callback) Get Pending Workflow Details by External Workflow Reference (asynchronously) Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..okhttp3.CallWorkflowsIndividualApi.workflowsExternalWorkflowRefGetCall(String externalWorkflowRef, String ifNoneMatch, ApiCallback _callback) Build call for workflowsExternalWorkflowRefGetWorkflowsIndividualApi.workflowsExternalWorkflowRefGetWithHttpInfo(String externalWorkflowRef, String ifNoneMatch) Get Pending Workflow Details by External Workflow Reference Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..WorkflowCollectionApi.workflowsGet(Integer limit, Integer offset, String accept, String ifNoneMatch, String workflowType) Retrieve All Pending Workflow Processes This operation can be used to retrieve list of workflow pending processes.okhttp3.CallWorkflowCollectionApi.workflowsGetAsync(Integer limit, Integer offset, String accept, String ifNoneMatch, String workflowType, ApiCallback<WorkflowListDTO> _callback) Retrieve All Pending Workflow Processes (asynchronously) This operation can be used to retrieve list of workflow pending processes.okhttp3.CallWorkflowCollectionApi.workflowsGetCall(Integer limit, Integer offset, String accept, String ifNoneMatch, String workflowType, ApiCallback _callback) Build call for workflowsGetWorkflowCollectionApi.workflowsGetWithHttpInfo(Integer limit, Integer offset, String accept, String ifNoneMatch, String workflowType) Retrieve All Pending Workflow Processes This operation can be used to retrieve list of workflow pending processes.WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPost(String workflowReferenceId, WorkflowDTO workflowDTO) Update Workflow Status This operation can be used to approve or reject a workflow task.okhttp3.CallWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback<WorkflowDTO> _callback) Update Workflow Status (asynchronously) This operation can be used to approve or reject a workflow task.okhttp3.CallWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback _callback) Build call for workflowsUpdateWorkflowStatusPostWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId, WorkflowDTO workflowDTO) Update Workflow Status This operation can be used to approve or reject a workflow task.