void |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDelete(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince) |
Delete an API Category
Delete an API Category by API Category Id
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback) |
Delete an API Category (asynchronously)
Delete an API Category by API Category Id
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for apiCategoriesApiCategoryIdDelete
|
ApiResponse<Void> |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteWithHttpInfo(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince) |
Delete an API Category
Delete an API Category by API Category Id
|
APICategoryDTO |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPut(String apiCategoryId,
APICategoryDTO apICategoryDTO) |
Update an API Category
Update an API Category by category Id
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId,
APICategoryDTO apICategoryDTO,
ApiCallback<APICategoryDTO> _callback) |
Update an API Category (asynchronously)
Update an API Category by category Id
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutCall(String apiCategoryId,
APICategoryDTO apICategoryDTO,
ApiCallback _callback) |
Build call for apiCategoriesApiCategoryIdPut
|
ApiResponse<APICategoryDTO> |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId,
APICategoryDTO apICategoryDTO) |
Update an API Category
Update an API Category by category Id
|
APICategoryListDTO |
ApiCategoryCollectionApi.apiCategoriesGet() |
Get all API Categories
Get all API categories
|
okhttp3.Call |
ApiCategoryCollectionApi.apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> _callback) |
Get all API Categories (asynchronously)
Get all API categories
|
okhttp3.Call |
ApiCategoryCollectionApi.apiCategoriesGetCall(ApiCallback _callback) |
Build call for apiCategoriesGet
|
ApiResponse<APICategoryListDTO> |
ApiCategoryCollectionApi.apiCategoriesGetWithHttpInfo() |
Get all API Categories
Get all API categories
|
APICategoryDTO |
ApiCategoryIndividualApi.apiCategoriesPost(APICategoryDTO apICategoryDTO) |
Add API Category
Add a new API category
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO apICategoryDTO,
ApiCallback<APICategoryDTO> _callback) |
Add API Category (asynchronously)
Add a new API category
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesPostCall(APICategoryDTO apICategoryDTO,
ApiCallback _callback) |
Build call for apiCategoriesPost
|
ApiResponse<APICategoryDTO> |
ApiCategoryIndividualApi.apiCategoriesPostWithHttpInfo(APICategoryDTO apICategoryDTO) |
Add API Category
Add a new API category
|
void |
ApplicationApi.applicationsApplicationIdChangeOwnerPost(String owner,
String applicationId) |
Change Application Owner
This operation is used to change the owner of an Application.
|
okhttp3.Call |
ApplicationApi.applicationsApplicationIdChangeOwnerPostAsync(String owner,
String applicationId,
ApiCallback<Void> _callback) |
Change Application Owner (asynchronously)
This operation is used to change the owner of an Application.
|
okhttp3.Call |
ApplicationApi.applicationsApplicationIdChangeOwnerPostCall(String owner,
String applicationId,
ApiCallback _callback) |
Build call for applicationsApplicationIdChangeOwnerPost
|
ApiResponse<Void> |
ApplicationApi.applicationsApplicationIdChangeOwnerPostWithHttpInfo(String owner,
String applicationId) |
Change Application Owner
This operation is used to change the owner of an Application.
|
void |
ApplicationsApi.applicationsApplicationIdDelete(String applicationId,
String ifMatch) |
Delete an Application
This operation can be used to delete an application by specifying its id.
|
okhttp3.Call |
ApplicationsApi.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.Call |
ApplicationsApi.applicationsApplicationIdDeleteCall(String applicationId,
String ifMatch,
ApiCallback _callback) |
Build call for applicationsApplicationIdDelete
|
ApiResponse<Void> |
ApplicationsApi.applicationsApplicationIdDeleteWithHttpInfo(String applicationId,
String ifMatch) |
Delete an Application
This operation can be used to delete an application by specifying its id.
|
ApplicationListDTO |
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.Call |
ApplicationCollectionApi.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.Call |
ApplicationCollectionApi.applicationsGetCall(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String name,
String tenantDomain,
ApiCallback _callback) |
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
ApplicationCollectionApi.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.
|
void |
EnvironmentApi.environmentsEnvironmentIdDelete(String environmentId) |
Delete an Environment
Delete a Environment by Environment Id
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdDeleteAsync(String environmentId,
ApiCallback<Void> _callback) |
Delete an Environment (asynchronously)
Delete a Environment by Environment Id
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdDeleteCall(String environmentId,
ApiCallback _callback) |
Build call for environmentsEnvironmentIdDelete
|
ApiResponse<Void> |
EnvironmentApi.environmentsEnvironmentIdDeleteWithHttpInfo(String environmentId) |
Delete an Environment
Delete a Environment by Environment Id
|
EnvironmentDTO |
EnvironmentApi.environmentsEnvironmentIdPut(String environmentId,
EnvironmentDTO environmentDTO) |
Update an Environment
Update a gateway Environment by environment Id
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdPutAsync(String environmentId,
EnvironmentDTO environmentDTO,
ApiCallback<EnvironmentDTO> _callback) |
Update an Environment (asynchronously)
Update a gateway Environment by environment Id
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdPutCall(String environmentId,
EnvironmentDTO environmentDTO,
ApiCallback _callback) |
Build call for environmentsEnvironmentIdPut
|
ApiResponse<EnvironmentDTO> |
EnvironmentApi.environmentsEnvironmentIdPutWithHttpInfo(String environmentId,
EnvironmentDTO environmentDTO) |
Update an Environment
Update a gateway Environment by environment Id
|
EnvironmentListDTO |
EnvironmentCollectionApi.environmentsGet() |
Get all registered Environments
Get all Registered Environments
|
okhttp3.Call |
EnvironmentCollectionApi.environmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback) |
Get all registered Environments (asynchronously)
Get all Registered Environments
|
okhttp3.Call |
EnvironmentCollectionApi.environmentsGetCall(ApiCallback _callback) |
Build call for environmentsGet
|
ApiResponse<EnvironmentListDTO> |
EnvironmentCollectionApi.environmentsGetWithHttpInfo() |
Get all registered Environments
Get all Registered Environments
|
EnvironmentDTO |
EnvironmentApi.environmentsPost(EnvironmentDTO environmentDTO) |
Add an Environment
Add a new geteway environment
|
okhttp3.Call |
EnvironmentApi.environmentsPostAsync(EnvironmentDTO environmentDTO,
ApiCallback<EnvironmentDTO> _callback) |
Add an Environment (asynchronously)
Add a new geteway environment
|
okhttp3.Call |
EnvironmentApi.environmentsPostCall(EnvironmentDTO environmentDTO,
ApiCallback _callback) |
Build call for environmentsPost
|
ApiResponse<EnvironmentDTO> |
EnvironmentApi.environmentsPostWithHttpInfo(EnvironmentDTO environmentDTO) |
Add an Environment
Add a new geteway environment
|
File |
ApiIndividualApi.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.Call |
ApiIndividualApi.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.Call |
ApiIndividualApi.exportApiGetCall(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback _callback) |
Build call for exportApiGet
|
ApiResponse<File> |
ApiIndividualApi.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.
|
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.Call |
ApiProductIndividualApi.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.Call |
ApiProductIndividualApi.exportApiProductGetCall(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback _callback) |
Build call for exportApiProductGet
|
ApiResponse<File> |
ApiProductIndividualApi.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.
|
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.Call |
ApplicationIndividualApi.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.Call |
ApplicationIndividualApi.exportApplicationsGetCall(String appName,
String appOwner,
Boolean withKeys,
ApiCallback _callback) |
Build call for exportApplicationsGet
|
ApiResponse<File> |
ApplicationIndividualApi.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.
|
String |
TenantConfigApi.exportTenantConfig() |
Export a tenant-Config.
|
okhttp3.Call |
TenantConfigApi.exportTenantConfigAsync(ApiCallback<String> _callback) |
Export a tenant-Config.
|
okhttp3.Call |
TenantConfigApi.exportTenantConfigCall(ApiCallback _callback) |
Build call for exportTenantConfig
|
Object |
TenantConfigSchemaApi.exportTenantConfigSchema() |
Export a tenant-Config-Schema.
|
okhttp3.Call |
TenantConfigSchemaApi.exportTenantConfigSchemaAsync(ApiCallback<Object> _callback) |
Export a tenant-Config-Schema.
|
okhttp3.Call |
TenantConfigSchemaApi.exportTenantConfigSchemaCall(ApiCallback _callback) |
Build call for exportTenantConfigSchema
|
ApiResponse<Object> |
TenantConfigSchemaApi.exportTenantConfigSchemaWithHttpInfo() |
Export a tenant-Config-Schema.
|
ApiResponse<String> |
TenantConfigApi.exportTenantConfigWithHttpInfo() |
Export a tenant-Config.
|
File |
TenantThemeApi.exportTenantTheme() |
Export a DevPortal Tenant Theme
This operation can be used to export a DevPortal tenant theme as a zip file.
|
okhttp3.Call |
TenantThemeApi.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.Call |
TenantThemeApi.exportTenantThemeCall(ApiCallback _callback) |
Build call for exportTenantTheme
|
ApiResponse<File> |
TenantThemeApi.exportTenantThemeWithHttpInfo() |
Export a DevPortal Tenant Theme
This operation can be used to export a DevPortal tenant theme as a zip file.
|
ExportThrottlePolicyDTO |
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.Call |
ImportExportThrottlingPolicyApi.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.Call |
ImportExportThrottlingPolicyApi.exportThrottlingPolicyCall(String policyId,
String name,
String type,
ApiCallback _callback) |
Build call for exportThrottlingPolicy
|
ApiResponse<ExportThrottlePolicyDTO> |
ImportExportThrottlingPolicyApi.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.
|
AlertTypesListDTO |
AlertsApi.getAdminAlertTypes() |
Get all Admin Alert Types
This operation is used to get the list of supportd alert types for the apim admin dashboard
|
okhttp3.Call |
AlertsApi.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 dashboard
|
okhttp3.Call |
AlertsApi.getAdminAlertTypesCall(ApiCallback _callback) |
Build call for getAdminAlertTypes
|
ApiResponse<AlertTypesListDTO> |
AlertsApi.getAdminAlertTypesWithHttpInfo() |
Get all Admin Alert Types
This operation is used to get the list of supportd alert types for the apim admin dashboard
|
BotDetectionAlertSubscriptionListDTO |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptions() |
Get Subscriptions for Bot Detection
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> _callback) |
Get Subscriptions for Bot Detection (asynchronously)
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsCall(ApiCallback _callback) |
Build call for getBotDetectionAlertSubscriptions
|
ApiResponse<BotDetectionAlertSubscriptionListDTO> |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsWithHttpInfo() |
Get Subscriptions for Bot Detection
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
BotDetectionDataListDTO |
BotDetectionDataApi.getBotDetectionData() |
Get all Bot Detected Data
Get all bot detected data
|
okhttp3.Call |
BotDetectionDataApi.getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback) |
Get all Bot Detected Data (asynchronously)
Get all bot detected data
|
okhttp3.Call |
BotDetectionDataApi.getBotDetectionDataCall(ApiCallback _callback) |
Build call for getBotDetectionData
|
ApiResponse<BotDetectionDataListDTO> |
BotDetectionDataApi.getBotDetectionDataWithHttpInfo() |
Get all Bot Detected Data
Get all bot detected data
|
CustomUrlInfoDTO |
TenantsApi.getCustomUrlInfoByTenantDomain(String tenantDomain) |
Get Custom URL Info of a Tenant Domain
This operation is to get custom-url information of the provided tenant-domain
|
okhttp3.Call |
TenantsApi.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-domain
|
okhttp3.Call |
TenantsApi.getCustomUrlInfoByTenantDomainCall(String tenantDomain,
ApiCallback _callback) |
Build call for getCustomUrlInfoByTenantDomain
|
ApiResponse<CustomUrlInfoDTO> |
TenantsApi.getCustomUrlInfoByTenantDomainWithHttpInfo(String tenantDomain) |
Get Custom URL Info of a Tenant Domain
This operation is to get custom-url information of the provided tenant-domain
|
AlertsSubscriptionDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes() |
Get Subscribed Alert Types
This operation is used to get the list of subscribed alert types by the user.
|
okhttp3.Call |
AlertSubscriptionsApi.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.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesCall(ApiCallback _callback) |
Build call for getSubscribedAlertTypes
|
ApiResponse<AlertsSubscriptionDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo() |
Get Subscribed Alert Types
This operation is used to get the list of subscribed alert types by the user.
|
TenantInfoDTO |
TenantsApi.getTenantInfoByUsername(String username) |
Get Tenant Id of User
This operation is to get tenant id of the provided user
|
okhttp3.Call |
TenantsApi.getTenantInfoByUsernameAsync(String username,
ApiCallback<TenantInfoDTO> _callback) |
Get Tenant Id of User (asynchronously)
This operation is to get tenant id of the provided user
|
okhttp3.Call |
TenantsApi.getTenantInfoByUsernameCall(String username,
ApiCallback _callback) |
Build call for getTenantInfoByUsername
|
ApiResponse<TenantInfoDTO> |
TenantsApi.getTenantInfoByUsernameWithHttpInfo(String username) |
Get Tenant Id of User
This operation is to get tenant id of the provided user
|
void |
ApiIndividualApi.importApiPost(File file,
Boolean preserveProvider,
Boolean overwrite) |
Import an API
This operation can be used to import an API.
|
okhttp3.Call |
ApiIndividualApi.importApiPostAsync(File file,
Boolean preserveProvider,
Boolean overwrite,
ApiCallback<Void> _callback) |
Import an API (asynchronously)
This operation can be used to import an API.
|
okhttp3.Call |
ApiIndividualApi.importApiPostCall(File file,
Boolean preserveProvider,
Boolean overwrite,
ApiCallback _callback) |
Build call for importApiPost
|
ApiResponse<Void> |
ApiIndividualApi.importApiPostWithHttpInfo(File file,
Boolean preserveProvider,
Boolean overwrite) |
Import an API
This operation can be used to import an API.
|
void |
ApiProductIndividualApi.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.Call |
ApiProductIndividualApi.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.Call |
ApiProductIndividualApi.importApiProductPostCall(File file,
Boolean preserveProvider,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs,
ApiCallback _callback) |
Build call for importApiProductPost
|
ApiResponse<Void> |
ApiProductIndividualApi.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.
|
ApplicationInfoDTO |
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.Call |
ApplicationIndividualApi.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.Call |
ApplicationIndividualApi.importApplicationsPostCall(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback _callback) |
Build call for importApplicationsPost
|
ApiResponse<ApplicationInfoDTO> |
ApplicationIndividualApi.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.
|
void |
TenantThemeApi.importTenantTheme(File file) |
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
okhttp3.Call |
TenantThemeApi.importTenantThemeAsync(File file,
ApiCallback<Void> _callback) |
Import a DevPortal Tenant Theme (asynchronously)
This operation can be used to import a DevPortal tenant theme.
|
okhttp3.Call |
TenantThemeApi.importTenantThemeCall(File file,
ApiCallback _callback) |
Build call for importTenantTheme
|
ApiResponse<Void> |
TenantThemeApi.importTenantThemeWithHttpInfo(File file) |
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
void |
ImportExportThrottlingPolicyApi.importThrottlingPolicy(File file,
Boolean overwrite) |
Import a Throttling Policy
This operation can be used to import a Throttling Policy
|
okhttp3.Call |
ImportExportThrottlingPolicyApi.importThrottlingPolicyAsync(File file,
Boolean overwrite,
ApiCallback<Void> _callback) |
Import a Throttling Policy (asynchronously)
This operation can be used to import a Throttling Policy
|
okhttp3.Call |
ImportExportThrottlingPolicyApi.importThrottlingPolicyCall(File file,
Boolean overwrite,
ApiCallback _callback) |
Build call for importThrottlingPolicy
|
ApiResponse<Void> |
ImportExportThrottlingPolicyApi.importThrottlingPolicyWithHttpInfo(File file,
Boolean overwrite) |
Import a Throttling Policy
This operation can be used to import a Throttling Policy
|
KeyManagerWellKnownResponseDTO |
KeyManagerCollectionApi.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 endpoint
|
okhttp3.Call |
KeyManagerCollectionApi.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 endpoint
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersDiscoverPostCall(String url,
String type,
ApiCallback _callback) |
Build call for keyManagersDiscoverPost
|
ApiResponse<KeyManagerWellKnownResponseDTO> |
KeyManagerCollectionApi.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 endpoint
|
KeyManagerListDTO |
KeyManagerCollectionApi.keyManagersGet() |
Get all Key managers
Get all Key managers
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback) |
Get all Key managers (asynchronously)
Get all Key managers
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersGetCall(ApiCallback _callback) |
Build call for keyManagersGet
|
ApiResponse<KeyManagerListDTO> |
KeyManagerCollectionApi.keyManagersGetWithHttpInfo() |
Get all Key managers
Get all Key managers
|
void |
KeyManagerIndividualApi.keyManagersKeyManagerIdDelete(String keyManagerId) |
Delete a Key Manager
Delete a Key Manager by keyManager id
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteAsync(String keyManagerId,
ApiCallback<Void> _callback) |
Delete a Key Manager (asynchronously)
Delete a Key Manager by keyManager id
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteCall(String keyManagerId,
ApiCallback _callback) |
Build call for keyManagersKeyManagerIdDelete
|
ApiResponse<Void> |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteWithHttpInfo(String keyManagerId) |
Delete a Key Manager
Delete a Key Manager by keyManager id
|
KeyManagerDTO |
KeyManagerIndividualApi.keyManagersKeyManagerIdGet(String keyManagerId) |
Get a Key Manager Configuration
Retrieve a single Key Manager Configuration.
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetAsync(String keyManagerId,
ApiCallback<KeyManagerDTO> _callback) |
Get a Key Manager Configuration (asynchronously)
Retrieve a single Key Manager Configuration.
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetCall(String keyManagerId,
ApiCallback _callback) |
Build call for keyManagersKeyManagerIdGet
|
ApiResponse<KeyManagerDTO> |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetWithHttpInfo(String keyManagerId) |
Get a Key Manager Configuration
Retrieve a single Key Manager Configuration.
|
KeyManagerDTO |
KeyManagerIndividualApi.keyManagersKeyManagerIdPut(String keyManagerId,
KeyManagerDTO keyManagerDTO) |
Update a Key Manager
Update a Key Manager by keyManager id
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutAsync(String keyManagerId,
KeyManagerDTO keyManagerDTO,
ApiCallback<KeyManagerDTO> _callback) |
Update a Key Manager (asynchronously)
Update a Key Manager by keyManager id
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutCall(String keyManagerId,
KeyManagerDTO keyManagerDTO,
ApiCallback _callback) |
Build call for keyManagersKeyManagerIdPut
|
ApiResponse<KeyManagerDTO> |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId,
KeyManagerDTO keyManagerDTO) |
Update a Key Manager
Update a Key Manager by keyManager id
|
KeyManagerDTO |
KeyManagerCollectionApi.keyManagersPost(KeyManagerDTO keyManagerDTO) |
Add a new API Key Manager
Add a new API Key Manager
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersPostAsync(KeyManagerDTO keyManagerDTO,
ApiCallback<KeyManagerDTO> _callback) |
Add a new API Key Manager (asynchronously)
Add a new API Key Manager
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersPostCall(KeyManagerDTO keyManagerDTO,
ApiCallback _callback) |
Build call for keyManagersPost
|
ApiResponse<KeyManagerDTO> |
KeyManagerCollectionApi.keyManagersPostWithHttpInfo(KeyManagerDTO keyManagerDTO) |
Add a new API Key Manager
Add a new API Key Manager
|
LabelListDTO |
LabelCollectionApi.labelsGet() |
Get all registered Labels
Get all Registered Labels
|
okhttp3.Call |
LabelCollectionApi.labelsGetAsync(ApiCallback<LabelListDTO> _callback) |
Get all registered Labels (asynchronously)
Get all Registered Labels
|
okhttp3.Call |
LabelCollectionApi.labelsGetCall(ApiCallback _callback) |
Build call for labelsGet
|
ApiResponse<LabelListDTO> |
LabelCollectionApi.labelsGetWithHttpInfo() |
Get all registered Labels
Get all Registered Labels
|
void |
LabelApi.labelsLabelIdDelete(String labelId,
String ifMatch,
String ifUnmodifiedSince) |
Delete a Label
Delete a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdDeleteAsync(String labelId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback) |
Delete a Label (asynchronously)
Delete a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdDeleteCall(String labelId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for labelsLabelIdDelete
|
ApiResponse<Void> |
LabelApi.labelsLabelIdDeleteWithHttpInfo(String labelId,
String ifMatch,
String ifUnmodifiedSince) |
Delete a Label
Delete a Label by label Id
|
LabelDTO |
LabelApi.labelsLabelIdPut(String labelId,
LabelDTO labelDTO) |
Update a Label
Update a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO labelDTO,
ApiCallback<LabelDTO> _callback) |
Update a Label (asynchronously)
Update a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdPutCall(String labelId,
LabelDTO labelDTO,
ApiCallback _callback) |
Build call for labelsLabelIdPut
|
ApiResponse<LabelDTO> |
LabelApi.labelsLabelIdPutWithHttpInfo(String labelId,
LabelDTO labelDTO) |
Update a Label
Update a Label by label Id
|
LabelDTO |
LabelApi.labelsPost(LabelDTO labelDTO) |
Add a Label
Add a new gateway label
|
okhttp3.Call |
LabelApi.labelsPostAsync(LabelDTO labelDTO,
ApiCallback<LabelDTO> _callback) |
Add a Label (asynchronously)
Add a new gateway label
|
okhttp3.Call |
LabelApi.labelsPostCall(LabelDTO labelDTO,
ApiCallback _callback) |
Build call for labelsPost
|
ApiResponse<LabelDTO> |
LabelApi.labelsPostWithHttpInfo(LabelDTO labelDTO) |
Add a Label
Add a new gateway label
|
PublishStatusDTO |
MonetizationCollectionApi.monetizationPublishUsagePost() |
Publish Usage Records
Publish usage records of monetized APIs
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> _callback) |
Publish Usage Records (asynchronously)
Publish usage records of monetized APIs
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsagePostCall(ApiCallback _callback) |
Build call for monetizationPublishUsagePost
|
ApiResponse<PublishStatusDTO> |
MonetizationCollectionApi.monetizationPublishUsagePostWithHttpInfo() |
Publish Usage Records
Publish usage records of monetized APIs
|
MonetizationUsagePublishInfoDTO |
MonetizationCollectionApi.monetizationPublishUsageStatusGet() |
Get the Status of Monetization Usage Publisher
Get the status of monetization usage publisher
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> _callback) |
Get the Status of Monetization Usage Publisher (asynchronously)
Get the status of monetization usage publisher
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsageStatusGetCall(ApiCallback _callback) |
Build call for monetizationPublishUsageStatusGet
|
ApiResponse<MonetizationUsagePublishInfoDTO> |
MonetizationCollectionApi.monetizationPublishUsageStatusGetWithHttpInfo() |
Get the Status of Monetization Usage Publisher
Get the status of monetization usage publisher
|
MediationListDTO |
MediationPolicyCollectionApi.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.Call |
MediationPolicyCollectionApi.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.Call |
MediationPolicyCollectionApi.policiesMediationGetCall(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for policiesMediationGet
|
ApiResponse<MediationListDTO> |
MediationPolicyCollectionApi.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.
|
void |
MediationPolicyIndividualApi.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.Call |
MediationPolicyIndividualApi.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.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteCall(String mediationPolicyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for policiesMediationMediationPolicyIdDelete
|
ApiResponse<Void> |
MediationPolicyIndividualApi.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.
|
MediationDTO |
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.Call |
MediationPolicyIndividualApi.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.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetCall(String mediationPolicyId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for policiesMediationMediationPolicyIdGet
|
ApiResponse<MediationDTO> |
MediationPolicyIndividualApi.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.
|
MediationDTO |
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.Call |
MediationPolicyIndividualApi.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.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutCall(String mediationPolicyId,
String contentType,
MediationDTO mediationDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for policiesMediationMediationPolicyIdPut
|
ApiResponse<MediationDTO> |
MediationPolicyIndividualApi.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.
|
MediationDTO |
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.Call |
MediationPolicyCollectionApi.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.Call |
MediationPolicyCollectionApi.policiesMediationPostCall(String contentType,
MediationDTO mediationDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for policiesMediationPost
|
ApiResponse<MediationDTO> |
MediationPolicyCollectionApi.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.
|
SettingsDTO |
SettingsApi.settingsGet() |
Retreive Admin Settings
Retreive admin settings
|
okhttp3.Call |
SettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> _callback) |
Retreive Admin Settings (asynchronously)
Retreive admin settings
|
okhttp3.Call |
SettingsApi.settingsGetCall(ApiCallback _callback) |
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
SettingsApi.settingsGetWithHttpInfo() |
Retreive Admin Settings
Retreive admin settings
|
BotDetectionAlertSubscriptionDTO |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlerts(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO) |
Subscribe for Bot Detection Alerts
Register a subscription for bot detection alerts
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO,
ApiCallback<BotDetectionAlertSubscriptionDTO> _callback) |
Subscribe for Bot Detection Alerts (asynchronously)
Register a subscription for bot detection alerts
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO,
ApiCallback _callback) |
Build call for subscribeForBotDetectionAlerts
|
ApiResponse<BotDetectionAlertSubscriptionDTO> |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsWithHttpInfo(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO) |
Subscribe for Bot Detection Alerts
Register a subscription for bot detection alerts
|
AlertsSubscriptionDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsSubscriptionDTO alertsSubscriptionDTO) |
Subscribe to an Admin Alert
This operation is used to subscribe to admin alerts
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO alertsSubscriptionDTO,
ApiCallback<AlertsSubscriptionDTO> _callback) |
Subscribe to an Admin Alert (asynchronously)
This operation is used to subscribe to admin alerts
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsSubscriptionDTO alertsSubscriptionDTO,
ApiCallback _callback) |
Build call for subscribeToAlerts
|
ApiResponse<AlertsSubscriptionDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsSubscriptionDTO alertsSubscriptionDTO) |
Subscribe to an Admin Alert
This operation is used to subscribe to admin alerts
|
ScopeListDTO |
SystemScopesApi.systemScopesGet() |
Get Role Scope Mappings
This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboard
|
okhttp3.Call |
SystemScopesApi.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 dashboard
|
okhttp3.Call |
SystemScopesApi.systemScopesGetCall(ApiCallback _callback) |
Build call for systemScopesGet
|
ApiResponse<ScopeListDTO> |
SystemScopesApi.systemScopesGetWithHttpInfo() |
Get Role Scope Mappings
This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboard
|
RoleAliasListDTO |
SystemScopesApi.systemScopesRoleAliasesGet() |
Retrieve Role Alias Mappings
This operation can be used to retreive role alias mapping
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesGetAsync(ApiCallback<RoleAliasListDTO> _callback) |
Retrieve Role Alias Mappings (asynchronously)
This operation can be used to retreive role alias mapping
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesGetCall(ApiCallback _callback) |
Build call for systemScopesRoleAliasesGet
|
ApiResponse<RoleAliasListDTO> |
SystemScopesApi.systemScopesRoleAliasesGetWithHttpInfo() |
Retrieve Role Alias Mappings
This operation can be used to retreive role alias mapping
|
RoleAliasListDTO |
SystemScopesApi.systemScopesRoleAliasesPut(RoleAliasListDTO roleAliasListDTO) |
Add a New Role Alias
This operation can be used to add a new role alias mapping for system scope roles
|
okhttp3.Call |
SystemScopesApi.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 roles
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesPutCall(RoleAliasListDTO roleAliasListDTO,
ApiCallback _callback) |
Build call for systemScopesRoleAliasesPut
|
ApiResponse<RoleAliasListDTO> |
SystemScopesApi.systemScopesRoleAliasesPutWithHttpInfo(RoleAliasListDTO roleAliasListDTO) |
Add a New Role Alias
This operation can be used to add a new role alias mapping for system scope roles
|
ScopeSettingsDTO |
SystemScopesApi.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 parameter
|
okhttp3.Call |
SystemScopesApi.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 parameter
|
okhttp3.Call |
SystemScopesApi.systemScopesScopeNameGetCall(String scopeName,
String username,
ApiCallback _callback) |
Build call for systemScopesScopeNameGet
|
ApiResponse<ScopeSettingsDTO> |
SystemScopesApi.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 parameter
|
BlockingConditionListDTO |
DenyPoliciesCollectionApi.throttlingDenyPoliciesGet(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Deny Policies
Retrieves all existing deny policies.
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionListDTO> _callback) |
Get all Deny Policies (asynchronously)
Retrieves all existing deny policies.
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingDenyPoliciesGet
|
ApiResponse<BlockingConditionListDTO> |
DenyPoliciesCollectionApi.throttlingDenyPoliciesGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Deny Policies
Retrieves all existing deny policies.
|
BlockingConditionDTO |
DenyPoliciesCollectionApi.throttlingDenyPoliciesPost(String contentType,
BlockingConditionDTO blockingConditionDTO) |
Add a deny policy
Adds a new deny policy
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesPostAsync(String contentType,
BlockingConditionDTO blockingConditionDTO,
ApiCallback<BlockingConditionDTO> _callback) |
Add a deny policy (asynchronously)
Adds a new deny policy
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesPostCall(String contentType,
BlockingConditionDTO blockingConditionDTO,
ApiCallback _callback) |
Build call for throttlingDenyPoliciesPost
|
ApiResponse<BlockingConditionDTO> |
DenyPoliciesCollectionApi.throttlingDenyPoliciesPostWithHttpInfo(String contentType,
BlockingConditionDTO blockingConditionDTO) |
Add a deny policy
Adds a new deny policy
|
void |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDelete(String conditionId,
String ifMatch,
String ifUnmodifiedSince) |
Delete a Deny Policy
Deletes an existing deny policy
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteAsync(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback) |
Delete a Deny Policy (asynchronously)
Deletes an existing deny policy
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteCall(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingDenyPolicyConditionIdDelete
|
ApiResponse<Void> |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteWithHttpInfo(String conditionId,
String ifMatch,
String ifUnmodifiedSince) |
Delete a Deny Policy
Deletes an existing deny policy
|
BlockingConditionDTO |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGet(String conditionId,
String ifNoneMatch,
String ifModifiedSince) |
Get a Deny Policy
Retrieves a Deny policy providing the condition Id
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetAsync(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionDTO> _callback) |
Get a Deny Policy (asynchronously)
Retrieves a Deny policy providing the condition Id
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetCall(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingDenyPolicyConditionIdGet
|
ApiResponse<BlockingConditionDTO> |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetWithHttpInfo(String conditionId,
String ifNoneMatch,
String ifModifiedSince) |
Get a Deny Policy
Retrieves a Deny policy providing the condition Id
|
BlockingConditionDTO |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatch(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update a Deny Policy
Update a deny policy by Id
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchAsync(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<BlockingConditionDTO> _callback) |
Update a Deny Policy (asynchronously)
Update a deny policy by Id
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchCall(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingDenyPolicyConditionIdPatch
|
ApiResponse<BlockingConditionDTO> |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchWithHttpInfo(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update a Deny Policy
Update a deny policy by Id
|
AdvancedThrottlePolicyListDTO |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGet(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Advanced Throttling Policies
Retrieves all existing advanced throttling policies.
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyListDTO> _callback) |
Get all Advanced Throttling Policies (asynchronously)
Retrieves all existing advanced throttling policies.
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesAdvancedGet
|
ApiResponse<AdvancedThrottlePolicyListDTO> |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Advanced Throttling Policies
Retrieves all existing advanced throttling policies.
|
void |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDelete(String policyId,
String ifMatch,
String ifUnmodifiedSince) |
Delete an Advanced Throttling Policy
Deletes an advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback) |
Delete an Advanced Throttling Policy (asynchronously)
Deletes an advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesAdvancedPolicyIdDelete
|
ApiResponse<Void> |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteWithHttpInfo(String policyId,
String ifMatch,
String ifUnmodifiedSince) |
Delete an Advanced Throttling Policy
Deletes an advanced throttling policy.
|
AdvancedThrottlePolicyDTO |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince) |
Get an Advanced Throttling Policy
Retrieves an advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> _callback) |
Get an Advanced Throttling Policy (asynchronously)
Retrieves an advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesAdvancedPolicyIdGet
|
ApiResponse<AdvancedThrottlePolicyDTO> |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince) |
Get an Advanced Throttling Policy
Retrieves an advanced throttling policy.
|
AdvancedThrottlePolicyDTO |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPut(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update an Advanced Throttling Policy
Updates an existing Advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.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.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutCall(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesAdvancedPolicyIdPut
|
ApiResponse<AdvancedThrottlePolicyDTO> |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutWithHttpInfo(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update an Advanced Throttling Policy
Updates an existing Advanced throttling policy.
|
AdvancedThrottlePolicyDTO |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPost(String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO) |
Add an Advanced Throttling Policy
Add a new advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostAsync(String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
ApiCallback<AdvancedThrottlePolicyDTO> _callback) |
Add an Advanced Throttling Policy (asynchronously)
Add a new advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostCall(String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
ApiCallback _callback) |
Build call for throttlingPoliciesAdvancedPost
|
ApiResponse<AdvancedThrottlePolicyDTO> |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostWithHttpInfo(String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO) |
Add an Advanced Throttling Policy
Add a new advanced throttling policy.
|
ApplicationThrottlePolicyListDTO |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGet(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Application Throttling Policies
Retrieves all existing application throttling policies.
|
okhttp3.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyListDTO> _callback) |
Get all Application Throttling Policies (asynchronously)
Retrieves all existing application throttling policies.
|
okhttp3.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesApplicationGet
|
ApiResponse<ApplicationThrottlePolicyListDTO> |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Application Throttling Policies
Retrieves all existing application throttling policies.
|
void |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDelete(String policyId,
String ifMatch,
String ifUnmodifiedSince) |
Delete an Application Throttling policy
Deletes an application level throttling policy.
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback) |
Delete an Application Throttling policy (asynchronously)
Deletes an application level throttling policy.
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesApplicationPolicyIdDelete
|
ApiResponse<Void> |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteWithHttpInfo(String policyId,
String ifMatch,
String ifUnmodifiedSince) |
Delete an Application Throttling policy
Deletes an application level throttling policy.
|
ApplicationThrottlePolicyDTO |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince) |
Get an Application Throttling Policy
Retrieves an application throttling policy.
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> _callback) |
Get an Application Throttling Policy (asynchronously)
Retrieves an application throttling policy.
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesApplicationPolicyIdGet
|
ApiResponse<ApplicationThrottlePolicyDTO> |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince) |
Get an Application Throttling Policy
Retrieves an application throttling policy.
|
ApplicationThrottlePolicyDTO |
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.Call |
ApplicationPolicyIndividualApi.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.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutCall(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesApplicationPolicyIdPut
|
ApiResponse<ApplicationThrottlePolicyDTO> |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutWithHttpInfo(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update an Application Throttling policy
Updates an existing application level throttling policy.
|
ApplicationThrottlePolicyDTO |
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.Call |
ApplicationPolicyCollectionApi.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.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostCall(String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
ApiCallback _callback) |
Build call for throttlingPoliciesApplicationPost
|
ApiResponse<ApplicationThrottlePolicyDTO> |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostWithHttpInfo(String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO) |
Add an Application Throttling Policy
This operation can be used to add a new application level throttling policy.
|
CustomRuleListDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomGet(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Custom Rules
Retrieves all custom rules.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleListDTO> _callback) |
Get all Custom Rules (asynchronously)
Retrieves all custom rules.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesCustomGet
|
ApiResponse<CustomRuleListDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Custom Rules
Retrieves all custom rules.
|
CustomRuleDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(String contentType,
CustomRuleDTO customRuleDTO) |
Add a Custom Rule
Adds a new custom rule.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(String contentType,
CustomRuleDTO customRuleDTO,
ApiCallback<CustomRuleDTO> _callback) |
Add a Custom Rule (asynchronously)
Adds a new custom rule.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostCall(String contentType,
CustomRuleDTO customRuleDTO,
ApiCallback _callback) |
Build call for throttlingPoliciesCustomPost
|
ApiResponse<CustomRuleDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(String contentType,
CustomRuleDTO customRuleDTO) |
Add a Custom Rule
Adds a new custom rule.
|
void |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDelete(String ruleId,
String ifMatch,
String ifUnmodifiedSince) |
Delete a Custom Rule
Delete a custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteAsync(String ruleId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback) |
Delete a Custom Rule (asynchronously)
Delete a custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteCall(String ruleId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesCustomRuleIdDelete
|
ApiResponse<Void> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteWithHttpInfo(String ruleId,
String ifMatch,
String ifUnmodifiedSince) |
Delete a Custom Rule
Delete a custom rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGet(String ruleId,
String ifNoneMatch,
String ifModifiedSince) |
Get a Custom Rule
Retrieves a custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleDTO> _callback) |
Get a Custom Rule (asynchronously)
Retrieves a custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetCall(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesCustomRuleIdGet
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetWithHttpInfo(String ruleId,
String ifNoneMatch,
String ifModifiedSince) |
Get a Custom Rule
Retrieves a custom rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update a Custom Rule
Updates an existing custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.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.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutCall(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesCustomRuleIdPut
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update a Custom Rule
Updates an existing custom rule.
|
SubscriptionThrottlePolicyListDTO |
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.Call |
SubscriptionPolicyCollectionApi.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.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesSubscriptionGet
|
ApiResponse<SubscriptionThrottlePolicyListDTO> |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince) |
Get all Subscription Throttling Policies
This operation can be used to retrieve all Subscription level throttling policies.
|
void |
SubscriptionPolicyIndividualApi.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.Call |
SubscriptionPolicyIndividualApi.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.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesSubscriptionPolicyIdDelete
|
ApiResponse<Void> |
SubscriptionPolicyIndividualApi.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.
|
SubscriptionThrottlePolicyDTO |
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 paramter
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.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 paramter
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesSubscriptionPolicyIdGet
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyIndividualApi.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 paramter
|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPut(String policyId,
String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update a Subscription Policy
Updates an existing subscription level throttling policy.
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.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.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutCall(String policyId,
String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback) |
Build call for throttlingPoliciesSubscriptionPolicyIdPut
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutWithHttpInfo(String policyId,
String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince) |
Update a Subscription Policy
Updates an existing subscription level throttling policy.
|
SubscriptionThrottlePolicyDTO |
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.Call |
SubscriptionPolicyCollectionApi.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.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostCall(String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
ApiCallback _callback) |
Build call for throttlingPoliciesSubscriptionPost
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyCollectionApi.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.
|
ThrottlePolicyDetailsListDTO |
ThrottlingPolicySearchApi.throttlingPolicySearch(String query) |
Retrieve/Search Throttling Policies
This operation provides you a list of available Throttling Policies qualifying the given keyword match.
|
okhttp3.Call |
ThrottlingPolicySearchApi.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.Call |
ThrottlingPolicySearchApi.throttlingPolicySearchCall(String query,
ApiCallback _callback) |
Build call for throttlingPolicySearch
|
ApiResponse<ThrottlePolicyDetailsListDTO> |
ThrottlingPolicySearchApi.throttlingPolicySearchWithHttpInfo(String query) |
Retrieve/Search Throttling Policies
This operation provides you a list of available Throttling Policies qualifying the given keyword match.
|
void |
AlertSubscriptionsApi.unsubscribeAllAlerts() |
Unsubscribe User from all Admin Alerts
This operation is used to unsubscribe the respective user from all the admin alert types.
|
okhttp3.Call |
AlertSubscriptionsApi.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.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsCall(ApiCallback _callback) |
Build call for unsubscribeAllAlerts
|
ApiResponse<Void> |
AlertSubscriptionsApi.unsubscribeAllAlertsWithHttpInfo() |
Unsubscribe User from all Admin Alerts
This operation is used to unsubscribe the respective user from all the admin alert types.
|
void |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlerts(String uuid) |
Unsubscribe from bot detection alerts.
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsAsync(String uuid,
ApiCallback<Void> _callback) |
Unsubscribe from bot detection alerts.
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsCall(String uuid,
ApiCallback _callback) |
Build call for unsubscribeFromBotDetectionAlerts
|
ApiResponse<Void> |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsWithHttpInfo(String uuid) |
Unsubscribe from bot detection alerts.
|
ScopeListDTO |
SystemScopesApi.updateRolesForScope(ScopeListDTO scopeListDTO) |
Update Roles For Scope
This operation is used to update the roles for all scopes
|
okhttp3.Call |
SystemScopesApi.updateRolesForScopeAsync(ScopeListDTO scopeListDTO,
ApiCallback<ScopeListDTO> _callback) |
Update Roles For Scope (asynchronously)
This operation is used to update the roles for all scopes
|
okhttp3.Call |
SystemScopesApi.updateRolesForScopeCall(ScopeListDTO scopeListDTO,
ApiCallback _callback) |
Build call for updateRolesForScope
|
ApiResponse<ScopeListDTO> |
SystemScopesApi.updateRolesForScopeWithHttpInfo(ScopeListDTO scopeListDTO) |
Update Roles For Scope
This operation is used to update the roles for all scopes
|
Object |
TenantConfigApi.updateTenantConfig(Object body) |
Update a tenant-config.
|
okhttp3.Call |
TenantConfigApi.updateTenantConfigAsync(Object body,
ApiCallback<Object> _callback) |
Update a tenant-config.
|
okhttp3.Call |
TenantConfigApi.updateTenantConfigCall(Object body,
ApiCallback _callback) |
Build call for updateTenantConfig
|
ApiResponse<Object> |
TenantConfigApi.updateTenantConfigWithHttpInfo(Object body) |
Update a tenant-config.
|
WorkflowInfoDTO |
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.Call |
WorkflowsIndividualApi.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.Call |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetCall(String externalWorkflowRef,
String ifNoneMatch,
ApiCallback _callback) |
Build call for workflowsExternalWorkflowRefGet
|
ApiResponse<WorkflowInfoDTO> |
WorkflowsIndividualApi.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..
|
WorkflowListDTO |
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.Call |
WorkflowCollectionApi.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.Call |
WorkflowCollectionApi.workflowsGetCall(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType,
ApiCallback _callback) |
Build call for workflowsGet
|
ApiResponse<WorkflowListDTO> |
WorkflowCollectionApi.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.
|
WorkflowDTO |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPost(String workflowReferenceId,
WorkflowDTO workflowDTO) |
Update Workflow Status
This operation can be used to approve or reject a workflow task.
|
okhttp3.Call |
WorkflowsIndividualApi.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.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId,
WorkflowDTO workflowDTO,
ApiCallback _callback) |
Build call for workflowsUpdateWorkflowStatusPost
|
ApiResponse<WorkflowDTO> |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId,
WorkflowDTO workflowDTO) |
Update Workflow Status
This operation can be used to approve or reject a workflow task.
|