ApiResponse<ApiPolicyListDTO> |
SubscriptionValidationApi.apiPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName) |
Get all API throttling policies
This will provide access to api level throttling policies in database.
|
ApiResponse<APIListDTO> |
SubscriptionValidationApi.apisGetWithHttpInfo(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept) |
Get all apis
This will provide access to apis in database.
|
ApiResponse<ApplicationKeyMappingListDTO> |
SubscriptionValidationApi.applicationKeyMappingsGetWithHttpInfo(String xWSO2Tenant,
String consumerKey,
String keymanager) |
Get all application key mappings
This will provide access to application vs key mappings in database.
|
ApiResponse<ApplicationPolicyListDTO> |
SubscriptionValidationApi.applicationPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName) |
Get all application throttling policies
This will provide access to application level throttling policies in database.
|
ApiResponse<ApplicationListDTO> |
SubscriptionValidationApi.applicationsGetWithHttpInfo(String xWSO2Tenant,
Integer appId) |
Get all applications
This will provide access to applications in database.
|
ApiResponse<Map<String,BlockConditionsDTO>> |
ThrottlingApi.blockGetWithHttpInfo() |
blocking events available
This will provide access to throttled events in database.
|
ApiResponse<Void> |
RetrievingRuntimeArtifactsApi.endpointCertificatesGetWithHttpInfo(String xWSO2Tenant,
String alias) |
Get all the endpoint certificates for given alias.
|
ApiResponse<Void> |
RetrievingRuntimeArtifactsApi.gaConfigGetWithHttpInfo(String xWSO2Tenant,
String apiId) |
Get Google analytics config related to tenant.
|
ApiResponse<GlobalPolicyListDTO> |
SubscriptionValidationApi.globalPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName) |
Get all Global throttling policies
This will provide access to global throttling policies in database.
|
ApiResponse<ThrottledEventDTO> |
ThrottlingApi.isThrottledGetWithHttpInfo(String query) |
throttled events available
This will provide access to throttled events in database.
|
ApiResponse<List<KeyManagerDTO>> |
DefaultApi.keymanagersGetWithHttpInfo(String xWSO2Tenant) |
An Array of key managers configured
this will provide key managers configured
|
ApiResponse<List<String>> |
DefaultApi.keyTemplatesGetWithHttpInfo() |
An Array of key templates according to custom policies
This will provide access to key templates define in custom policies
|
ApiResponse<Object> |
NotificationApi.notifyPostWithHttpInfo(String xWSO2KEYMANAGER,
String body) |
Push notification events into nodes.
|
ApiResponse<RevokedJWTListDTO> |
RevokeJwt_Api.revokedjwtGetWithHttpInfo() |
JTIs of revoked jwt tokens
This will provide access to JTIs of revoked JWT tokens in database.
|
ApiResponse<Void> |
RetrievingRuntimeArtifactsApi.runtimeArtifactsGetWithHttpInfo(String xWSO2Tenant,
String apiId,
String gatewayLabel,
String type,
String name,
String version) |
Get all the runtime artifacts for a given API UUID and gateway label
This will provide access to runtime artifacts in database.
|
ApiResponse<ScopesListDTO> |
SubscriptionValidationApi.scopesGetWithHttpInfo(String xWSO2Tenant,
String scopeKey) |
Get all scopes.
|
ApiResponse<SubscriptionPolicyListDTO> |
SubscriptionValidationApi.subscriptionPoliciesGetWithHttpInfo(String xWSO2Tenant,
String policyName) |
Get all subscription throttling policies
This will provide access to subscription level throttling policies in database.
|
ApiResponse<SubscriptionListDTO> |
SubscriptionValidationApi.subscriptionsGetWithHttpInfo(String xWSO2Tenant,
Integer apiId,
Integer appId) |
Get all subscriptions
This will provide access to subscriptions in database.
|
ApiResponse<SynapseAttributesDTO> |
RetrievingSynapseArtifactsApi.synapseAttributesGetWithHttpInfo(String apiName,
String tenantDomain,
String version) |
Get API UUID and label associated with it
This will provide access to synapse artifacts in database.
|
ApiResponse<String> |
ThrottlingApi.throttleAsStringGetWithHttpInfo(String query) |
throttled events available
This will provide access to throttled events in database.
|
ApiResponse<List<ThrottledEventDTO>> |
ThrottlingApi.throttleGetWithHttpInfo(String query) |
throttled events available
This will provide access to throttled events in database.
|
ApiResponse<WebhooksSubscriptionsListDTO> |
RetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGetWithHttpInfo(String xWSO2Tenant) |
Get webhooks subscriptions
This will provide list of webhooks subscriptions from the database.
|