Uses of Class
org.wso2.am.integration.clients.publisher.api.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in org.wso2.am.integration.clients.publisher.api
Methods in org.wso2.am.integration.clients.publisher.api with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in org.wso2.am.integration.clients.publisher.api 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.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that throw ApiExceptionModifier and TypeMethodDescriptionClientCertificatesApi.addAPIClientCertificate(String apiId, File certificate, String alias, String tier) Upload a New Certificate This operation can be used to upload a new certificate for an endpoint.okhttp3.CallClientCertificatesApi.addAPIClientCertificateAsync(String apiId, File certificate, String alias, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Upload a New Certificate (asynchronously) This operation can be used to upload a new certificate for an endpoint.okhttp3.CallClientCertificatesApi.addAPIClientCertificateCall(String apiId, File certificate, String alias, String tier, ApiCallback _callback) Build call for addAPIClientCertificateClientCertificatesApi.addAPIClientCertificateOfGivenKeyType(String keyType, String apiId, File certificate, String alias, String tier) Upload a New Certificate of the given key type This operation can be used to upload a new certificate for an endpoint of the given type.okhttp3.CallClientCertificatesApi.addAPIClientCertificateOfGivenKeyTypeAsync(String keyType, String apiId, File certificate, String alias, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Upload a New Certificate of the given key type (asynchronously) This operation can be used to upload a new certificate for an endpoint of the given type.okhttp3.CallClientCertificatesApi.addAPIClientCertificateOfGivenKeyTypeCall(String keyType, String apiId, File certificate, String alias, String tier, ApiCallback _callback) Build call for addAPIClientCertificateOfGivenKeyTypeClientCertificatesApi.addAPIClientCertificateOfGivenKeyTypeWithHttpInfo(String keyType, String apiId, File certificate, String alias, String tier) Upload a New Certificate of the given key type This operation can be used to upload a new certificate for an endpoint of the given type.ClientCertificatesApi.addAPIClientCertificateWithHttpInfo(String apiId, File certificate, String alias, String tier) Upload a New Certificate This operation can be used to upload a new certificate for an endpoint.ApiDocumentsApi.addAPIDocument(String apiId, DocumentDTO documentDTO, String ifMatch) Add a New Document to an API This operation can be used to add a new documentation to an API.okhttp3.CallApiDocumentsApi.addAPIDocumentAsync(String apiId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Add a New Document to an API (asynchronously) This operation can be used to add a new documentation to an API.okhttp3.CallApiDocumentsApi.addAPIDocumentCall(String apiId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for addAPIDocumentApiDocumentsApi.addAPIDocumentContent(String apiId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Document Thid operation can be used to upload a file or add inline content to an API document.okhttp3.CallApiDocumentsApi.addAPIDocumentContentAsync(String apiId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of an API Document (asynchronously) Thid operation can be used to upload a file or add inline content to an API document.okhttp3.CallApiDocumentsApi.addAPIDocumentContentCall(String apiId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback _callback) Build call for addAPIDocumentContentApiDocumentsApi.addAPIDocumentContentWithHttpInfo(String apiId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Document Thid operation can be used to upload a file or add inline content to an API document.ApiDocumentsApi.addAPIDocumentWithHttpInfo(String apiId, DocumentDTO documentDTO, String ifMatch) Add a New Document to an API This operation can be used to add a new documentation to an API.ApiEndpointsApi.addApiEndpoint(String apiId, APIEndpointDTO apIEndpointDTO) Add an Endpoint This operation can be used to add an endpoint to an API.okhttp3.CallApiEndpointsApi.addApiEndpointAsync(String apiId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback) Add an Endpoint (asynchronously) This operation can be used to add an endpoint to an API.okhttp3.CallApiEndpointsApi.addApiEndpointCall(String apiId, APIEndpointDTO apIEndpointDTO, ApiCallback _callback) Build call for addApiEndpointApiEndpointsApi.addApiEndpointWithHttpInfo(String apiId, APIEndpointDTO apIEndpointDTO) Add an Endpoint This operation can be used to add an endpoint to an API.voidApiMonetizationApi.addAPIMonetization(String apiId, APIMonetizationInfoDTO apIMonetizationInfoDTO) Configure Monetization for a Given API This operation can be used to configure monetization for a given API.okhttp3.CallApiMonetizationApi.addAPIMonetizationAsync(String apiId, APIMonetizationInfoDTO apIMonetizationInfoDTO, ApiCallback<Void> _callback) Configure Monetization for a Given API (asynchronously) This operation can be used to configure monetization for a given API.okhttp3.CallApiMonetizationApi.addAPIMonetizationCall(String apiId, APIMonetizationInfoDTO apIMonetizationInfoDTO, ApiCallback _callback) Build call for addAPIMonetizationApiMonetizationApi.addAPIMonetizationWithHttpInfo(String apiId, APIMonetizationInfoDTO apIMonetizationInfoDTO) Configure Monetization for a Given API This operation can be used to configure monetization for a given API.ApiProductDocumentsApi.addAPIProductDocument(String apiProductId, DocumentDTO documentDTO) Add a New Document to an API Product This operation can be used to add a new documentation to an API Product.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentAsync(String apiProductId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to an API Product (asynchronously) This operation can be used to add a new documentation to an API Product.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentCall(String apiProductId, DocumentDTO documentDTO, ApiCallback _callback) Build call for addAPIProductDocumentApiProductDocumentsApi.addAPIProductDocumentContent(String apiProductId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Product Document Thid operation can be used to upload a file or add inline content to an API Product document.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentContentAsync(String apiProductId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of an API Product Document (asynchronously) Thid operation can be used to upload a file or add inline content to an API Product document.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentContentCall(String apiProductId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback _callback) Build call for addAPIProductDocumentContentApiProductDocumentsApi.addAPIProductDocumentContentWithHttpInfo(String apiProductId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Product Document Thid operation can be used to upload a file or add inline content to an API Product document.ApiProductDocumentsApi.addAPIProductDocumentWithHttpInfo(String apiProductId, DocumentDTO documentDTO) Add a New Document to an API Product This operation can be used to add a new documentation to an API Product.ApiOperationPoliciesApi.addAPISpecificOperationPolicy(String apiId, File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile) Add an API specific operation policy This operation can be used to add an API specifc operation policy.okhttp3.CallApiOperationPoliciesApi.addAPISpecificOperationPolicyAsync(String apiId, File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback<OperationPolicyDataDTO> _callback) Add an API specific operation policy (asynchronously) This operation can be used to add an API specifc operation policy.okhttp3.CallApiOperationPoliciesApi.addAPISpecificOperationPolicyCall(String apiId, File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback _callback) Build call for addAPISpecificOperationPolicyApiOperationPoliciesApi.addAPISpecificOperationPolicyWithHttpInfo(String apiId, File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile) Add an API specific operation policy This operation can be used to add an API specifc operation policy.CommentsApi.addCommentToAPI(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo) Add an API Commentokhttp3.CallCommentsApi.addCommentToAPIAsync(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo, ApiCallback<CommentDTO> _callback) Add an API Comment (asynchronously)okhttp3.CallCommentsApi.addCommentToAPICall(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo, ApiCallback _callback) Build call for addCommentToAPICommentsApi.addCommentToAPIWithHttpInfo(String apiId, PostRequestBodyDTO postRequestBodyDTO, String replyTo) Add an API CommentCommentsApi.addCommentToMCPServer(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo) Add an MCP Server Commentokhttp3.CallCommentsApi.addCommentToMCPServerAsync(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo, ApiCallback<CommentDTO> _callback) Add an MCP Server Comment (asynchronously)okhttp3.CallCommentsApi.addCommentToMCPServerCall(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo, ApiCallback _callback) Build call for addCommentToMCPServerCommentsApi.addCommentToMCPServerWithHttpInfo(String mcpServerId, CommentRequestDTO commentRequestDTO, String replyTo) Add an MCP Server CommentOperationPoliciesApi.addCommonOperationPolicy(File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile) Add a new common operation policy This operation can be used to add a new common operation policy.okhttp3.CallOperationPoliciesApi.addCommonOperationPolicyAsync(File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback<OperationPolicyDataDTO> _callback) Add a new common operation policy (asynchronously) This operation can be used to add a new common operation policy.okhttp3.CallOperationPoliciesApi.addCommonOperationPolicyCall(File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile, ApiCallback _callback) Build call for addCommonOperationPolicyOperationPoliciesApi.addCommonOperationPolicyWithHttpInfo(File policySpecFile, File synapsePolicyDefinitionFile, File ccPolicyDefinitionFile) Add a new common operation policy This operation can be used to add a new common operation policy.EndpointCertificatesApi.addEndpointCertificate(File certificate, String alias, String endpoint) Upload a new Certificate.okhttp3.CallEndpointCertificatesApi.addEndpointCertificateAsync(File certificate, String alias, String endpoint, ApiCallback<CertMetadataDTO> _callback) Upload a new Certificate.okhttp3.CallEndpointCertificatesApi.addEndpointCertificateCall(File certificate, String alias, String endpoint, ApiCallback _callback) Build call for addEndpointCertificateEndpointCertificatesApi.addEndpointCertificateWithHttpInfo(File certificate, String alias, String endpoint) Upload a new Certificate.GatewayPoliciesApi.addGatewayPoliciesToFlows(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Engage gateway policies to the request, response, fault flows This operation can be used to apply gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.addGatewayPoliciesToFlowsAsync(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingInfoDTO> _callback) Engage gateway policies to the request, response, fault flows (asynchronously) This operation can be used to apply gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.addGatewayPoliciesToFlowsCall(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback) Build call for addGatewayPoliciesToFlowsGatewayPoliciesApi.addGatewayPoliciesToFlowsWithHttpInfo(GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Engage gateway policies to the request, response, fault flows This operation can be used to apply gateway policies to the request, response, fault flows.McpServerDocumentsApi.addMCPServerDocument(String mcpServerId, DocumentDTO documentDTO) Add a New Document to a MCP server This operation can be used to add a new documentation to a MCP server.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentAsync(String mcpServerId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to a MCP server (asynchronously) This operation can be used to add a new documentation to a MCP server.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentCall(String mcpServerId, DocumentDTO documentDTO, ApiCallback _callback) Build call for addMCPServerDocumentMcpServerDocumentsApi.addMCPServerDocumentContent(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of a MCP Server Document This operation can be used to upload a file or add inline content to a MCP server document.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentContentAsync(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of a MCP Server Document (asynchronously) This operation can be used to upload a file or add inline content to a MCP server document.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentContentCall(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback _callback) Build call for addMCPServerDocumentContentMcpServerDocumentsApi.addMCPServerDocumentContentWithHttpInfo(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of a MCP Server Document This operation can be used to upload a file or add inline content to a MCP server document.McpServerDocumentsApi.addMCPServerDocumentWithHttpInfo(String mcpServerId, DocumentDTO documentDTO) Add a New Document to a MCP server This operation can be used to add a new documentation to a MCP server.ScopesApi.addSharedScope(ScopeDTO scopeDTO) Add a New Shared Scope This operation can be used to add a new Shared Scope.okhttp3.CallScopesApi.addSharedScopeAsync(ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback) Add a New Shared Scope (asynchronously) This operation can be used to add a new Shared Scope.okhttp3.CallScopesApi.addSharedScopeCall(ScopeDTO scopeDTO, ApiCallback _callback) Build call for addSharedScopeScopesApi.addSharedScopeWithHttpInfo(ScopeDTO scopeDTO) Add a New Shared Scope This operation can be used to add a new Shared Scope.ApIsApi.apisApiIdAsyncapiGet(String apiId, String ifNoneMatch) Get AsyncAPI definition This operation can be used to retrieve the AsyncAPI definition of an API.okhttp3.CallApIsApi.apisApiIdAsyncapiGetAsync(String apiId, String ifNoneMatch, ApiCallback<String> _callback) Get AsyncAPI definition (asynchronously) This operation can be used to retrieve the AsyncAPI definition of an API.okhttp3.CallApIsApi.apisApiIdAsyncapiGetCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for apisApiIdAsyncapiGetApIsApi.apisApiIdAsyncapiGetWithHttpInfo(String apiId, String ifNoneMatch) Get AsyncAPI definition This operation can be used to retrieve the AsyncAPI definition of an API.ApIsApi.apisApiIdAsyncapiPut(String apiId, String ifMatch, String apiDefinition, String url, File file) Update AsyncAPI definition This operation can be used to update the AsyncAPI definition of an existing API.okhttp3.CallApIsApi.apisApiIdAsyncapiPutAsync(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback<String> _callback) Update AsyncAPI definition (asynchronously) This operation can be used to update the AsyncAPI definition of an existing API.okhttp3.CallApIsApi.apisApiIdAsyncapiPutCall(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback _callback) Build call for apisApiIdAsyncapiPutApIsApi.apisApiIdAsyncapiPutWithHttpInfo(String apiId, String ifMatch, String apiDefinition, String url, File file) Update AsyncAPI definition This operation can be used to update the AsyncAPI definition of an existing API.ApIsApi.apisApiIdEnvironmentsEnvIdKeysGet(String apiId, String envId) get environment specific API properties This operation can be used to retrieve environment specific API properties from an existing API.okhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysGetAsync(String apiId, String envId, ApiCallback<Map<String, String>> _callback) get environment specific API properties (asynchronously) This operation can be used to retrieve environment specific API properties from an existing API.okhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysGetCall(String apiId, String envId, ApiCallback _callback) Build call for apisApiIdEnvironmentsEnvIdKeysGetApIsApi.apisApiIdEnvironmentsEnvIdKeysGetWithHttpInfo(String apiId, String envId) get environment specific API properties This operation can be used to retrieve environment specific API properties from an existing API.ApIsApi.apisApiIdEnvironmentsEnvIdKeysPut(String apiId, String envId, Map<String, String> requestBody) Update environment specific API properties This operation can be used to update the environment specific API properties of an existing API.okhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysPutAsync(String apiId, String envId, Map<String, String> requestBody, ApiCallback<Map<String, String>> _callback) Update environment specific API properties (asynchronously) This operation can be used to update the environment specific API properties of an existing API.okhttp3.CallApIsApi.apisApiIdEnvironmentsEnvIdKeysPutCall(String apiId, String envId, Map<String, String> requestBody, ApiCallback _callback) Build call for apisApiIdEnvironmentsEnvIdKeysPutApIsApi.apisApiIdEnvironmentsEnvIdKeysPutWithHttpInfo(String apiId, String envId, Map<String, String> requestBody) Update environment specific API properties This operation can be used to update the environment specific API properties of an existing API.voidSubscriptionsApi.blockSubscription(String subscriptionId, String blockState, String ifMatch) Block a Subscription This operation can be used to block a subscription.okhttp3.CallSubscriptionsApi.blockSubscriptionAsync(String subscriptionId, String blockState, String ifMatch, ApiCallback<Void> _callback) Block a Subscription (asynchronously) This operation can be used to block a subscription.okhttp3.CallSubscriptionsApi.blockSubscriptionCall(String subscriptionId, String blockState, String ifMatch, ApiCallback _callback) Build call for blockSubscriptionSubscriptionsApi.blockSubscriptionWithHttpInfo(String subscriptionId, String blockState, String ifMatch) Block a Subscription This operation can be used to block a subscription.ApiLifecycleApi.changeAPILifecycle(String action, String apiId, String lifecycleChecklist, String ifMatch) Change API Status This operation is used to change the lifecycle of an API.okhttp3.CallApiLifecycleApi.changeAPILifecycleAsync(String action, String apiId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change API Status (asynchronously) This operation is used to change the lifecycle of an API.okhttp3.CallApiLifecycleApi.changeAPILifecycleCall(String action, String apiId, String lifecycleChecklist, String ifMatch, ApiCallback _callback) Build call for changeAPILifecycleApiLifecycleApi.changeAPILifecycleWithHttpInfo(String action, String apiId, String lifecycleChecklist, String ifMatch) Change API Status This operation is used to change the lifecycle of an API.ApiProductLifecycleApi.changeAPIProductLifecycle(String action, String apiProductId, String lifecycleChecklist, String ifMatch) Change API Product LC Status This operation is used to change the lifecycle of an API Product.okhttp3.CallApiProductLifecycleApi.changeAPIProductLifecycleAsync(String action, String apiProductId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change API Product LC Status (asynchronously) This operation is used to change the lifecycle of an API Product.okhttp3.CallApiProductLifecycleApi.changeAPIProductLifecycleCall(String action, String apiProductId, String lifecycleChecklist, String ifMatch, ApiCallback _callback) Build call for changeAPIProductLifecycleApiProductLifecycleApi.changeAPIProductLifecycleWithHttpInfo(String action, String apiProductId, String lifecycleChecklist, String ifMatch) Change API Product LC Status This operation is used to change the lifecycle of an API Product.McpServerLifecycleApi.changeMCPServerLifecycle(String action, String mcpServerId, String lifecycleChecklist, String ifMatch) Change MCP Server Status This operation is used to change the lifecycle of a MCP server.okhttp3.CallMcpServerLifecycleApi.changeMCPServerLifecycleAsync(String action, String mcpServerId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change MCP Server Status (asynchronously) This operation is used to change the lifecycle of a MCP server.okhttp3.CallMcpServerLifecycleApi.changeMCPServerLifecycleCall(String action, String mcpServerId, String lifecycleChecklist, String ifMatch, ApiCallback _callback) Build call for changeMCPServerLifecycleMcpServerLifecycleApi.changeMCPServerLifecycleWithHttpInfo(String action, String mcpServerId, String lifecycleChecklist, String ifMatch) Change MCP Server Status This operation is used to change the lifecycle of a MCP server.voidSubscriptionsApi.changeSubscriptionBusinessPlan(String subscriptionId, String businessPlan, String ifMatch) Change subscription business plan This operation can be used to change the business plan of a subscription specifying the subscription Id and the business plan.okhttp3.CallSubscriptionsApi.changeSubscriptionBusinessPlanAsync(String subscriptionId, String businessPlan, String ifMatch, ApiCallback<Void> _callback) Change subscription business plan (asynchronously) This operation can be used to change the business plan of a subscription specifying the subscription Id and the business plan.okhttp3.CallSubscriptionsApi.changeSubscriptionBusinessPlanCall(String subscriptionId, String businessPlan, String ifMatch, ApiCallback _callback) Build call for changeSubscriptionBusinessPlanSubscriptionsApi.changeSubscriptionBusinessPlanWithHttpInfo(String subscriptionId, String businessPlan, String ifMatch) Change subscription business plan This operation can be used to change the business plan of a subscription specifying the subscription Id and the business plan.Create a New API This operation can be used to create a new API specifying the details of the API in the payload.okhttp3.CallApIsApi.createAPIAsync(APIDTO APIDTO, String openAPIVersion, ApiCallback<APIDTO> _callback) Create a New API (asynchronously) This operation can be used to create a new API specifying the details of the API in the payload.okhttp3.CallApIsApi.createAPICall(APIDTO APIDTO, String openAPIVersion, ApiCallback _callback) Build call for createAPIApiProductsApi.createAPIProduct(APIProductDTO apIProductDTO) Create a New API Product This operation can be used to create a new API Product specifying the details of the API Product in the payload.okhttp3.CallApiProductsApi.createAPIProductAsync(APIProductDTO apIProductDTO, ApiCallback<APIProductDTO> _callback) Create a New API Product (asynchronously) This operation can be used to create a new API Product specifying the details of the API Product in the payload.okhttp3.CallApiProductsApi.createAPIProductCall(APIProductDTO apIProductDTO, ApiCallback _callback) Build call for createAPIProductApiProductRevisionsApi.createAPIProductRevision(String apiProductId, APIRevisionDTO apIRevisionDTO) Create a new API Product revision Create a new API Product revisionokhttp3.CallApiProductRevisionsApi.createAPIProductRevisionAsync(String apiProductId, APIRevisionDTO apIRevisionDTO, ApiCallback<APIRevisionDTO> _callback) Create a new API Product revision (asynchronously) Create a new API Product revisionokhttp3.CallApiProductRevisionsApi.createAPIProductRevisionCall(String apiProductId, APIRevisionDTO apIRevisionDTO, ApiCallback _callback) Build call for createAPIProductRevisionApiProductRevisionsApi.createAPIProductRevisionWithHttpInfo(String apiProductId, APIRevisionDTO apIRevisionDTO) Create a new API Product revision Create a new API Product revisionApiProductsApi.createAPIProductWithHttpInfo(APIProductDTO apIProductDTO) Create a New API Product This operation can be used to create a new API Product specifying the details of the API Product in the payload.ApiRevisionsApi.createAPIRevision(String apiId, APIRevisionDTO apIRevisionDTO) Create API Revision Create a new API revisionokhttp3.CallApiRevisionsApi.createAPIRevisionAsync(String apiId, APIRevisionDTO apIRevisionDTO, ApiCallback<APIRevisionDTO> _callback) Create API Revision (asynchronously) Create a new API revisionokhttp3.CallApiRevisionsApi.createAPIRevisionCall(String apiId, APIRevisionDTO apIRevisionDTO, ApiCallback _callback) Build call for createAPIRevisionApiRevisionsApi.createAPIRevisionWithHttpInfo(String apiId, APIRevisionDTO apIRevisionDTO) Create API Revision Create a new API revisionApIsApi.createAPIWithHttpInfo(APIDTO APIDTO, String openAPIVersion) Create a New API This operation can be used to create a new API specifying the details of the API in the payload.McpServersApi.createMCPServerFromAPI(MCPServerDTO mcPServerDTO, String openAPIVersion) Create a New MCP Server This operation can be used to create a new MCP server using an existing API.okhttp3.CallMcpServersApi.createMCPServerFromAPIAsync(MCPServerDTO mcPServerDTO, String openAPIVersion, ApiCallback<MCPServerDTO> _callback) Create a New MCP Server (asynchronously) This operation can be used to create a new MCP server using an existing API.okhttp3.CallMcpServersApi.createMCPServerFromAPICall(MCPServerDTO mcPServerDTO, String openAPIVersion, ApiCallback _callback) Build call for createMCPServerFromAPIMcpServersApi.createMCPServerFromAPIWithHttpInfo(MCPServerDTO mcPServerDTO, String openAPIVersion) Create a New MCP Server This operation can be used to create a new MCP server using an existing API.McpServersApi.createMCPServerFromOpenAPI(File file, String url, String additionalProperties) Create a MCP server using an OpenAPI definition.okhttp3.CallMcpServersApi.createMCPServerFromOpenAPIAsync(File file, String url, String additionalProperties, ApiCallback<MCPServerDTO> _callback) Create a MCP server using an OpenAPI definition.okhttp3.CallMcpServersApi.createMCPServerFromOpenAPICall(File file, String url, String additionalProperties, ApiCallback _callback) Build call for createMCPServerFromOpenAPIMcpServersApi.createMCPServerFromOpenAPIWithHttpInfo(File file, String url, String additionalProperties) Create a MCP server using an OpenAPI definition.McpServersApi.createMCPServerProxy(MCPServerProxyRequestDTO mcPServerProxyRequestDTO) Create an MCP server by proxying a third-party MCP Server This operation can be used to create a MCP server using a third party MCP Server.okhttp3.CallMcpServersApi.createMCPServerProxyAsync(MCPServerProxyRequestDTO mcPServerProxyRequestDTO, ApiCallback<MCPServerDTO> _callback) Create an MCP server by proxying a third-party MCP Server (asynchronously) This operation can be used to create a MCP server using a third party MCP Server.okhttp3.CallMcpServersApi.createMCPServerProxyCall(MCPServerProxyRequestDTO mcPServerProxyRequestDTO, ApiCallback _callback) Build call for createMCPServerProxyMcpServersApi.createMCPServerProxyWithHttpInfo(MCPServerProxyRequestDTO mcPServerProxyRequestDTO) Create an MCP server by proxying a third-party MCP Server This operation can be used to create a MCP server using a third party MCP Server.McpServerRevisionsApi.createMCPServerRevision(String mcpServerId, APIRevisionDTO apIRevisionDTO) Create MCP Server Revision Create a new MCP Server revisionokhttp3.CallMcpServerRevisionsApi.createMCPServerRevisionAsync(String mcpServerId, APIRevisionDTO apIRevisionDTO, ApiCallback<APIRevisionDTO> _callback) Create MCP Server Revision (asynchronously) Create a new MCP Server revisionokhttp3.CallMcpServerRevisionsApi.createMCPServerRevisionCall(String mcpServerId, APIRevisionDTO apIRevisionDTO, ApiCallback _callback) Build call for createMCPServerRevisionMcpServerRevisionsApi.createMCPServerRevisionWithHttpInfo(String mcpServerId, APIRevisionDTO apIRevisionDTO) Create MCP Server Revision Create a new MCP Server revisionApiProductsApi.createNewAPIProductVersion(String newVersion, String apiProductId, Boolean defaultVersion) Create a New API Product Version This operation can be used to create a new version of an existing API Products.okhttp3.CallApiProductsApi.createNewAPIProductVersionAsync(String newVersion, String apiProductId, Boolean defaultVersion, ApiCallback<APIProductDTO> _callback) Create a New API Product Version (asynchronously) This operation can be used to create a new version of an existing API Products.okhttp3.CallApiProductsApi.createNewAPIProductVersionCall(String newVersion, String apiProductId, Boolean defaultVersion, ApiCallback _callback) Build call for createNewAPIProductVersionApiProductsApi.createNewAPIProductVersionWithHttpInfo(String newVersion, String apiProductId, Boolean defaultVersion) Create a New API Product Version This operation can be used to create a new version of an existing API Products.ApIsApi.createNewAPIVersion(String newVersion, String apiId, Boolean defaultVersion, String serviceVersion) Create a New API Version This operation can be used to create a new version of an existing API.okhttp3.CallApIsApi.createNewAPIVersionAsync(String newVersion, String apiId, Boolean defaultVersion, String serviceVersion, ApiCallback<APIDTO> _callback) Create a New API Version (asynchronously) This operation can be used to create a new version of an existing API.okhttp3.CallApIsApi.createNewAPIVersionCall(String newVersion, String apiId, Boolean defaultVersion, String serviceVersion, ApiCallback _callback) Build call for createNewAPIVersionApIsApi.createNewAPIVersionWithHttpInfo(String newVersion, String apiId, Boolean defaultVersion, String serviceVersion) Create a New API Version This operation can be used to create a new version of an existing API.McpServersApi.createNewMCPServerVersion(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion) Create a New MCP Server Version This operation can be used to create a new version of an existing MCP server.okhttp3.CallMcpServersApi.createNewMCPServerVersionAsync(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion, ApiCallback<MCPServerDTO> _callback) Create a New MCP Server Version (asynchronously) This operation can be used to create a new version of an existing MCP server.okhttp3.CallMcpServersApi.createNewMCPServerVersionCall(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion, ApiCallback _callback) Build call for createNewMCPServerVersionMcpServersApi.createNewMCPServerVersionWithHttpInfo(String newVersion, String mcpServerId, Boolean defaultVersion, String serviceVersion) Create a New MCP Server Version This operation can be used to create a new version of an existing MCP server.voidDelete an API This operation can be used to delete an existing API proving the Id of the API.okhttp3.CallApIsApi.deleteAPIAsync(String apiId, String ifMatch, ApiCallback<Void> _callback) Delete an API (asynchronously) This operation can be used to delete an existing API proving the Id of the API.okhttp3.CallApIsApi.deleteAPICall(String apiId, String ifMatch, ApiCallback _callback) Build call for deleteAPIvoidClientCertificatesApi.deleteAPIClientCertificateByAlias(String alias, String apiId) Delete a Certificate This operation can be used to delete an uploaded certificate.okhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByAliasAsync(String alias, String apiId, ApiCallback<Void> _callback) Delete a Certificate (asynchronously) This operation can be used to delete an uploaded certificate.okhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByAliasCall(String alias, String apiId, ApiCallback _callback) Build call for deleteAPIClientCertificateByAliasClientCertificatesApi.deleteAPIClientCertificateByAliasWithHttpInfo(String alias, String apiId) Delete a Certificate This operation can be used to delete an uploaded certificate.voidClientCertificatesApi.deleteAPIClientCertificateByKeyTypeAndAlias(String keyType, String alias, String apiId) Delete a Certificate of a Given Key Type This operation can be used to delete an uploaded certificate of a given key type.okhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, ApiCallback<Void> _callback) Delete a Certificate of a Given Key Type (asynchronously) This operation can be used to delete an uploaded certificate of a given key type.okhttp3.CallClientCertificatesApi.deleteAPIClientCertificateByKeyTypeAndAliasCall(String keyType, String alias, String apiId, ApiCallback _callback) Build call for deleteAPIClientCertificateByKeyTypeAndAliasClientCertificatesApi.deleteAPIClientCertificateByKeyTypeAndAliasWithHttpInfo(String keyType, String alias, String apiId) Delete a Certificate of a Given Key Type This operation can be used to delete an uploaded certificate of a given key type.voidApiDocumentsApi.deleteAPIDocument(String apiId, String documentId, String ifMatch) Delete a Document of an API This operation can be used to delete a document associated with an API.okhttp3.CallApiDocumentsApi.deleteAPIDocumentAsync(String apiId, String documentId, String ifMatch, ApiCallback<Void> _callback) Delete a Document of an API (asynchronously) This operation can be used to delete a document associated with an API.okhttp3.CallApiDocumentsApi.deleteAPIDocumentCall(String apiId, String documentId, String ifMatch, ApiCallback _callback) Build call for deleteAPIDocumentApiDocumentsApi.deleteAPIDocumentWithHttpInfo(String apiId, String documentId, String ifMatch) Delete a Document of an API This operation can be used to delete a document associated with an API.voidApiEndpointsApi.deleteApiEndpoint(String apiId, String endpointId) Delete an Endpoint This operation can be used to delete a API endpoint.okhttp3.CallApiEndpointsApi.deleteApiEndpointAsync(String apiId, String endpointId, ApiCallback<Void> _callback) Delete an Endpoint (asynchronously) This operation can be used to delete a API endpoint.okhttp3.CallApiEndpointsApi.deleteApiEndpointCall(String apiId, String endpointId, ApiCallback _callback) Build call for deleteApiEndpointApiEndpointsApi.deleteApiEndpointWithHttpInfo(String apiId, String endpointId) Delete an Endpoint This operation can be used to delete a API endpoint.voidApiLifecycleApi.deleteAPILifecycleStatePendingTasks(String apiId) Delete Pending Lifecycle State Change Tasks This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallApiLifecycleApi.deleteAPILifecycleStatePendingTasksAsync(String apiId, ApiCallback<Void> _callback) Delete Pending Lifecycle State Change Tasks (asynchronously) This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallApiLifecycleApi.deleteAPILifecycleStatePendingTasksCall(String apiId, ApiCallback _callback) Build call for deleteAPILifecycleStatePendingTasksApiLifecycleApi.deleteAPILifecycleStatePendingTasksWithHttpInfo(String apiId) Delete Pending Lifecycle State Change Tasks This operation can be used to remove pending lifecycle state change requests that are in pending statevoidApiProductsApi.deleteAPIProduct(String apiProductId, String ifMatch) Delete an API Product This operation can be used to delete an existing API Product proving the Id of the API Product.okhttp3.CallApiProductsApi.deleteAPIProductAsync(String apiProductId, String ifMatch, ApiCallback<Void> _callback) Delete an API Product (asynchronously) This operation can be used to delete an existing API Product proving the Id of the API Product.okhttp3.CallApiProductsApi.deleteAPIProductCall(String apiProductId, String ifMatch, ApiCallback _callback) Build call for deleteAPIProductvoidApiProductDocumentsApi.deleteAPIProductDocument(String apiProductId, String documentId, String ifMatch) Delete a Document of an API Product This operation can be used to delete a document associated with an API Product.okhttp3.CallApiProductDocumentsApi.deleteAPIProductDocumentAsync(String apiProductId, String documentId, String ifMatch, ApiCallback<Void> _callback) Delete a Document of an API Product (asynchronously) This operation can be used to delete a document associated with an API Product.okhttp3.CallApiProductDocumentsApi.deleteAPIProductDocumentCall(String apiProductId, String documentId, String ifMatch, ApiCallback _callback) Build call for deleteAPIProductDocumentApiProductDocumentsApi.deleteAPIProductDocumentWithHttpInfo(String apiProductId, String documentId, String ifMatch) Delete a Document of an API Product This operation can be used to delete a document associated with an API Product.voidApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasks(String apiProductId) Delete Pending Lifecycle State Change Tasks This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasksAsync(String apiProductId, ApiCallback<Void> _callback) Delete Pending Lifecycle State Change Tasks (asynchronously) This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasksCall(String apiProductId, ApiCallback _callback) Build call for deleteAPIProductLifecycleStatePendingTasksApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasksWithHttpInfo(String apiProductId) Delete Pending Lifecycle State Change Tasks This operation can be used to remove pending lifecycle state change requests that are in pending stateApiProductRevisionsApi.deleteAPIProductRevision(String apiProductId, String revisionId) Delete Revision Delete a revision of an API Productokhttp3.CallApiProductRevisionsApi.deleteAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIRevisionListDTO> _callback) Delete Revision (asynchronously) Delete a revision of an API Productokhttp3.CallApiProductRevisionsApi.deleteAPIProductRevisionCall(String apiProductId, String revisionId, ApiCallback _callback) Build call for deleteAPIProductRevisionApiProductRevisionsApi.deleteAPIProductRevisionWithHttpInfo(String apiProductId, String revisionId) Delete Revision Delete a revision of an API ProductApiProductsApi.deleteAPIProductWithHttpInfo(String apiProductId, String ifMatch) Delete an API Product This operation can be used to delete an existing API Product proving the Id of the API Product.ApiRevisionsApi.deleteAPIRevision(String apiId, String revisionId) Delete Revision Delete a revision of an APIokhttp3.CallApiRevisionsApi.deleteAPIRevisionAsync(String apiId, String revisionId, ApiCallback<APIRevisionListDTO> _callback) Delete Revision (asynchronously) Delete a revision of an APIokhttp3.CallApiRevisionsApi.deleteAPIRevisionCall(String apiId, String revisionId, ApiCallback _callback) Build call for deleteAPIRevisionvoidApiRevisionsApi.deleteAPIRevisionDeploymentPendingTask(String apiId, String revisionId, String envName) Delete Pending Revision Deployment Workflow Tasks This operation can be used to remove pending revision deployment requests that are in pending stateokhttp3.CallApiRevisionsApi.deleteAPIRevisionDeploymentPendingTaskAsync(String apiId, String revisionId, String envName, ApiCallback<Void> _callback) Delete Pending Revision Deployment Workflow Tasks (asynchronously) This operation can be used to remove pending revision deployment requests that are in pending stateokhttp3.CallApiRevisionsApi.deleteAPIRevisionDeploymentPendingTaskCall(String apiId, String revisionId, String envName, ApiCallback _callback) Build call for deleteAPIRevisionDeploymentPendingTaskApiRevisionsApi.deleteAPIRevisionDeploymentPendingTaskWithHttpInfo(String apiId, String revisionId, String envName) Delete Pending Revision Deployment Workflow Tasks This operation can be used to remove pending revision deployment requests that are in pending stateApiRevisionsApi.deleteAPIRevisionWithHttpInfo(String apiId, String revisionId) Delete Revision Delete a revision of an APIvoidApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyId(String apiId, String operationPolicyId) Delete an API Specific Operation Policy This operation can be used to delete an existing API specific opreation policy by providing the Id of the API and the Id of the policy.okhttp3.CallApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyIdAsync(String apiId, String operationPolicyId, ApiCallback<Void> _callback) Delete an API Specific Operation Policy (asynchronously) This operation can be used to delete an existing API specific opreation policy by providing the Id of the API and the Id of the policy.okhttp3.CallApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyIdCall(String apiId, String operationPolicyId, ApiCallback _callback) Build call for deleteAPISpecificOperationPolicyByPolicyIdApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyIdWithHttpInfo(String apiId, String operationPolicyId) Delete an API Specific Operation Policy This operation can be used to delete an existing API specific opreation policy by providing the Id of the API and the Id of the policy.ApIsApi.deleteAPIWithHttpInfo(String apiId, String ifMatch) Delete an API This operation can be used to delete an existing API proving the Id of the API.voidCommentsApi.deleteComment(String commentId, String apiId, String ifMatch) Delete an API Comment Remove a Commentokhttp3.CallCommentsApi.deleteCommentAsync(String commentId, String apiId, String ifMatch, ApiCallback<Void> _callback) Delete an API Comment (asynchronously) Remove a Commentokhttp3.CallCommentsApi.deleteCommentCall(String commentId, String apiId, String ifMatch, ApiCallback _callback) Build call for deleteCommentvoidCommentsApi.deleteCommentOfMCPServer(String commentId, String mcpServerId, String ifMatch) Delete a MCP Server Comment Remove a Commentokhttp3.CallCommentsApi.deleteCommentOfMCPServerAsync(String commentId, String mcpServerId, String ifMatch, ApiCallback<Void> _callback) Delete a MCP Server Comment (asynchronously) Remove a Commentokhttp3.CallCommentsApi.deleteCommentOfMCPServerCall(String commentId, String mcpServerId, String ifMatch, ApiCallback _callback) Build call for deleteCommentOfMCPServerCommentsApi.deleteCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, String ifMatch) Delete a MCP Server Comment Remove a CommentCommentsApi.deleteCommentWithHttpInfo(String commentId, String apiId, String ifMatch) Delete an API Comment Remove a CommentvoidOperationPoliciesApi.deleteCommonOperationPolicyByPolicyId(String operationPolicyId) Delete a common operation policy This operation can be used to delete an existing common opreation policy by providing the Id of the policy.okhttp3.CallOperationPoliciesApi.deleteCommonOperationPolicyByPolicyIdAsync(String operationPolicyId, ApiCallback<Void> _callback) Delete a common operation policy (asynchronously) This operation can be used to delete an existing common opreation policy by providing the Id of the policy.okhttp3.CallOperationPoliciesApi.deleteCommonOperationPolicyByPolicyIdCall(String operationPolicyId, ApiCallback _callback) Build call for deleteCommonOperationPolicyByPolicyIdOperationPoliciesApi.deleteCommonOperationPolicyByPolicyIdWithHttpInfo(String operationPolicyId) Delete a common operation policy This operation can be used to delete an existing common opreation policy by providing the Id of the policy.voidEndpointCertificatesApi.deleteEndpointCertificateByAlias(String alias) Delete a certificate.okhttp3.CallEndpointCertificatesApi.deleteEndpointCertificateByAliasAsync(String alias, ApiCallback<Void> _callback) Delete a certificate.okhttp3.CallEndpointCertificatesApi.deleteEndpointCertificateByAliasCall(String alias, ApiCallback _callback) Build call for deleteEndpointCertificateByAliasEndpointCertificatesApi.deleteEndpointCertificateByAliasWithHttpInfo(String alias) Delete a certificate.voidGatewayPoliciesApi.deleteGatewayPolicyByPolicyId(String gatewayPolicyMappingId) Delete a gateway policy mapping This operation can be used to delete an existing gateway policy mapping by providing the Id of the policy mapping.okhttp3.CallGatewayPoliciesApi.deleteGatewayPolicyByPolicyIdAsync(String gatewayPolicyMappingId, ApiCallback<Void> _callback) Delete a gateway policy mapping (asynchronously) This operation can be used to delete an existing gateway policy mapping by providing the Id of the policy mapping.okhttp3.CallGatewayPoliciesApi.deleteGatewayPolicyByPolicyIdCall(String gatewayPolicyMappingId, ApiCallback _callback) Build call for deleteGatewayPolicyByPolicyIdGatewayPoliciesApi.deleteGatewayPolicyByPolicyIdWithHttpInfo(String gatewayPolicyMappingId) Delete a gateway policy mapping This operation can be used to delete an existing gateway policy mapping by providing the Id of the policy mapping.voidMcpServersApi.deleteMCPServer(String mcpServerId, String ifMatch) Delete a MCP Server This operation can be used to delete a MCP server by providing the Id of the MCP server.okhttp3.CallMcpServersApi.deleteMCPServerAsync(String mcpServerId, String ifMatch, ApiCallback<Void> _callback) Delete a MCP Server (asynchronously) This operation can be used to delete a MCP server by providing the Id of the MCP server.okhttp3.CallMcpServersApi.deleteMCPServerCall(String mcpServerId, String ifMatch, ApiCallback _callback) Build call for deleteMCPServervoidMcpServerDocumentsApi.deleteMCPServerDocument(String mcpServerId, String documentId, String ifMatch) Delete a Document of a MCP Server This operation can be used to delete a document associated with a MCP server.okhttp3.CallMcpServerDocumentsApi.deleteMCPServerDocumentAsync(String mcpServerId, String documentId, String ifMatch, ApiCallback<Void> _callback) Delete a Document of a MCP Server (asynchronously) This operation can be used to delete a document associated with a MCP server.okhttp3.CallMcpServerDocumentsApi.deleteMCPServerDocumentCall(String mcpServerId, String documentId, String ifMatch, ApiCallback _callback) Build call for deleteMCPServerDocumentMcpServerDocumentsApi.deleteMCPServerDocumentWithHttpInfo(String mcpServerId, String documentId, String ifMatch) Delete a Document of a MCP Server This operation can be used to delete a document associated with a MCP server.voidMcpServerLifecycleApi.deleteMCPServerLifecycleStatePendingTasks(String mcpServerId) Delete Pending Lifecycle State Change Tasks This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallMcpServerLifecycleApi.deleteMCPServerLifecycleStatePendingTasksAsync(String mcpServerId, ApiCallback<Void> _callback) Delete Pending Lifecycle State Change Tasks (asynchronously) This operation can be used to remove pending lifecycle state change requests that are in pending stateokhttp3.CallMcpServerLifecycleApi.deleteMCPServerLifecycleStatePendingTasksCall(String mcpServerId, ApiCallback _callback) Build call for deleteMCPServerLifecycleStatePendingTasksMcpServerLifecycleApi.deleteMCPServerLifecycleStatePendingTasksWithHttpInfo(String mcpServerId) Delete Pending Lifecycle State Change Tasks This operation can be used to remove pending lifecycle state change requests that are in pending stateMcpServerRevisionsApi.deleteMCPServerRevision(String mcpServerId, String revisionId) Delete a MCP Server Revision Delete a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionAsync(String mcpServerId, String revisionId, ApiCallback<APIRevisionListDTO> _callback) Delete a MCP Server Revision (asynchronously) Delete a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionCall(String mcpServerId, String revisionId, ApiCallback _callback) Build call for deleteMCPServerRevisionvoidMcpServerRevisionsApi.deleteMCPServerRevisionDeploymentPendingTask(String mcpServerId, String revisionId, String envName) Delete Pending Revision Deployment Workflow Tasks This operation can be used to remove pending revision deployment requests that are in pending stateokhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionDeploymentPendingTaskAsync(String mcpServerId, String revisionId, String envName, ApiCallback<Void> _callback) Delete Pending Revision Deployment Workflow Tasks (asynchronously) This operation can be used to remove pending revision deployment requests that are in pending stateokhttp3.CallMcpServerRevisionsApi.deleteMCPServerRevisionDeploymentPendingTaskCall(String mcpServerId, String revisionId, String envName, ApiCallback _callback) Build call for deleteMCPServerRevisionDeploymentPendingTaskMcpServerRevisionsApi.deleteMCPServerRevisionDeploymentPendingTaskWithHttpInfo(String mcpServerId, String revisionId, String envName) Delete Pending Revision Deployment Workflow Tasks This operation can be used to remove pending revision deployment requests that are in pending stateMcpServerRevisionsApi.deleteMCPServerRevisionWithHttpInfo(String mcpServerId, String revisionId) Delete a MCP Server Revision Delete a revision of a MCP server.McpServersApi.deleteMCPServerWithHttpInfo(String mcpServerId, String ifMatch) Delete a MCP Server This operation can be used to delete a MCP server by providing the Id of the MCP server.voidScopesApi.deleteSharedScope(String scopeId) Delete a Shared Scope This operation can be used to delete a Shared Scope proving the Id of the scope.okhttp3.CallScopesApi.deleteSharedScopeAsync(String scopeId, ApiCallback<Void> _callback) Delete a Shared Scope (asynchronously) This operation can be used to delete a Shared Scope proving the Id of the scope.okhttp3.CallScopesApi.deleteSharedScopeCall(String scopeId, ApiCallback _callback) Build call for deleteSharedScopeScopesApi.deleteSharedScopeWithHttpInfo(String scopeId) Delete a Shared Scope This operation can be used to delete a Shared Scope proving the Id of the scope.voidApiProductRevisionsApi.deployAPIProductRevision(String apiProductId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) Deploy Revision Deploy an API Product Revisionokhttp3.CallApiProductRevisionsApi.deployAPIProductRevisionAsync(String apiProductId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) Deploy Revision (asynchronously) Deploy an API Product Revisionokhttp3.CallApiProductRevisionsApi.deployAPIProductRevisionCall(String apiProductId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for deployAPIProductRevisionApiProductRevisionsApi.deployAPIProductRevisionWithHttpInfo(String apiProductId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) Deploy Revision Deploy an API Product RevisionApiRevisionsApi.deployAPIRevision(String apiId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) Deploy Revision Deploy a revisionokhttp3.CallApiRevisionsApi.deployAPIRevisionAsync(String apiId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<List<APIRevisionDeploymentDTO>> _callback) Deploy Revision (asynchronously) Deploy a revisionokhttp3.CallApiRevisionsApi.deployAPIRevisionCall(String apiId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for deployAPIRevisionApiRevisionsApi.deployAPIRevisionWithHttpInfo(String apiId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) Deploy Revision Deploy a revisionMcpServerRevisionsApi.deployMCPServerRevision(String mcpServerId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) Deploy Revision Deploy a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.deployMCPServerRevisionAsync(String mcpServerId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<List<APIRevisionDeploymentDTO>> _callback) Deploy Revision (asynchronously) Deploy a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.deployMCPServerRevisionCall(String mcpServerId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for deployMCPServerRevisionMcpServerRevisionsApi.deployMCPServerRevisionWithHttpInfo(String mcpServerId, String revisionId, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) Deploy Revision Deploy a revision of a MCP server.CommentsApi.editCommentOfAPI(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO) Edit a comment Edit the individual commentokhttp3.CallCommentsApi.editCommentOfAPIAsync(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, ApiCallback<CommentDTO> _callback) Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi.editCommentOfAPICall(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO, ApiCallback _callback) Build call for editCommentOfAPICommentsApi.editCommentOfAPIWithHttpInfo(String commentId, String apiId, PatchRequestBodyDTO patchRequestBodyDTO) Edit a comment Edit the individual commentCommentsApi.editCommentOfMCPServer(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO) Edit a comment Edit the individual commentokhttp3.CallCommentsApi.editCommentOfMCPServerAsync(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO, ApiCallback<CommentDTO> _callback) Edit a comment (asynchronously) Edit the individual commentokhttp3.CallCommentsApi.editCommentOfMCPServerCall(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO, ApiCallback _callback) Build call for editCommentOfMCPServerCommentsApi.editCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, CommentRequestDTO commentRequestDTO) Edit a comment Edit the individual commentGatewayPoliciesApi.engageGlobalPolicy(String gatewayPolicyMappingId, List<GatewayPolicyDeploymentDTO> gatewayPolicyDeploymentDTO) Engage gateway policy mapping to the gateways This operation can be used to engage gateway policy mapping to the gateway/s.okhttp3.CallGatewayPoliciesApi.engageGlobalPolicyAsync(String gatewayPolicyMappingId, List<GatewayPolicyDeploymentDTO> gatewayPolicyDeploymentDTO, ApiCallback<List<GatewayPolicyDeploymentDTO>> _callback) Engage gateway policy mapping to the gateways (asynchronously) This operation can be used to engage gateway policy mapping to the gateway/s.okhttp3.CallGatewayPoliciesApi.engageGlobalPolicyCall(String gatewayPolicyMappingId, List<GatewayPolicyDeploymentDTO> gatewayPolicyDeploymentDTO, ApiCallback _callback) Build call for engageGlobalPolicyGatewayPoliciesApi.engageGlobalPolicyWithHttpInfo(String gatewayPolicyMappingId, List<GatewayPolicyDeploymentDTO> gatewayPolicyDeploymentDTO) Engage gateway policy mapping to the gateways This operation can be used to engage gateway policy mapping to the gateway/s.ImportExportApi.exportAPI(String apiId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision) Export an API This operation can be used to export the details of a particular API as a zip file.okhttp3.CallImportExportApi.exportAPIAsync(String apiId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, 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.CallImportExportApi.exportAPICall(String apiId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, ApiCallback _callback) Build call for exportAPIImportExportApi.exportAPIProduct(String name, String version, String providerName, String revisionNumber, String format, Boolean preserveStatus, Boolean latestRevision) Export an API Product This operation can be used to export the details of a particular API Product as a zip file.okhttp3.CallImportExportApi.exportAPIProductAsync(String name, String version, String providerName, String revisionNumber, String format, Boolean preserveStatus, Boolean latestRevision, 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.CallImportExportApi.exportAPIProductCall(String name, String version, String providerName, String revisionNumber, String format, Boolean preserveStatus, Boolean latestRevision, ApiCallback _callback) Build call for exportAPIProductImportExportApi.exportAPIProductWithHttpInfo(String name, String version, String providerName, String revisionNumber, String format, Boolean preserveStatus, Boolean latestRevision) Export an API Product This operation can be used to export the details of a particular API Product as a zip file.ImportExportApi.exportAPIWithHttpInfo(String apiId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision) Export an API This operation can be used to export the details of a particular API as a zip file.ImportExportApi.exportMCPServer(String mcpServerId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, String gatewayEnvironment, Boolean preserveCredentials) Export a MCP Server This operation can be used to export the details of a particular MCP server as a zip file.okhttp3.CallImportExportApi.exportMCPServerAsync(String mcpServerId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, String gatewayEnvironment, Boolean preserveCredentials, ApiCallback<File> _callback) Export a MCP Server (asynchronously) This operation can be used to export the details of a particular MCP server as a zip file.okhttp3.CallImportExportApi.exportMCPServerCall(String mcpServerId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, String gatewayEnvironment, Boolean preserveCredentials, ApiCallback _callback) Build call for exportMCPServerImportExportApi.exportMCPServerWithHttpInfo(String mcpServerId, String name, String version, String revisionNumber, String providerName, String format, Boolean preserveStatus, Boolean latestRevision, String gatewayEnvironment, Boolean preserveCredentials) Export a MCP Server This operation can be used to export the details of a particular MCP server as a zip file.ImportExportApi.exportOperationPolicy(String name, String version, String format) Export an API Policy by its name and version This operation provides you to export a preferred common API policyokhttp3.CallImportExportApi.exportOperationPolicyAsync(String name, String version, String format, ApiCallback<File> _callback) Export an API Policy by its name and version (asynchronously) This operation provides you to export a preferred common API policyokhttp3.CallImportExportApi.exportOperationPolicyCall(String name, String version, String format, ApiCallback _callback) Build call for exportOperationPolicyImportExportApi.exportOperationPolicyWithHttpInfo(String name, String version, String format) Export an API Policy by its name and version This operation provides you to export a preferred common API policyApIsApi.generateInternalAPIKey(String apiId) Generate internal API Key to invoke APIS.okhttp3.CallApIsApi.generateInternalAPIKeyAsync(String apiId, ApiCallback<APIKeyDTO> _callback) Generate internal API Key to invoke APIS.okhttp3.CallApIsApi.generateInternalAPIKeyCall(String apiId, ApiCallback _callback) Build call for generateInternalAPIKeyMcpServersApi.generateInternalAPIKeyMCPServer(String mcpServerId) Generate internal API Key to invoke MCP Server.okhttp3.CallMcpServersApi.generateInternalAPIKeyMCPServerAsync(String mcpServerId, ApiCallback<APIKeyDTO> _callback) Generate internal API Key to invoke MCP Server.okhttp3.CallMcpServersApi.generateInternalAPIKeyMCPServerCall(String mcpServerId, ApiCallback _callback) Build call for generateInternalAPIKeyMCPServerMcpServersApi.generateInternalAPIKeyMCPServerWithHttpInfo(String mcpServerId) Generate internal API Key to invoke MCP Server.ApIsApi.generateInternalAPIKeyWithHttpInfo(String apiId) Generate internal API Key to invoke APIS.ApIsApi.generateMockScripts(String apiId, String ifNoneMatch) Generate Mock Response Payloads This operation can be used to generate mock responses from examples of swagger definition of an API.okhttp3.CallApIsApi.generateMockScriptsAsync(String apiId, String ifNoneMatch, ApiCallback<String> _callback) Generate Mock Response Payloads (asynchronously) This operation can be used to generate mock responses from examples of swagger definition of an API.okhttp3.CallApIsApi.generateMockScriptsCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for generateMockScriptsApIsApi.generateMockScriptsWithHttpInfo(String apiId, String ifNoneMatch) Generate Mock Response Payloads This operation can be used to generate mock responses from examples of swagger definition of an API.AiServiceProviderApi.getAIServiceProvider(String aiServiceProviderId) Get AI Service Provider Get a AI Service ProviderAiServiceProviderApi.getAIServiceProviderApiDefinition(String aiServiceProviderId) Get AI Service Provider's API Definition Get AI Service Provider's API Definitionokhttp3.CallAiServiceProviderApi.getAIServiceProviderApiDefinitionAsync(String aiServiceProviderId, ApiCallback<String> _callback) Get AI Service Provider's API Definition (asynchronously) Get AI Service Provider's API Definitionokhttp3.CallAiServiceProviderApi.getAIServiceProviderApiDefinitionCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderApiDefinitionAiServiceProviderApi.getAIServiceProviderApiDefinitionWithHttpInfo(String aiServiceProviderId) Get AI Service Provider's API Definition Get AI Service Provider's API Definitionokhttp3.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 getAIServiceProviderAiServiceProviderApi.getAIServiceProviderEndpointConfiguration(String aiServiceProviderId) Get AI Service Provider's security configurations Get AI Service Provider's endpoint security configurationsokhttp3.CallAiServiceProviderApi.getAIServiceProviderEndpointConfigurationAsync(String aiServiceProviderId, ApiCallback<AIServiceProviderEndpointConfigurationDTO> _callback) Get AI Service Provider's security configurations (asynchronously) Get AI Service Provider's endpoint security configurationsokhttp3.CallAiServiceProviderApi.getAIServiceProviderEndpointConfigurationCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderEndpointConfigurationAiServiceProviderApi.getAIServiceProviderEndpointConfigurationWithHttpInfo(String aiServiceProviderId) Get AI Service Provider's security configurations Get AI Service Provider's endpoint security configurationsAiServiceProviderApi.getAIServiceProviderModels(String aiServiceProviderId) Get AI Service Provider's model list Get AI Service Provider's model listokhttp3.CallAiServiceProviderApi.getAIServiceProviderModelsAsync(String aiServiceProviderId, ApiCallback<List<ModelProviderDTO>> _callback) Get AI Service Provider's model list (asynchronously) Get AI Service Provider's model listokhttp3.CallAiServiceProviderApi.getAIServiceProviderModelsCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderModelsAiServiceProviderApi.getAIServiceProviderModelsWithHttpInfo(String aiServiceProviderId) Get AI Service Provider's model list Get AI Service Provider's model listAiServiceProvidersApi.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 ProviderApiCategoryCollectionApi.getAllAPICategories()Get all API categories Get all API categoriesokhttp3.CallApiCategoryCollectionApi.getAllAPICategoriesAsync(ApiCallback<APICategoryListDTO> _callback) Get all API categories (asynchronously) Get all API categoriesokhttp3.CallApiCategoryCollectionApi.getAllAPICategoriesCall(ApiCallback _callback) Build call for getAllAPICategoriesApiCategoryCollectionApi.getAllAPICategoriesWithHttpInfo()Get all API categories Get all API categoriesApiProductsApi.getAllAPIProducts(Integer limit, Integer offset, String query, String accept, String ifNoneMatch) Retrieve/Search API Products This operation provides you a list of available API Products qualifying under a given search condition.okhttp3.CallApiProductsApi.getAllAPIProductsAsync(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback<APIProductListDTO> _callback) Retrieve/Search API Products (asynchronously) This operation provides you a list of available API Products qualifying under a given search condition.okhttp3.CallApiProductsApi.getAllAPIProductsCall(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAllAPIProductsApiProductsApi.getAllAPIProductsWithHttpInfo(Integer limit, Integer offset, String query, String accept, String ifNoneMatch) Retrieve/Search API Products This operation provides you a list of available API Products qualifying under a given search condition.ApIsApi.getAllAPIs(Integer limit, Integer offset, String sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept) 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 sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback<APIListDTO> _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 sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback _callback) Build call for getAllAPIsApiOperationPoliciesApi.getAllAPISpecificOperationPolicies(String apiId, Integer limit, Integer offset, String query) Get all API specific operation policies for an API This operation provides you a list of all applicabale operation policies for an APIokhttp3.CallApiOperationPoliciesApi.getAllAPISpecificOperationPoliciesAsync(String apiId, Integer limit, Integer offset, String query, ApiCallback<OperationPolicyDataListDTO> _callback) Get all API specific operation policies for an API (asynchronously) This operation provides you a list of all applicabale operation policies for an APIokhttp3.CallApiOperationPoliciesApi.getAllAPISpecificOperationPoliciesCall(String apiId, Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getAllAPISpecificOperationPoliciesApiOperationPoliciesApi.getAllAPISpecificOperationPoliciesWithHttpInfo(String apiId, Integer limit, Integer offset, String query) Get all API specific operation policies for an API This operation provides you a list of all applicabale operation policies for an APIApIsApi.getAllAPIsWithHttpInfo(Integer limit, Integer offset, String sortBy, String sortOrder, String xWSO2Tenant, String query, String ifNoneMatch, String accept) Retrieve/Search APIs This operation provides you a list of available APIs qualifying under a given search condition.CommentsApi.getAllCommentsOfAPI(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve API Comments Get a list of Comments that are already added to APIsokhttp3.CallCommentsApi.getAllCommentsOfAPIAsync(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Retrieve API Comments (asynchronously) Get a list of Comments that are already added to APIsokhttp3.CallCommentsApi.getAllCommentsOfAPICall(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getAllCommentsOfAPICommentsApi.getAllCommentsOfAPIWithHttpInfo(String apiId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve API Comments Get a list of Comments that are already added to APIsCommentsApi.getAllCommentsOfMCPServer(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve MCP Server Comments Get a list of Comments that are already added to MCP Serverokhttp3.CallCommentsApi.getAllCommentsOfMCPServerAsync(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Retrieve MCP Server Comments (asynchronously) Get a list of Comments that are already added to MCP Serverokhttp3.CallCommentsApi.getAllCommentsOfMCPServerCall(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getAllCommentsOfMCPServerCommentsApi.getAllCommentsOfMCPServerWithHttpInfo(String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, Boolean includeCommenterInfo) Retrieve MCP Server Comments Get a list of Comments that are already added to MCP ServerOperationPoliciesApi.getAllCommonOperationPolicies(Integer limit, Integer offset, String query) Get all common operation policies to all the APIs This operation provides you a list of all common operation policies that can be used by any APIokhttp3.CallOperationPoliciesApi.getAllCommonOperationPoliciesAsync(Integer limit, Integer offset, String query, ApiCallback<OperationPolicyDataListDTO> _callback) Get all common operation policies to all the APIs (asynchronously) This operation provides you a list of all common operation policies that can be used by any APIokhttp3.CallOperationPoliciesApi.getAllCommonOperationPoliciesCall(Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getAllCommonOperationPoliciesOperationPoliciesApi.getAllCommonOperationPoliciesWithHttpInfo(Integer limit, Integer offset, String query) Get all common operation policies to all the APIs This operation provides you a list of all common operation policies that can be used by any APIExternalStoresApi.getAllExternalStores()Retrieve External Stores List to Publish an API Retrieve external stores list configured to publish an APIokhttp3.CallExternalStoresApi.getAllExternalStoresAsync(ApiCallback<ExternalStoreDTO> _callback) Retrieve External Stores List to Publish an API (asynchronously) Retrieve external stores list configured to publish an APIokhttp3.CallExternalStoresApi.getAllExternalStoresCall(ApiCallback _callback) Build call for getAllExternalStoresExternalStoresApi.getAllExternalStoresWithHttpInfo()Retrieve External Stores List to Publish an API Retrieve external stores list configured to publish an APIGatewayPoliciesApi.getAllGatewayPolicies(Integer limit, Integer offset, String query) Get all gateway policies mapping information This operation provides you a list of all gateway policies mapping information.okhttp3.CallGatewayPoliciesApi.getAllGatewayPoliciesAsync(Integer limit, Integer offset, String query, ApiCallback<GatewayPolicyMappingDataListDTO> _callback) Get all gateway policies mapping information (asynchronously) This operation provides you a list of all gateway policies mapping information.okhttp3.CallGatewayPoliciesApi.getAllGatewayPoliciesCall(Integer limit, Integer offset, String query, ApiCallback _callback) Build call for getAllGatewayPoliciesGatewayPoliciesApi.getAllGatewayPoliciesWithHttpInfo(Integer limit, Integer offset, String query) Get all gateway policies mapping information This operation provides you a list of all gateway policies mapping information.KeyManagersCollectionApi.getAllKeyManagers()Get All Key Managers Get all Key managersokhttp3.CallKeyManagersCollectionApi.getAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback) Get All Key Managers (asynchronously) Get all Key managersokhttp3.CallKeyManagersCollectionApi.getAllKeyManagersCall(ApiCallback _callback) Build call for getAllKeyManagersKeyManagersCollectionApi.getAllKeyManagersWithHttpInfo()Get All Key Managers Get all Key managersMcpServersApi.getAllMCPServers(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept) Retrieve/Search MCP Servers This operation provides you a list of available MCP servers qualifying under a given search condition.okhttp3.CallMcpServersApi.getAllMCPServersAsync(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback<APIListDTO> _callback) Retrieve/Search MCP Servers (asynchronously) This operation provides you a list of available MCP servers qualifying under a given search condition.okhttp3.CallMcpServersApi.getAllMCPServersCall(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept, ApiCallback _callback) Build call for getAllMCPServersMcpServersApi.getAllMCPServersWithHttpInfo(Integer limit, Integer offset, String xWSO2Tenant, String query, String ifNoneMatch, String accept) Retrieve/Search MCP Servers This operation provides you a list of available MCP servers qualifying under a given search condition.ExternalStoresApi.getAllPublishedExternalStoresByAPI(String apiId, String ifNoneMatch) Get the List of External Stores to which an API is Published This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.okhttp3.CallExternalStoresApi.getAllPublishedExternalStoresByAPIAsync(String apiId, String ifNoneMatch, ApiCallback<APIExternalStoreListDTO> _callback) Get the List of External Stores to which an API is Published (asynchronously) This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.okhttp3.CallExternalStoresApi.getAllPublishedExternalStoresByAPICall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAllPublishedExternalStoresByAPIExternalStoresApi.getAllPublishedExternalStoresByAPIWithHttpInfo(String apiId, String ifNoneMatch) Get the List of External Stores to which an API is Published This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.ThrottlingPoliciesApi.getAllThrottlingPolicies(String policyLevel, Integer limit, Integer offset, String ifNoneMatch) Get All Throttling Policies for the Given Type This operation can be used to list the available policies for a given policy level.okhttp3.CallThrottlingPoliciesApi.getAllThrottlingPoliciesAsync(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<ThrottlingPolicyListDTO> _callback) Get All Throttling Policies for the Given Type (asynchronously) This operation can be used to list the available policies for a given policy level.okhttp3.CallThrottlingPoliciesApi.getAllThrottlingPoliciesCall(String policyLevel, Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getAllThrottlingPoliciesThrottlingPoliciesApi.getAllThrottlingPoliciesWithHttpInfo(String policyLevel, Integer limit, Integer offset, String ifNoneMatch) Get All Throttling Policies for the Given Type This operation can be used to list the available policies for a given policy level.AwsLambdaIndividualApi.getAmazonResourceNamesOfAPI(String apiId) Retrieve the ARNs of AWS Lambda Functions This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.okhttp3.CallAwsLambdaIndividualApi.getAmazonResourceNamesOfAPIAsync(String apiId, ApiCallback<String> _callback) Retrieve the ARNs of AWS Lambda Functions (asynchronously) This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.okhttp3.CallAwsLambdaIndividualApi.getAmazonResourceNamesOfAPICall(String apiId, ApiCallback _callback) Build call for getAmazonResourceNamesOfAPIAwsLambdaIndividualApi.getAmazonResourceNamesOfAPIWithHttpInfo(String apiId) Retrieve the ARNs of AWS Lambda Functions This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.Get Details of an API Using this operation, you can retrieve complete details of a single API.okhttp3.CallApIsApi.getAPIAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<APIDTO> _callback) Get Details of an API (asynchronously) Using this operation, you can retrieve complete details of a single API.okhttp3.CallApIsApi.getAPICall(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) Build call for getAPIClientCertificatesApi.getAPIClientCertificateByAlias(String alias, String apiId) Get the Certificate Information This operation can be used to get the information about a certificate.okhttp3.CallClientCertificatesApi.getAPIClientCertificateByAliasAsync(String alias, String apiId, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information (asynchronously) This operation can be used to get the information about a certificate.okhttp3.CallClientCertificatesApi.getAPIClientCertificateByAliasCall(String alias, String apiId, ApiCallback _callback) Build call for getAPIClientCertificateByAliasClientCertificatesApi.getAPIClientCertificateByAliasWithHttpInfo(String alias, String apiId) Get the Certificate Information This operation can be used to get the information about a certificate.ClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAlias(String keyType, String alias, String apiId) Get the Certificate Information of a Given Key Type This operation can be used to get the information about a certificate of a given key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information of a Given Key Type (asynchronously) This operation can be used to get the information about a certificate of a given key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAliasCall(String keyType, String alias, String apiId, ApiCallback _callback) Build call for getAPIClientCertificateByKeyTypeAndAliasClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAliasWithHttpInfo(String keyType, String alias, String apiId) Get the Certificate Information of a Given Key Type This operation can be used to get the information about a certificate of a given key type.voidClientCertificatesApi.getAPIClientCertificateContentByAlias(String apiId, String alias) Download a Certificate This operation can be used to download a certificate which matches the given alias.okhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByAliasAsync(String apiId, String alias, ApiCallback<Void> _callback) Download a Certificate (asynchronously) This operation can be used to download a certificate which matches the given alias.okhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByAliasCall(String apiId, String alias, ApiCallback _callback) Build call for getAPIClientCertificateContentByAliasClientCertificatesApi.getAPIClientCertificateContentByAliasWithHttpInfo(String apiId, String alias) Download a Certificate This operation can be used to download a certificate which matches the given alias.voidClientCertificatesApi.getAPIClientCertificateContentByKeyTypeAndAlias(String apiId, String alias, String keyType) Download a Certificate of Given Key Type This operation can be used to download a certificate which matches the given alias and key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByKeyTypeAndAliasAsync(String apiId, String alias, String keyType, ApiCallback<Void> _callback) Download a Certificate of Given Key Type (asynchronously) This operation can be used to download a certificate which matches the given alias and key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificateContentByKeyTypeAndAliasCall(String apiId, String alias, String keyType, ApiCallback _callback) Build call for getAPIClientCertificateContentByKeyTypeAndAliasClientCertificatesApi.getAPIClientCertificateContentByKeyTypeAndAliasWithHttpInfo(String apiId, String alias, String keyType) Download a Certificate of Given Key Type This operation can be used to download a certificate which matches the given alias and key type.ClientCertificatesApi.getAPIClientCertificates(String apiId, Integer limit, Integer offset, String alias) Retrieve/ Search Uploaded Client Certificates This operation can be used to retrieve and search the uploaded client certificates.okhttp3.CallClientCertificatesApi.getAPIClientCertificatesAsync(String apiId, Integer limit, Integer offset, String alias, ApiCallback<ClientCertificatesDTO> _callback) Retrieve/ Search Uploaded Client Certificates (asynchronously) This operation can be used to retrieve and search the uploaded client certificates.ClientCertificatesApi.getAPIClientCertificatesByKeyType(String keyType, String apiId, Integer limit, Integer offset, String alias) Retrieve/ Search Uploaded Client Certificates of a given key type This operation can be used to retrieve and search the uploaded client certificates of a given key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificatesByKeyTypeAsync(String keyType, String apiId, Integer limit, Integer offset, String alias, ApiCallback<ClientCertificatesDTO> _callback) Retrieve/ Search Uploaded Client Certificates of a given key type (asynchronously) This operation can be used to retrieve and search the uploaded client certificates of a given key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificatesByKeyTypeCall(String keyType, String apiId, Integer limit, Integer offset, String alias, ApiCallback _callback) Build call for getAPIClientCertificatesByKeyTypeClientCertificatesApi.getAPIClientCertificatesByKeyTypeWithHttpInfo(String keyType, String apiId, Integer limit, Integer offset, String alias) Retrieve/ Search Uploaded Client Certificates of a given key type This operation can be used to retrieve and search the uploaded client certificates of a given key type.okhttp3.CallClientCertificatesApi.getAPIClientCertificatesCall(String apiId, Integer limit, Integer offset, String alias, ApiCallback _callback) Build call for getAPIClientCertificatesClientCertificatesApi.getAPIClientCertificatesWithHttpInfo(String apiId, Integer limit, Integer offset, String alias) Retrieve/ Search Uploaded Client Certificates This operation can be used to retrieve and search the uploaded client certificates.ApiDocumentsApi.getAPIDocumentByDocumentId(String apiId, String documentId, String ifNoneMatch) Get a Document of an API This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallApiDocumentsApi.getAPIDocumentByDocumentIdAsync(String apiId, String documentId, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of an API (asynchronously) This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallApiDocumentsApi.getAPIDocumentByDocumentIdCall(String apiId, String documentId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIDocumentByDocumentIdApiDocumentsApi.getAPIDocumentByDocumentIdWithHttpInfo(String apiId, String documentId, String ifNoneMatch) Get a Document of an API This operation can be used to retrieve a particular document's metadata associated with an API.ApiDocumentsApi.getAPIDocumentContentByDocumentId(String apiId, String documentId, String ifNoneMatch) Get the Content of an API Document This operation can be used to retrive the content of an API's document.okhttp3.CallApiDocumentsApi.getAPIDocumentContentByDocumentIdAsync(String apiId, String documentId, String ifNoneMatch, ApiCallback<String> _callback) Get the Content of an API Document (asynchronously) This operation can be used to retrive the content of an API's document.okhttp3.CallApiDocumentsApi.getAPIDocumentContentByDocumentIdCall(String apiId, String documentId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIDocumentContentByDocumentIdApiDocumentsApi.getAPIDocumentContentByDocumentIdWithHttpInfo(String apiId, String documentId, String ifNoneMatch) Get the Content of an API Document This operation can be used to retrive the content of an API's document.ApiDocumentsApi.getAPIDocuments(String apiId, Integer limit, Integer offset, String ifNoneMatch) Get a List of Documents of an API This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.okhttp3.CallApiDocumentsApi.getAPIDocumentsAsync(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) Get a List of Documents of an API (asynchronously) This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.okhttp3.CallApiDocumentsApi.getAPIDocumentsCall(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getAPIDocumentsApiDocumentsApi.getAPIDocumentsWithHttpInfo(String apiId, Integer limit, Integer offset, String ifNoneMatch) Get a List of Documents of an API This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.ApiEndpointsApi.getApiEndpoint(String apiId, String endpointId) Get an Endpoint This operation can be used to get an endpoint of an API by UUID.okhttp3.CallApiEndpointsApi.getApiEndpointAsync(String apiId, String endpointId, ApiCallback<APIEndpointDTO> _callback) Get an Endpoint (asynchronously) This operation can be used to get an endpoint of an API by UUID.okhttp3.CallApiEndpointsApi.getApiEndpointCall(String apiId, String endpointId, ApiCallback _callback) Build call for getApiEndpointApiEndpointsApi.getApiEndpoints(String apiId, Integer limit, Integer offset) Get all API Endpoints This operation can be used to get all the available endpoints of an API.okhttp3.CallApiEndpointsApi.getApiEndpointsAsync(String apiId, Integer limit, Integer offset, ApiCallback<APIEndpointListDTO> _callback) Get all API Endpoints (asynchronously) This operation can be used to get all the available endpoints of an API.okhttp3.CallApiEndpointsApi.getApiEndpointsCall(String apiId, Integer limit, Integer offset, ApiCallback _callback) Build call for getApiEndpointsApiEndpointsApi.getApiEndpointsWithHttpInfo(String apiId, Integer limit, Integer offset) Get all API Endpoints This operation can be used to get all the available endpoints of an API.ApiEndpointsApi.getApiEndpointWithHttpInfo(String apiId, String endpointId) Get an Endpoint This operation can be used to get an endpoint of an API by UUID.GraphQlSchemaIndividualApi.getAPIGraphQLSchema(String apiId, String accept, String ifNoneMatch) Get the Schema of a GraphQL API This operation can be used to retrieve the Schema definition of a GraphQL API.okhttp3.CallGraphQlSchemaIndividualApi.getAPIGraphQLSchemaAsync(String apiId, String accept, String ifNoneMatch, ApiCallback<GraphQLSchemaDTO> _callback) Get the Schema of a GraphQL API (asynchronously) This operation can be used to retrieve the Schema definition of a GraphQL API.okhttp3.CallGraphQlSchemaIndividualApi.getAPIGraphQLSchemaCall(String apiId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIGraphQLSchemaGraphQlSchemaIndividualApi.getAPIGraphQLSchemaWithHttpInfo(String apiId, String accept, String ifNoneMatch) Get the Schema of a GraphQL API This operation can be used to retrieve the Schema definition of a GraphQL API.ApiLifecycleApi.getAPILifecycleHistory(String apiId, String ifNoneMatch) Get Lifecycle State Change History of the API.okhttp3.CallApiLifecycleApi.getAPILifecycleHistoryAsync(String apiId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback) Get Lifecycle State Change History of the API.okhttp3.CallApiLifecycleApi.getAPILifecycleHistoryCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPILifecycleHistoryApiLifecycleApi.getAPILifecycleHistoryWithHttpInfo(String apiId, String ifNoneMatch) Get Lifecycle State Change History of the API.ApiLifecycleApi.getAPILifecycleState(String apiId, String ifNoneMatch) Get Lifecycle State Data of the API.okhttp3.CallApiLifecycleApi.getAPILifecycleStateAsync(String apiId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback) Get Lifecycle State Data of the API.okhttp3.CallApiLifecycleApi.getAPILifecycleStateCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPILifecycleStateApiLifecycleApi.getAPILifecycleStateWithHttpInfo(String apiId, String ifNoneMatch) Get Lifecycle State Data of the API.voidApiMonetizationApi.getAPIMonetization(String apiId) Get Monetization Status for each Tier in a Given API This operation can be used to get monetization status for each tier in a given APIokhttp3.CallApiMonetizationApi.getAPIMonetizationAsync(String apiId, ApiCallback<Void> _callback) Get Monetization Status for each Tier in a Given API (asynchronously) This operation can be used to get monetization status for each tier in a given APIokhttp3.CallApiMonetizationApi.getAPIMonetizationCall(String apiId, ApiCallback _callback) Build call for getAPIMonetizationApiMonetizationApi.getAPIMonetizationWithHttpInfo(String apiId) Get Monetization Status for each Tier in a Given API This operation can be used to get monetization status for each tier in a given APIApiProductsApi.getAPIProduct(String apiProductId, String accept, String ifNoneMatch) Get Details of an API Product Using this operation, you can retrieve complete details of a single API Product.okhttp3.CallApiProductsApi.getAPIProductAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<APIProductDTO> _callback) Get Details of an API Product (asynchronously) Using this operation, you can retrieve complete details of a single API Product.okhttp3.CallApiProductsApi.getAPIProductCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductApiProductDocumentsApi.getAPIProductDocument(String apiProductId, String documentId, String accept, String ifNoneMatch) Get a Document of an API Product This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentAsync(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of an API Product (asynchronously) This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentCall(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductDocumentvoidApiProductDocumentsApi.getAPIProductDocumentContent(String apiProductId, String documentId, String accept, String ifNoneMatch) Get the Content of an API Product Document This operation can be used to retrive the content of an API's document.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentContentAsync(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback<Void> _callback) Get the Content of an API Product Document (asynchronously) This operation can be used to retrive the content of an API's document.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentContentCall(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductDocumentContentApiProductDocumentsApi.getAPIProductDocumentContentWithHttpInfo(String apiProductId, String documentId, String accept, String ifNoneMatch) Get the Content of an API Product Document This operation can be used to retrive the content of an API's document.ApiProductDocumentsApi.getAPIProductDocuments(String apiProductId, Integer limit, Integer offset, String accept, String ifNoneMatch) Get a List of Documents of an API Product This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentsAsync(String apiProductId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) Get a List of Documents of an API Product (asynchronously) This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentsCall(String apiProductId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductDocumentsApiProductDocumentsApi.getAPIProductDocumentsWithHttpInfo(String apiProductId, Integer limit, Integer offset, String accept, String ifNoneMatch) Get a List of Documents of an API Product This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.ApiProductDocumentsApi.getAPIProductDocumentWithHttpInfo(String apiProductId, String documentId, String accept, String ifNoneMatch) Get a Document of an API Product This operation can be used to retrieve a particular document's metadata associated with an API.ApiProductLifecycleApi.getAPIProductLifecycleHistory(String apiProductId, String ifNoneMatch) Get Lifecycle State Change History of the API Products.okhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleHistoryAsync(String apiProductId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback) Get Lifecycle State Change History of the API Products.okhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleHistoryCall(String apiProductId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductLifecycleHistoryApiProductLifecycleApi.getAPIProductLifecycleHistoryWithHttpInfo(String apiProductId, String ifNoneMatch) Get Lifecycle State Change History of the API Products.ApiProductLifecycleApi.getAPIProductLifecycleState(String apiProductId, String ifNoneMatch) Get Lifecycle State Data of the API Product.okhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleStateAsync(String apiProductId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback) Get Lifecycle State Data of the API Product.okhttp3.CallApiProductLifecycleApi.getAPIProductLifecycleStateCall(String apiProductId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductLifecycleStateApiProductLifecycleApi.getAPIProductLifecycleStateWithHttpInfo(String apiProductId, String ifNoneMatch) Get Lifecycle State Data of the API Product.ApiProductRevisionsApi.getAPIProductRevision(String apiProductId, String revisionId) Retrieve Revision Retrieve a revision of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIRevisionDTO> _callback) Retrieve Revision (asynchronously) Retrieve a revision of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionCall(String apiProductId, String revisionId, ApiCallback _callback) Build call for getAPIProductRevisionApiProductRevisionsApi.getAPIProductRevisionDeployments(String apiProductId) List Deployments List available deployed revision deployment details of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionDeploymentsAsync(String apiProductId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionDeploymentsCall(String apiProductId, ApiCallback _callback) Build call for getAPIProductRevisionDeploymentsApiProductRevisionsApi.getAPIProductRevisionDeploymentsWithHttpInfo(String apiProductId) List Deployments List available deployed revision deployment details of an API ProductApiProductRevisionsApi.getAPIProductRevisions(String apiProductId, String query) List Revisions List available revisions of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionsAsync(String apiProductId, String query, ApiCallback<APIRevisionListDTO> _callback) List Revisions (asynchronously) List available revisions of an API Productokhttp3.CallApiProductRevisionsApi.getAPIProductRevisionsCall(String apiProductId, String query, ApiCallback _callback) Build call for getAPIProductRevisionsApiProductRevisionsApi.getAPIProductRevisionsWithHttpInfo(String apiProductId, String query) List Revisions List available revisions of an API ProductApiProductRevisionsApi.getAPIProductRevisionWithHttpInfo(String apiProductId, String revisionId) Retrieve Revision Retrieve a revision of an API ProductApiProductsApi.getAPIProductSwagger(String apiProductId, String accept, String ifNoneMatch) Get Swagger Definition This operation can be used to retrieve the swagger definition of an API.okhttp3.CallApiProductsApi.getAPIProductSwaggerAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<String> _callback) Get Swagger Definition (asynchronously) This operation can be used to retrieve the swagger definition of an API.okhttp3.CallApiProductsApi.getAPIProductSwaggerCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductSwaggerApiProductsApi.getAPIProductSwaggerWithHttpInfo(String apiProductId, String accept, String ifNoneMatch) Get Swagger Definition This operation can be used to retrieve the swagger definition of an API.voidApiProductsApi.getAPIProductThumbnail(String apiProductId, String accept, String ifNoneMatch) Get Thumbnail Image This operation can be used to download a thumbnail image of an API product.okhttp3.CallApiProductsApi.getAPIProductThumbnailAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<Void> _callback) Get Thumbnail Image (asynchronously) This operation can be used to download a thumbnail image of an API product.okhttp3.CallApiProductsApi.getAPIProductThumbnailCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getAPIProductThumbnailApiProductsApi.getAPIProductThumbnailWithHttpInfo(String apiProductId, String accept, String ifNoneMatch) Get Thumbnail Image This operation can be used to download a thumbnail image of an API product.ApiProductsApi.getAPIProductWithHttpInfo(String apiProductId, String accept, String ifNoneMatch) Get Details of an API Product Using this operation, you can retrieve complete details of a single API Product.ApIsApi.getAPIResourcePaths(String apiId, Integer limit, Integer offset, String ifNoneMatch) Get Resource Paths of an API This operation can be used to retrieve resource paths defined for a specific api.okhttp3.CallApIsApi.getAPIResourcePathsAsync(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<ResourcePathListDTO> _callback) Get Resource Paths of an API (asynchronously) This operation can be used to retrieve resource paths defined for a specific api.okhttp3.CallApIsApi.getAPIResourcePathsCall(String apiId, Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getAPIResourcePathsApIsApi.getAPIResourcePathsWithHttpInfo(String apiId, Integer limit, Integer offset, String ifNoneMatch) Get Resource Paths of an API This operation can be used to retrieve resource paths defined for a specific api.ApiResourcePoliciesApi.getAPIResourcePolicies(String apiId, String sequenceType, String resourcePath, String verb, String ifNoneMatch) Get the Resource Policy(inflow/outflow) Definitions This operation can be used to retrieve conversion policy resource definitions of an API.okhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesAsync(String apiId, String sequenceType, String resourcePath, String verb, String ifNoneMatch, ApiCallback<ResourcePolicyListDTO> _callback) Get the Resource Policy(inflow/outflow) Definitions (asynchronously) This operation can be used to retrieve conversion policy resource definitions of an API.ApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyId(String apiId, String resourcePolicyId, String ifNoneMatch) Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.okhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdAsync(String apiId, String resourcePolicyId, String ifNoneMatch, ApiCallback<ResourcePolicyInfoDTO> _callback) Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.okhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdCall(String apiId, String resourcePolicyId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIResourcePoliciesByPolicyIdApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdWithHttpInfo(String apiId, String resourcePolicyId, String ifNoneMatch) Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.okhttp3.CallApiResourcePoliciesApi.getAPIResourcePoliciesCall(String apiId, String sequenceType, String resourcePath, String verb, String ifNoneMatch, ApiCallback _callback) Build call for getAPIResourcePoliciesApiResourcePoliciesApi.getAPIResourcePoliciesWithHttpInfo(String apiId, String sequenceType, String resourcePath, String verb, String ifNoneMatch) Get the Resource Policy(inflow/outflow) Definitions This operation can be used to retrieve conversion policy resource definitions of an API.ApiMonetizationApi.getAPIRevenue(String apiId) Get Total Revenue Details of a Given Monetized API with Meterd Billing This operation can be used to get details of total revenue details of a given monetized API with meterd billing.okhttp3.CallApiMonetizationApi.getAPIRevenueAsync(String apiId, ApiCallback<APIRevenueDTO> _callback) Get Total Revenue Details of a Given Monetized API with Meterd Billing (asynchronously) This operation can be used to get details of total revenue details of a given monetized API with meterd billing.okhttp3.CallApiMonetizationApi.getAPIRevenueCall(String apiId, ApiCallback _callback) Build call for getAPIRevenueApiMonetizationApi.getAPIRevenueWithHttpInfo(String apiId) Get Total Revenue Details of a Given Monetized API with Meterd Billing This operation can be used to get details of total revenue details of a given monetized API with meterd billing.ApiRevisionsApi.getAPIRevision(String apiId, String revisionId) Retrieve Revision Retrieve a revision of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionAsync(String apiId, String revisionId, ApiCallback<APIRevisionDTO> _callback) Retrieve Revision (asynchronously) Retrieve a revision of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionCall(String apiId, String revisionId, ApiCallback _callback) Build call for getAPIRevisionApiRevisionsApi.getAPIRevisionDeployments(String apiId) List Deployments List available deployed revision deployment details of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionDeploymentsAsync(String apiId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionDeploymentsCall(String apiId, ApiCallback _callback) Build call for getAPIRevisionDeploymentsApiRevisionsApi.getAPIRevisionDeploymentsWithHttpInfo(String apiId) List Deployments List available deployed revision deployment details of an APIApiRevisionsApi.getAPIRevisions(String apiId, String query) List Revisions List available revisions of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionsAsync(String apiId, String query, ApiCallback<APIRevisionListDTO> _callback) List Revisions (asynchronously) List available revisions of an APIokhttp3.CallApiRevisionsApi.getAPIRevisionsCall(String apiId, String query, ApiCallback _callback) Build call for getAPIRevisionsApiRevisionsApi.getAPIRevisionsWithHttpInfo(String apiId, String query) List Revisions List available revisions of an APIApiRevisionsApi.getAPIRevisionWithHttpInfo(String apiId, String revisionId) Retrieve Revision Retrieve a revision of an APIApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyId(String apiId, String operationPolicyId) Download an API Specific Operation Policy This operation can be used to download a particular API specific operation policy.okhttp3.CallApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyIdAsync(String apiId, String operationPolicyId, ApiCallback<File> _callback) Download an API Specific Operation Policy (asynchronously) This operation can be used to download a particular API specific operation policy.okhttp3.CallApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyIdCall(String apiId, String operationPolicyId, ApiCallback _callback) Build call for getAPISpecificOperationPolicyContentByPolicyIdApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyIdWithHttpInfo(String apiId, String operationPolicyId) Download an API Specific Operation Policy This operation can be used to download a particular API specific operation policy.ApIsApi.getAPISubscriptionPolicies(String apiId, String xWSO2Tenant, String ifNoneMatch) Get Details of the Subscription Throttling Policies of an API This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.okhttp3.CallApIsApi.getAPISubscriptionPoliciesAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of the Subscription Throttling Policies of an API (asynchronously) This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.okhttp3.CallApIsApi.getAPISubscriptionPoliciesCall(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) Build call for getAPISubscriptionPoliciesApIsApi.getAPISubscriptionPoliciesWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch) Get Details of the Subscription Throttling Policies of an API This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.ApIsApi.getAPISwagger(String apiId, String ifNoneMatch) Get Swagger Definition This operation can be used to retrieve the swagger definition of an API.okhttp3.CallApIsApi.getAPISwaggerAsync(String apiId, String ifNoneMatch, ApiCallback<String> _callback) Get Swagger Definition (asynchronously) This operation can be used to retrieve the swagger definition of an API.okhttp3.CallApIsApi.getAPISwaggerCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPISwaggerApIsApi.getAPISwaggerWithHttpInfo(String apiId, String ifNoneMatch) Get Swagger Definition This operation can be used to retrieve the swagger definition of an API.voidApIsApi.getAPIThumbnail(String apiId, String ifNoneMatch) Get Thumbnail Image This operation can be used to download a thumbnail image of an API.okhttp3.CallApIsApi.getAPIThumbnailAsync(String apiId, String ifNoneMatch, ApiCallback<Void> _callback) Get Thumbnail Image (asynchronously) This operation can be used to download a thumbnail image of an API.okhttp3.CallApIsApi.getAPIThumbnailCall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getAPIThumbnailApIsApi.getAPIThumbnailWithHttpInfo(String apiId, String ifNoneMatch) Get Thumbnail Image This operation can be used to download a thumbnail image of an API.ApIsApi.getAPIWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch) Get Details of an API Using this operation, you can retrieve complete details of a single API.ApiAuditApi.getAuditReportOfAPI(String apiId, String accept) Retrieve the Security Audit Report of the Audit API Retrieve the Security Audit Report of the Audit APIokhttp3.CallApiAuditApi.getAuditReportOfAPIAsync(String apiId, String accept, ApiCallback<AuditReportDTO> _callback) Retrieve the Security Audit Report of the Audit API (asynchronously) Retrieve the Security Audit Report of the Audit APIokhttp3.CallApiAuditApi.getAuditReportOfAPICall(String apiId, String accept, ApiCallback _callback) Build call for getAuditReportOfAPIApiAuditApi.getAuditReportOfAPIWithHttpInfo(String apiId, String accept) Retrieve the Security Audit Report of the Audit API Retrieve the Security Audit Report of the Audit APIEndpointCertificatesApi.getCertificateUsageByAlias(String alias, Integer limit, Integer offset) Retrieve all the APIs that use a given certificate by the alias This operation can be used to retrieve/identify apis that use a known certificate.okhttp3.CallEndpointCertificatesApi.getCertificateUsageByAliasAsync(String alias, Integer limit, Integer offset, ApiCallback<APIMetadataListDTO> _callback) Retrieve all the APIs that use a given certificate by the alias (asynchronously) This operation can be used to retrieve/identify apis that use a known certificate.okhttp3.CallEndpointCertificatesApi.getCertificateUsageByAliasCall(String alias, Integer limit, Integer offset, ApiCallback _callback) Build call for getCertificateUsageByAliasEndpointCertificatesApi.getCertificateUsageByAliasWithHttpInfo(String alias, Integer limit, Integer offset) Retrieve all the APIs that use a given certificate by the alias This operation can be used to retrieve/identify apis that use a known certificate.CommentsApi.getCommentOfAPI(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset) Get Details of an API Comment Get the individual comment given by a username for a certain API.okhttp3.CallCommentsApi.getCommentOfAPIAsync(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback<CommentDTO> _callback) Get Details of an API Comment (asynchronously) Get the individual comment given by a username for a certain API.okhttp3.CallCommentsApi.getCommentOfAPICall(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback _callback) Build call for getCommentOfAPICommentsApi.getCommentOfAPIWithHttpInfo(String commentId, String apiId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset) Get Details of an API Comment Get the individual comment given by a username for a certain API.CommentsApi.getCommentOfMCPServer(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset) Get Details of an API Comment Get the individual comment given by a username for a certain MCP Server.okhttp3.CallCommentsApi.getCommentOfMCPServerAsync(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback<CommentDTO> _callback) Get Details of an API Comment (asynchronously) Get the individual comment given by a username for a certain MCP Server.okhttp3.CallCommentsApi.getCommentOfMCPServerCall(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset, ApiCallback _callback) Build call for getCommentOfMCPServerCommentsApi.getCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean includeCommenterInfo, Integer replyLimit, Integer replyOffset) Get Details of an API Comment Get the individual comment given by a username for a certain MCP Server.OperationPoliciesApi.getCommonOperationPolicyByPolicyId(String operationPolicyId) Get the details of a common operation policy by providing policy ID This operation can be used to retrieve a particular common operation policy.okhttp3.CallOperationPoliciesApi.getCommonOperationPolicyByPolicyIdAsync(String operationPolicyId, ApiCallback<OperationPolicyDataDTO> _callback) Get the details of a common operation policy by providing policy ID (asynchronously) This operation can be used to retrieve a particular common operation policy.okhttp3.CallOperationPoliciesApi.getCommonOperationPolicyByPolicyIdCall(String operationPolicyId, ApiCallback _callback) Build call for getCommonOperationPolicyByPolicyIdOperationPoliciesApi.getCommonOperationPolicyByPolicyIdWithHttpInfo(String operationPolicyId) Get the details of a common operation policy by providing policy ID This operation can be used to retrieve a particular common operation policy.OperationPoliciesApi.getCommonOperationPolicyContentByPolicyId(String operationPolicyId) Download a common operation policy This operation can be used to download a selected common operation policy.okhttp3.CallOperationPoliciesApi.getCommonOperationPolicyContentByPolicyIdAsync(String operationPolicyId, ApiCallback<File> _callback) Download a common operation policy (asynchronously) This operation can be used to download a selected common operation policy.okhttp3.CallOperationPoliciesApi.getCommonOperationPolicyContentByPolicyIdCall(String operationPolicyId, ApiCallback _callback) Build call for getCommonOperationPolicyContentByPolicyIdOperationPoliciesApi.getCommonOperationPolicyContentByPolicyIdWithHttpInfo(String operationPolicyId) Download a common operation policy This operation can be used to download a selected common operation policy.EndpointCertificatesApi.getEndpointCertificateByAlias(String alias) Get the Certificate Information This operation can be used to get the information about a certificate.okhttp3.CallEndpointCertificatesApi.getEndpointCertificateByAliasAsync(String alias, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information (asynchronously) This operation can be used to get the information about a certificate.okhttp3.CallEndpointCertificatesApi.getEndpointCertificateByAliasCall(String alias, ApiCallback _callback) Build call for getEndpointCertificateByAliasEndpointCertificatesApi.getEndpointCertificateByAliasWithHttpInfo(String alias) Get the Certificate Information This operation can be used to get the information about a certificate.voidEndpointCertificatesApi.getEndpointCertificateContentByAlias(String alias) Download a Certificate This operation can be used to download a certificate which matches the given alias.okhttp3.CallEndpointCertificatesApi.getEndpointCertificateContentByAliasAsync(String alias, ApiCallback<Void> _callback) Download a Certificate (asynchronously) This operation can be used to download a certificate which matches the given alias.okhttp3.CallEndpointCertificatesApi.getEndpointCertificateContentByAliasCall(String alias, ApiCallback _callback) Build call for getEndpointCertificateContentByAliasEndpointCertificatesApi.getEndpointCertificateContentByAliasWithHttpInfo(String alias) Download a Certificate This operation can be used to download a certificate which matches the given alias.EndpointCertificatesApi.getEndpointCertificates(Integer limit, Integer offset, String alias, String endpoint) Retrieve/Search Uploaded Certificates This operation can be used to retrieve and search the uploaded certificates.okhttp3.CallEndpointCertificatesApi.getEndpointCertificatesAsync(Integer limit, Integer offset, String alias, String endpoint, ApiCallback<CertificatesDTO> _callback) Retrieve/Search Uploaded Certificates (asynchronously) This operation can be used to retrieve and search the uploaded certificates.okhttp3.CallEndpointCertificatesApi.getEndpointCertificatesCall(Integer limit, Integer offset, String alias, String endpoint, ApiCallback _callback) Build call for getEndpointCertificatesEndpointCertificatesApi.getEndpointCertificatesWithHttpInfo(Integer limit, Integer offset, String alias, String endpoint) Retrieve/Search Uploaded Certificates This operation can be used to retrieve and search the uploaded certificates.GatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingId(String gatewayPolicyMappingId) Retrieve information of a selected gateway policy mapping This operation can be used to retrieve information of a selected gateway policy mapping.okhttp3.CallGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingIdAsync(String gatewayPolicyMappingId, ApiCallback<GatewayPolicyMappingsDTO> _callback) Retrieve information of a selected gateway policy mapping (asynchronously) This operation can be used to retrieve information of a selected gateway policy mapping.okhttp3.CallGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingIdCall(String gatewayPolicyMappingId, ApiCallback _callback) Build call for getGatewayPolicyMappingContentByPolicyMappingIdGatewayPoliciesApi.getGatewayPolicyMappingContentByPolicyMappingIdWithHttpInfo(String gatewayPolicyMappingId) Retrieve information of a selected gateway policy mapping This operation can be used to retrieve information of a selected gateway policy mapping.ApIsApi.getGeneratedMockScriptsOfAPI(String apiId, String ifNoneMatch) Get Generated Mock Response Payloads This operation can be used to get generated mock responses from examples of swagger definition of an API.okhttp3.CallApIsApi.getGeneratedMockScriptsOfAPIAsync(String apiId, String ifNoneMatch, ApiCallback<MockResponsePayloadListDTO> _callback) Get Generated Mock Response Payloads (asynchronously) This operation can be used to get generated mock responses from examples of swagger definition of an API.okhttp3.CallApIsApi.getGeneratedMockScriptsOfAPICall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getGeneratedMockScriptsOfAPIApIsApi.getGeneratedMockScriptsOfAPIWithHttpInfo(String apiId, String ifNoneMatch) Get Generated Mock Response Payloads This operation can be used to get generated mock responses from examples of swagger definition of an API.GraphQlPoliciesApi.getGraphQLPolicyComplexityOfAPI(String apiId) Get the Complexity Related Details of an API This operation can be used to retrieve complexity related details belonging to an API by providing the API id.okhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityOfAPIAsync(String apiId, ApiCallback<GraphQLQueryComplexityInfoDTO> _callback) Get the Complexity Related Details of an API (asynchronously) This operation can be used to retrieve complexity related details belonging to an API by providing the API id.okhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityOfAPICall(String apiId, ApiCallback _callback) Build call for getGraphQLPolicyComplexityOfAPIGraphQlPoliciesApi.getGraphQLPolicyComplexityOfAPIWithHttpInfo(String apiId) Get the Complexity Related Details of an API This operation can be used to retrieve complexity related details belonging to an API by providing the API id.GraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPI(String apiId) Retrieve Types and Fields of a GraphQL Schema This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.okhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPIAsync(String apiId, ApiCallback<GraphQLSchemaTypeListDTO> _callback) Retrieve Types and Fields of a GraphQL Schema (asynchronously) This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.okhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPICall(String apiId, ApiCallback _callback) Build call for getGraphQLPolicyComplexityTypesOfAPIGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPIWithHttpInfo(String apiId) Retrieve Types and Fields of a GraphQL Schema This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.ApiProductsApi.getIsAPIProductOutdated(String apiProductId, String accept, String ifNoneMatch) Check Whether API Product is Outdated This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment)okhttp3.CallApiProductsApi.getIsAPIProductOutdatedAsync(String apiProductId, String accept, String ifNoneMatch, ApiCallback<APIProductOutdatedStatusDTO> _callback) Check Whether API Product is Outdated (asynchronously) This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment)okhttp3.CallApiProductsApi.getIsAPIProductOutdatedCall(String apiProductId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getIsAPIProductOutdatedApiProductsApi.getIsAPIProductOutdatedWithHttpInfo(String apiProductId, String accept, String ifNoneMatch) Check Whether API Product is Outdated This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment)LinterCustomRulesApi.getLinterCustomRules()Get linter custom rules.okhttp3.CallLinterCustomRulesApi.getLinterCustomRulesAsync(ApiCallback<String> _callback) Get linter custom rules.okhttp3.CallLinterCustomRulesApi.getLinterCustomRulesCall(ApiCallback _callback) Build call for getLinterCustomRulesLinterCustomRulesApi.getLinterCustomRulesWithHttpInfo()Get linter custom rules.McpServersApi.getMCPServer(String mcpServerId, String xWSO2Tenant, String ifNoneMatch) Get Details of an MCP Server Using this operation, you can retrieve complete details of a single API.okhttp3.CallMcpServersApi.getMCPServerAsync(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<MCPServerDTO> _callback) Get Details of an MCP Server (asynchronously) Using this operation, you can retrieve complete details of a single API.McpServerBackendsApi.getMCPServerBackend(String mcpServerId, String backendId) Get backends of a MCP Server This operation can be used to get a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.getMCPServerBackendAsync(String mcpServerId, String backendId, ApiCallback<BackendDTO> _callback) Get backends of a MCP Server (asynchronously) This operation can be used to get a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.getMCPServerBackendCall(String mcpServerId, String backendId, ApiCallback _callback) Build call for getMCPServerBackendMcpServerBackendsApi.getMCPServerBackends(String mcpServerId) Get a list of backends of a MCP Server This operation can be used to get a list of backends of a MCP server by the MCP Server UUID.okhttp3.CallMcpServerBackendsApi.getMCPServerBackendsAsync(String mcpServerId, ApiCallback<BackendListDTO> _callback) Get a list of backends of a MCP Server (asynchronously) This operation can be used to get a list of backends of a MCP server by the MCP Server UUID.okhttp3.CallMcpServerBackendsApi.getMCPServerBackendsCall(String mcpServerId, ApiCallback _callback) Build call for getMCPServerBackendsMcpServerBackendsApi.getMCPServerBackendsWithHttpInfo(String mcpServerId) Get a list of backends of a MCP Server This operation can be used to get a list of backends of a MCP server by the MCP Server UUID.McpServerBackendsApi.getMCPServerBackendWithHttpInfo(String mcpServerId, String backendId) Get backends of a MCP Server This operation can be used to get a backend of a MCP Serverokhttp3.CallMcpServersApi.getMCPServerCall(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerMcpServerDocumentsApi.getMCPServerDocument(String mcpServerId, String documentId, String accept, String ifNoneMatch) Get a Document of a MCP Server This operation can be used to retrieve a particular document's metadata associated with a MCP server.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentAsync(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of a MCP Server (asynchronously) This operation can be used to retrieve a particular document's metadata associated with a MCP server.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentCall(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerDocumentvoidMcpServerDocumentsApi.getMCPServerDocumentContent(String mcpServerId, String documentId, String accept, String ifNoneMatch) Get the Content of a MCP Server Document This operation can be used to retrieve the content of a MCP server's document.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentContentAsync(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback<Void> _callback) Get the Content of a MCP Server Document (asynchronously) This operation can be used to retrieve the content of a MCP server's document.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentContentCall(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerDocumentContentMcpServerDocumentsApi.getMCPServerDocumentContentWithHttpInfo(String mcpServerId, String documentId, String accept, String ifNoneMatch) Get the Content of a MCP Server Document This operation can be used to retrieve the content of a MCP server's document.McpServerDocumentsApi.getMCPServerDocuments(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch) Get a List of Documents of a MCP Server This operation can be used to retrieve a list of documents belonging to a MCP server by providing the ID of the MCP server.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentsAsync(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) Get a List of Documents of a MCP Server (asynchronously) This operation can be used to retrieve a list of documents belonging to a MCP server by providing the ID of the MCP server.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentsCall(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerDocumentsMcpServerDocumentsApi.getMCPServerDocumentsWithHttpInfo(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch) Get a List of Documents of a MCP Server This operation can be used to retrieve a list of documents belonging to a MCP server by providing the ID of the MCP server.McpServerDocumentsApi.getMCPServerDocumentWithHttpInfo(String mcpServerId, String documentId, String accept, String ifNoneMatch) Get a Document of a MCP Server This operation can be used to retrieve a particular document's metadata associated with a MCP server.McpServerLifecycleApi.getMCPServerLifecycleHistory(String mcpServerId, String ifNoneMatch) Get Lifecycle State Change History of a MCP Server This operation can be used to retrieve Lifecycle state change history of a MCP server.okhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleHistoryAsync(String mcpServerId, String ifNoneMatch, ApiCallback<LifecycleHistoryDTO> _callback) Get Lifecycle State Change History of a MCP Server (asynchronously) This operation can be used to retrieve Lifecycle state change history of a MCP server.okhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleHistoryCall(String mcpServerId, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerLifecycleHistoryMcpServerLifecycleApi.getMCPServerLifecycleHistoryWithHttpInfo(String mcpServerId, String ifNoneMatch) Get Lifecycle State Change History of a MCP Server This operation can be used to retrieve Lifecycle state change history of a MCP server.McpServerLifecycleApi.getMCPServerLifecycleState(String mcpServerId, String ifNoneMatch) Get Lifecycle State Data of a MCP server.okhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleStateAsync(String mcpServerId, String ifNoneMatch, ApiCallback<LifecycleStateDTO> _callback) Get Lifecycle State Data of a MCP server.okhttp3.CallMcpServerLifecycleApi.getMCPServerLifecycleStateCall(String mcpServerId, String ifNoneMatch, ApiCallback _callback) Build call for getMCPServerLifecycleStateMcpServerLifecycleApi.getMCPServerLifecycleStateWithHttpInfo(String mcpServerId, String ifNoneMatch) Get Lifecycle State Data of a MCP server.McpServerRevisionsApi.getMCPServerRevision(String mcpServerId, String revisionId) Retrieve revision of a MCP Server.okhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionAsync(String mcpServerId, String revisionId, ApiCallback<APIRevisionDTO> _callback) Retrieve revision of a MCP Server.okhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionCall(String mcpServerId, String revisionId, ApiCallback _callback) Build call for getMCPServerRevisionMcpServerRevisionsApi.getMCPServerRevisionDeployments(String mcpServerId) List Deployments List available deployed revision deployment details of a MCP Serverokhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionDeploymentsAsync(String mcpServerId, ApiCallback<APIRevisionDeploymentListDTO> _callback) List Deployments (asynchronously) List available deployed revision deployment details of a MCP Serverokhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionDeploymentsCall(String mcpServerId, ApiCallback _callback) Build call for getMCPServerRevisionDeploymentsMcpServerRevisionsApi.getMCPServerRevisionDeploymentsWithHttpInfo(String mcpServerId) List Deployments List available deployed revision deployment details of a MCP ServerMcpServerRevisionsApi.getMCPServerRevisions(String mcpServerId, String query) List Revisions List available revisions of a MCP server.okhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionsAsync(String mcpServerId, String query, ApiCallback<APIRevisionListDTO> _callback) List Revisions (asynchronously) List available revisions of a MCP server.okhttp3.CallMcpServerRevisionsApi.getMCPServerRevisionsCall(String mcpServerId, String query, ApiCallback _callback) Build call for getMCPServerRevisionsMcpServerRevisionsApi.getMCPServerRevisionsWithHttpInfo(String mcpServerId, String query) List Revisions List available revisions of a MCP server.McpServerRevisionsApi.getMCPServerRevisionWithHttpInfo(String mcpServerId, String revisionId) Retrieve revision of a MCP Server.McpServersApi.getMCPServerSubscriptionPolicies(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID) Get Details of the Subscription Throttling Policies of a MCP Server This operation can be used to retrieve details of the subscription throttling policy of a MCP server by specifying the API Id.okhttp3.CallMcpServersApi.getMCPServerSubscriptionPoliciesAsync(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of the Subscription Throttling Policies of a MCP Server (asynchronously) This operation can be used to retrieve details of the subscription throttling policy of a MCP server by specifying the API Id.okhttp3.CallMcpServersApi.getMCPServerSubscriptionPoliciesCall(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID, ApiCallback _callback) Build call for getMCPServerSubscriptionPoliciesMcpServersApi.getMCPServerSubscriptionPoliciesWithHttpInfo(String mcpServerId, String xWSO2Tenant, String ifNoneMatch, Boolean isAiApi, String organizationID) Get Details of the Subscription Throttling Policies of a MCP Server This operation can be used to retrieve details of the subscription throttling policy of a MCP server by specifying the API Id.ApIsApi.getMCPServerUsage(String apiId) Retrieve MCP Server(s) that uses the given API This operation can be used to retrieve/identify MCP Server(s) that uses the API given by the `apiId` parameter.okhttp3.CallApIsApi.getMCPServerUsageAsync(String apiId, ApiCallback<MCPServerMetadataListDTO> _callback) Retrieve MCP Server(s) that uses the given API (asynchronously) This operation can be used to retrieve/identify MCP Server(s) that uses the API given by the `apiId` parameter.okhttp3.CallApIsApi.getMCPServerUsageCall(String apiId, ApiCallback _callback) Build call for getMCPServerUsageApIsApi.getMCPServerUsageWithHttpInfo(String apiId) Retrieve MCP Server(s) that uses the given API This operation can be used to retrieve/identify MCP Server(s) that uses the API given by the `apiId` parameter.McpServersApi.getMCPServerWithHttpInfo(String mcpServerId, String xWSO2Tenant, String ifNoneMatch) Get Details of an MCP Server Using this operation, you can retrieve complete details of a single API.ApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyId(String apiId, String operationPolicyId) Get policy details of an API specific policy This operation can be used to retrieve a particular API specific operation policy.okhttp3.CallApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyIdAsync(String apiId, String operationPolicyId, ApiCallback<OperationPolicyDataDTO> _callback) Get policy details of an API specific policy (asynchronously) This operation can be used to retrieve a particular API specific operation policy.okhttp3.CallApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyIdCall(String apiId, String operationPolicyId, ApiCallback _callback) Build call for getOperationPolicyForAPIByPolicyIdApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyIdWithHttpInfo(String apiId, String operationPolicyId) Get policy details of an API specific policy This operation can be used to retrieve a particular API specific operation policy.CommentsApi.getRepliesOfComment(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo) Get replies of a comment Get replies of a commentokhttp3.CallCommentsApi.getRepliesOfCommentAsync(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Get replies of a comment (asynchronously) Get replies of a commentokhttp3.CallCommentsApi.getRepliesOfCommentCall(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getRepliesOfCommentCommentsApi.getRepliesOfCommentOfMCPServer(String commentId, String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo) Get replies of a comment Get replies of a commentokhttp3.CallCommentsApi.getRepliesOfCommentOfMCPServerAsync(String commentId, String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback<CommentListDTO> _callback) Get replies of a comment (asynchronously) Get replies of a commentokhttp3.CallCommentsApi.getRepliesOfCommentOfMCPServerCall(String commentId, String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo, ApiCallback _callback) Build call for getRepliesOfCommentOfMCPServerCommentsApi.getRepliesOfCommentOfMCPServerWithHttpInfo(String commentId, String mcpServerId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo) Get replies of a comment Get replies of a commentCommentsApi.getRepliesOfCommentWithHttpInfo(String commentId, String apiId, String xWSO2Tenant, Integer limit, Integer offset, String ifNoneMatch, Boolean includeCommenterInfo) Get replies of a comment Get replies of a commentApIsApi.getSequenceBackendContent(String type, String apiId) Get Sequence of Custom Backend This operation can be used to get Sequence of the Custom Backendokhttp3.CallApIsApi.getSequenceBackendContentAsync(String type, String apiId, ApiCallback<File> _callback) Get Sequence of Custom Backend (asynchronously) This operation can be used to get Sequence of the Custom Backendokhttp3.CallApIsApi.getSequenceBackendContentCall(String type, String apiId, ApiCallback _callback) Build call for getSequenceBackendContentApIsApi.getSequenceBackendContentWithHttpInfo(String type, String apiId) Get Sequence of Custom Backend This operation can be used to get Sequence of the Custom BackendApIsApi.getSequenceBackendData(String apiId) Get Sequence Backends of the API This operation can be used to get Sequence Backend data of the APIokhttp3.CallApIsApi.getSequenceBackendDataAsync(String apiId, ApiCallback<SequenceBackendListDTO> _callback) Get Sequence Backends of the API (asynchronously) This operation can be used to get Sequence Backend data of the APIokhttp3.CallApIsApi.getSequenceBackendDataCall(String apiId, ApiCallback _callback) Build call for getSequenceBackendDataApIsApi.getSequenceBackendDataWithHttpInfo(String apiId) Get Sequence Backends of the API This operation can be used to get Sequence Backend data of the APISettingsApi.getSettings()Retreive Publisher Settings Retreive publisher settingsokhttp3.CallSettingsApi.getSettingsAsync(ApiCallback<SettingsDTO> _callback) Retreive Publisher Settings (asynchronously) Retreive publisher settingsokhttp3.CallSettingsApi.getSettingsCall(ApiCallback _callback) Build call for getSettingsSettingsApi.getSettingsWithHttpInfo()Retreive Publisher Settings Retreive publisher settingsScopesApi.getSharedScope(String scopeId) Get a Shared Scope by Scope Id This operation can be used to retrieve details of a Shared Scope by a given scope Id.okhttp3.CallScopesApi.getSharedScopeAsync(String scopeId, ApiCallback<ScopeDTO> _callback) Get a Shared Scope by Scope Id (asynchronously) This operation can be used to retrieve details of a Shared Scope by a given scope Id.okhttp3.CallScopesApi.getSharedScopeCall(String scopeId, ApiCallback _callback) Build call for getSharedScopeScopesApi.getSharedScopes(Integer limit, Integer offset) Get All Available Shared Scopes This operation can be used to get all the available Shared Scopes.okhttp3.CallScopesApi.getSharedScopesAsync(Integer limit, Integer offset, ApiCallback<ScopeListDTO> _callback) Get All Available Shared Scopes (asynchronously) This operation can be used to get all the available Shared Scopes.okhttp3.CallScopesApi.getSharedScopesCall(Integer limit, Integer offset, ApiCallback _callback) Build call for getSharedScopesScopesApi.getSharedScopesWithHttpInfo(Integer limit, Integer offset) Get All Available Shared Scopes This operation can be used to get all the available Shared Scopes.ScopesApi.getSharedScopeUsages(String scopeId) Get usages of a Shared Scope by Scope Id This operation can be used to retrieve usages of a Shared Scope by a given scope Id.okhttp3.CallScopesApi.getSharedScopeUsagesAsync(String scopeId, ApiCallback<SharedScopeUsageDTO> _callback) Get usages of a Shared Scope by Scope Id (asynchronously) This operation can be used to retrieve usages of a Shared Scope by a given scope Id.okhttp3.CallScopesApi.getSharedScopeUsagesCall(String scopeId, ApiCallback _callback) Build call for getSharedScopeUsagesScopesApi.getSharedScopeUsagesWithHttpInfo(String scopeId) Get usages of a Shared Scope by Scope Id This operation can be used to retrieve usages of a Shared Scope by a given scope Id.ScopesApi.getSharedScopeWithHttpInfo(String scopeId) Get a Shared Scope by Scope Id This operation can be used to retrieve details of a Shared Scope by a given scope Id.SubscriberApi.getSubscriberInfoBySubscriptionId(String subscriptionId) Get Details of a Subscriber This operation can be used to get details of a user who subscribed to the API.okhttp3.CallSubscriberApi.getSubscriberInfoBySubscriptionIdAsync(String subscriptionId, ApiCallback<SubscriberInfoDTO> _callback) Get Details of a Subscriber (asynchronously) This operation can be used to get details of a user who subscribed to the API.okhttp3.CallSubscriberApi.getSubscriberInfoBySubscriptionIdCall(String subscriptionId, ApiCallback _callback) Build call for getSubscriberInfoBySubscriptionIdSubscriberApi.getSubscriberInfoBySubscriptionIdWithHttpInfo(String subscriptionId) Get Details of a Subscriber This operation can be used to get details of a user who subscribed to the API.SubscriptionsApi.getSubscriptions(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query) Get all Subscriptions This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.okhttp3.CallSubscriptionsApi.getSubscriptionsAsync(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query, ApiCallback<SubscriptionListDTO> _callback) Get all Subscriptions (asynchronously) This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.okhttp3.CallSubscriptionsApi.getSubscriptionsCall(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query, ApiCallback _callback) Build call for getSubscriptionsSubscriptionsApi.getSubscriptionsWithHttpInfo(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query) Get all Subscriptions This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.ThrottlingPoliciesApi.getSubscriptionThrottlingPolicies(Integer limit, Integer offset, String ifNoneMatch) Get streaming throttling policies This operation can be used to list the available streaming subscription policiesokhttp3.CallThrottlingPoliciesApi.getSubscriptionThrottlingPoliciesAsync(Integer limit, Integer offset, String ifNoneMatch, ApiCallback<SubscriptionPolicyListDTO> _callback) Get streaming throttling policies (asynchronously) This operation can be used to list the available streaming subscription policiesokhttp3.CallThrottlingPoliciesApi.getSubscriptionThrottlingPoliciesCall(Integer limit, Integer offset, String ifNoneMatch, ApiCallback _callback) Build call for getSubscriptionThrottlingPoliciesThrottlingPoliciesApi.getSubscriptionThrottlingPoliciesWithHttpInfo(Integer limit, Integer offset, String ifNoneMatch) Get streaming throttling policies This operation can be used to list the available streaming subscription policiesApiMonetizationApi.getSubscriptionUsage(String subscriptionId) Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.okhttp3.CallApiMonetizationApi.getSubscriptionUsageAsync(String subscriptionId, ApiCallback<APIMonetizationUsageDTO> _callback) Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.okhttp3.CallApiMonetizationApi.getSubscriptionUsageCall(String subscriptionId, ApiCallback _callback) Build call for getSubscriptionUsageApiMonetizationApi.getSubscriptionUsageWithHttpInfo(String subscriptionId) Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.voidTenantsApi.getTenantExistence(String tenantDomain) Check Whether the Given Tenant already Exists Using this operation, user can check whether a given tenant exists or not.okhttp3.CallTenantsApi.getTenantExistenceAsync(String tenantDomain, ApiCallback<Void> _callback) Check Whether the Given Tenant already Exists (asynchronously) Using this operation, user can check whether a given tenant exists or not.okhttp3.CallTenantsApi.getTenantExistenceCall(String tenantDomain, ApiCallback _callback) Build call for getTenantExistenceTenantsApi.getTenantExistenceWithHttpInfo(String tenantDomain) Check Whether the Given Tenant already Exists Using this operation, user can check whether a given tenant exists or not.TenantsApi.getTenantsByState(String state, Integer limit, Integer offset) Get Tenants by State This operation is to get tenants by stateokhttp3.CallTenantsApi.getTenantsByStateAsync(String state, Integer limit, Integer offset, ApiCallback<TenantListDTO> _callback) Get Tenants by State (asynchronously) This operation is to get tenants by stateokhttp3.CallTenantsApi.getTenantsByStateCall(String state, Integer limit, Integer offset, ApiCallback _callback) Build call for getTenantsByStateTenantsApi.getTenantsByStateWithHttpInfo(String state, Integer limit, Integer offset) Get Tenants by State This operation is to get tenants by stateThrottlingPoliciesApi.getThrottlingPolicyByName(String policyName, String policyLevel, String ifNoneMatch) Get Details of a Policy This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.okhttp3.CallThrottlingPoliciesApi.getThrottlingPolicyByNameAsync(String policyName, String policyLevel, String ifNoneMatch, ApiCallback<ThrottlingPolicyDTO> _callback) Get Details of a Policy (asynchronously) This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.okhttp3.CallThrottlingPoliciesApi.getThrottlingPolicyByNameCall(String policyName, String policyLevel, String ifNoneMatch, ApiCallback _callback) Build call for getThrottlingPolicyByNameThrottlingPoliciesApi.getThrottlingPolicyByNameWithHttpInfo(String policyName, String policyLevel, String ifNoneMatch) Get Details of a Policy This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.ApIsApi.getWSDLInfoOfAPI(String apiId) Get WSDL Meta Information This operation can be used to retrieve the WSDL meta information of an API.okhttp3.CallApIsApi.getWSDLInfoOfAPIAsync(String apiId, ApiCallback<WSDLInfoDTO> _callback) Get WSDL Meta Information (asynchronously) This operation can be used to retrieve the WSDL meta information of an API.okhttp3.CallApIsApi.getWSDLInfoOfAPICall(String apiId, ApiCallback _callback) Build call for getWSDLInfoOfAPIApIsApi.getWSDLInfoOfAPIWithHttpInfo(String apiId) Get WSDL Meta Information This operation can be used to retrieve the WSDL meta information of an API.voidApIsApi.getWSDLOfAPI(String apiId, String ifNoneMatch) Get WSDL definition This operation can be used to retrieve the WSDL definition of an API.okhttp3.CallApIsApi.getWSDLOfAPIAsync(String apiId, String ifNoneMatch, ApiCallback<Void> _callback) Get WSDL definition (asynchronously) This operation can be used to retrieve the WSDL definition of an API.okhttp3.CallApIsApi.getWSDLOfAPICall(String apiId, String ifNoneMatch, ApiCallback _callback) Build call for getWSDLOfAPIApIsApi.getWSDLOfAPIWithHttpInfo(String apiId, String ifNoneMatch) Get WSDL definition This operation can be used to retrieve the WSDL definition of an API.voidImportExportApi.importAPI(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite) Import an API This operation can be used to import an API.okhttp3.CallImportExportApi.importAPIAsync(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, ApiCallback<Void> _callback) Import an API (asynchronously) This operation can be used to import an API.okhttp3.CallImportExportApi.importAPICall(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, ApiCallback _callback) Build call for importAPIvoidImportExportApi.importAPIProduct(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs) Import an API Product This operation can be used to import an API Product.okhttp3.CallImportExportApi.importAPIProductAsync(File file, Boolean preserveProvider, Boolean rotateRevision, 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.CallImportExportApi.importAPIProductCall(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs, ApiCallback _callback) Build call for importAPIProductImportExportApi.importAPIProductWithHttpInfo(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs) Import an API Product This operation can be used to import an API Product.ImportExportApi.importAPIWithHttpInfo(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite) Import an API This operation can be used to import an API.ApIsApi.importAsyncAPISpecification(File file, String url, String additionalProperties) import an AsyncAPI Specification This operation can be used to create and API from the AsyncAPI Specification.okhttp3.CallApIsApi.importAsyncAPISpecificationAsync(File file, String url, String additionalProperties, ApiCallback<APIDTO> _callback) import an AsyncAPI Specification (asynchronously) This operation can be used to create and API from the AsyncAPI Specification.okhttp3.CallApIsApi.importAsyncAPISpecificationCall(File file, String url, String additionalProperties, ApiCallback _callback) Build call for importAsyncAPISpecificationApIsApi.importAsyncAPISpecificationWithHttpInfo(File file, String url, String additionalProperties) import an AsyncAPI Specification This operation can be used to create and API from the AsyncAPI Specification.ApIsApi.importGraphQLSchema(String ifMatch, String type, File file, String url, String schema, String additionalProperties) Import a GraphQL SDL This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schemaokhttp3.CallApIsApi.importGraphQLSchemaAsync(String ifMatch, String type, File file, String url, String schema, String additionalProperties, ApiCallback<APIDTO> _callback) Import a GraphQL SDL (asynchronously) This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schemaokhttp3.CallApIsApi.importGraphQLSchemaCall(String ifMatch, String type, File file, String url, String schema, String additionalProperties, ApiCallback _callback) Build call for importGraphQLSchemaApIsApi.importGraphQLSchemaWithHttpInfo(String ifMatch, String type, File file, String url, String schema, String additionalProperties) Import a GraphQL SDL This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL SchemaImportExportApi.importMCPServer(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, Boolean preservePortalConfigurations, Boolean dryRun, String accept) Import a MCP Server This operation can be used to import a MCP server.okhttp3.CallImportExportApi.importMCPServerAsync(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, Boolean preservePortalConfigurations, Boolean dryRun, String accept, ApiCallback<String> _callback) Import a MCP Server (asynchronously) This operation can be used to import a MCP server.okhttp3.CallImportExportApi.importMCPServerCall(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, Boolean preservePortalConfigurations, Boolean dryRun, String accept, ApiCallback _callback) Build call for importMCPServerImportExportApi.importMCPServerWithHttpInfo(File file, Boolean preserveProvider, Boolean rotateRevision, Boolean overwrite, Boolean preservePortalConfigurations, Boolean dryRun, String accept) Import a MCP Server This operation can be used to import a MCP server.ApIsApi.importOpenAPIDefinition(File file, String url, String additionalProperties, String inlineAPIDefinition) Import an OpenAPI Definition This operation can be used to create an API from an OpenAPI definition.okhttp3.CallApIsApi.importOpenAPIDefinitionAsync(File file, String url, String additionalProperties, String inlineAPIDefinition, ApiCallback<APIDTO> _callback) Import an OpenAPI Definition (asynchronously) This operation can be used to create an API from an OpenAPI definition.okhttp3.CallApIsApi.importOpenAPIDefinitionCall(File file, String url, String additionalProperties, String inlineAPIDefinition, ApiCallback _callback) Build call for importOpenAPIDefinitionApIsApi.importOpenAPIDefinitionWithHttpInfo(File file, String url, String additionalProperties, String inlineAPIDefinition) Import an OpenAPI Definition This operation can be used to create an API from an OpenAPI definition.voidImportExportApi.importOperationPolicy(File file) Import an API Policy This operation can be used to import an API Policy.okhttp3.CallImportExportApi.importOperationPolicyAsync(File file, ApiCallback<Void> _callback) Import an API Policy (asynchronously) This operation can be used to import an API Policy.okhttp3.CallImportExportApi.importOperationPolicyCall(File file, ApiCallback _callback) Build call for importOperationPolicyImportExportApi.importOperationPolicyWithHttpInfo(File file) Import an API Policy This operation can be used to import an API Policy.ApIsApi.importServiceFromCatalog(String serviceKey, APIDTO APIDTO) Import a Service from Service Catalog This operation can be used to create an API from a Service from Service Catalogokhttp3.CallApIsApi.importServiceFromCatalogAsync(String serviceKey, APIDTO APIDTO, ApiCallback<APIDTO> _callback) Import a Service from Service Catalog (asynchronously) This operation can be used to create an API from a Service from Service Catalogokhttp3.CallApIsApi.importServiceFromCatalogCall(String serviceKey, APIDTO APIDTO, ApiCallback _callback) Build call for importServiceFromCatalogApIsApi.importServiceFromCatalogWithHttpInfo(String serviceKey, APIDTO APIDTO) Import a Service from Service Catalog This operation can be used to create an API from a Service from Service CatalogApIsApi.importWSDLDefinition(File file, String url, String additionalProperties, String implementationType) Import a WSDL Definition This operation can be used to create an API using a WSDL definition.okhttp3.CallApIsApi.importWSDLDefinitionAsync(File file, String url, String additionalProperties, String implementationType, ApiCallback<APIDTO> _callback) Import a WSDL Definition (asynchronously) This operation can be used to create an API using a WSDL definition.okhttp3.CallApIsApi.importWSDLDefinitionCall(File file, String url, String additionalProperties, String implementationType, ApiCallback _callback) Build call for importWSDLDefinitionApIsApi.importWSDLDefinitionWithHttpInfo(File file, String url, String additionalProperties, String implementationType) Import a WSDL Definition This operation can be used to create an API using a WSDL definition.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 OrganizationsExternalStoresApi.publishAPIToExternalStores(String apiId, String externalStoreIds, String ifMatch) Publish an API to External Stores This operation can be used to publish an API to a list of external stores.okhttp3.CallExternalStoresApi.publishAPIToExternalStoresAsync(String apiId, String externalStoreIds, String ifMatch, ApiCallback<APIExternalStoreListDTO> _callback) Publish an API to External Stores (asynchronously) This operation can be used to publish an API to a list of external stores.okhttp3.CallExternalStoresApi.publishAPIToExternalStoresCall(String apiId, String externalStoreIds, String ifMatch, ApiCallback _callback) Build call for publishAPIToExternalStoresExternalStoresApi.publishAPIToExternalStoresWithHttpInfo(String apiId, String externalStoreIds, String ifMatch) Publish an API to External Stores This operation can be used to publish an API to a list of external stores.ApIsApi.reimportServiceFromCatalog(String apiId) Update the Service that is used to create the API This operation can be used to re-import the Service used to create the APIokhttp3.CallApIsApi.reimportServiceFromCatalogAsync(String apiId, ApiCallback<APIDTO> _callback) Update the Service that is used to create the API (asynchronously) This operation can be used to re-import the Service used to create the APIokhttp3.CallApIsApi.reimportServiceFromCatalogCall(String apiId, ApiCallback _callback) Build call for reimportServiceFromCatalogApIsApi.reimportServiceFromCatalogWithHttpInfo(String apiId) Update the Service that is used to create the API This operation can be used to re-import the Service used to create the APIApiProductRevisionsApi.restoreAPIProductRevision(String apiProductId, String revisionId) Restore Revision Restore a revision to the Current API of the API Productokhttp3.CallApiProductRevisionsApi.restoreAPIProductRevisionAsync(String apiProductId, String revisionId, ApiCallback<APIProductDTO> _callback) Restore Revision (asynchronously) Restore a revision to the Current API of the API Productokhttp3.CallApiProductRevisionsApi.restoreAPIProductRevisionCall(String apiProductId, String revisionId, ApiCallback _callback) Build call for restoreAPIProductRevisionApiProductRevisionsApi.restoreAPIProductRevisionWithHttpInfo(String apiProductId, String revisionId) Restore Revision Restore a revision to the Current API of the API ProductApiRevisionsApi.restoreAPIRevision(String apiId, String revisionId) Restore API Revision Restore a revision to the current API of the APIokhttp3.CallApiRevisionsApi.restoreAPIRevisionAsync(String apiId, String revisionId, ApiCallback<APIDTO> _callback) Restore API Revision (asynchronously) Restore a revision to the current API of the APIokhttp3.CallApiRevisionsApi.restoreAPIRevisionCall(String apiId, String revisionId, ApiCallback _callback) Build call for restoreAPIRevisionApiRevisionsApi.restoreAPIRevisionWithHttpInfo(String apiId, String revisionId) Restore API Revision Restore a revision to the current API of the APIMcpServerRevisionsApi.restoreMCPServerRevision(String mcpServerId, String revisionId) Restore a MCP Server Revision Restore a revision to the current MCP serverokhttp3.CallMcpServerRevisionsApi.restoreMCPServerRevisionAsync(String mcpServerId, String revisionId, ApiCallback<MCPServerDTO> _callback) Restore a MCP Server Revision (asynchronously) Restore a revision to the current MCP serverokhttp3.CallMcpServerRevisionsApi.restoreMCPServerRevisionCall(String mcpServerId, String revisionId, ApiCallback _callback) Build call for restoreMCPServerRevisionMcpServerRevisionsApi.restoreMCPServerRevisionWithHttpInfo(String mcpServerId, String revisionId) Restore a MCP Server Revision Restore a revision to the current MCP serverRetrieve/Search APIs and API Documents by Content This operation provides you a list of available APIs and API Documents qualifying the given keyword match.okhttp3.CallUnifiedSearchApi.searchAsync(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback<SearchResultListDTO> _callback) Retrieve/Search APIs and API Documents by Content (asynchronously) This operation provides you a list of available APIs and API Documents qualifying the given keyword match.okhttp3.CallUnifiedSearchApi.searchCall(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback _callback) Build call for searchUnifiedSearchApi.searchWithHttpInfo(Integer limit, Integer offset, String query, String ifNoneMatch) Retrieve/Search APIs and API Documents by Content This operation provides you a list of available APIs and API Documents qualifying the given keyword match.voidApIsApi.sequenceBackendDelete(String type, String apiId) Delete Sequence Backend of the API This operation can be used to remove the Sequence Backend of the APIokhttp3.CallApIsApi.sequenceBackendDeleteAsync(String type, String apiId, ApiCallback<Void> _callback) Delete Sequence Backend of the API (asynchronously) This operation can be used to remove the Sequence Backend of the APIokhttp3.CallApIsApi.sequenceBackendDeleteCall(String type, String apiId, ApiCallback _callback) Build call for sequenceBackendDeleteApIsApi.sequenceBackendDeleteWithHttpInfo(String type, String apiId) Delete Sequence Backend of the API This operation can be used to remove the Sequence Backend of the APIApIsApi.sequenceBackendUpdate(String apiId, File sequence, String type) Upload Sequence Sequence as the Endpoint of the API This operation can be used to change the endpoint of the API to Sequence Backendokhttp3.CallApIsApi.sequenceBackendUpdateAsync(String apiId, File sequence, String type, ApiCallback<APIDTO> _callback) Upload Sequence Sequence as the Endpoint of the API (asynchronously) This operation can be used to change the endpoint of the API to Sequence Backendokhttp3.CallApIsApi.sequenceBackendUpdateCall(String apiId, File sequence, String type, ApiCallback _callback) Build call for sequenceBackendUpdateApIsApi.sequenceBackendUpdateWithHttpInfo(String apiId, File sequence, String type) Upload Sequence Sequence as the Endpoint of the API This operation can be used to change the endpoint of the API to Sequence BackendvoidSubscriptionsApi.unBlockSubscription(String subscriptionId, String ifMatch) Unblock a Subscription This operation can be used to unblock a subscription specifying the subscription Id.okhttp3.CallSubscriptionsApi.unBlockSubscriptionAsync(String subscriptionId, String ifMatch, ApiCallback<Void> _callback) Unblock a Subscription (asynchronously) This operation can be used to unblock a subscription specifying the subscription Id.okhttp3.CallSubscriptionsApi.unBlockSubscriptionCall(String subscriptionId, String ifMatch, ApiCallback _callback) Build call for unBlockSubscriptionSubscriptionsApi.unBlockSubscriptionWithHttpInfo(String subscriptionId, String ifMatch) Unblock a Subscription This operation can be used to unblock a subscription specifying the subscription Id.voidApiProductRevisionsApi.undeployAPIProductRevision(String apiProductId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) UnDeploy Revision UnDeploy an API Product Revisionokhttp3.CallApiProductRevisionsApi.undeployAPIProductRevisionAsync(String apiProductId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) UnDeploy Revision (asynchronously) UnDeploy an API Product Revisionokhttp3.CallApiProductRevisionsApi.undeployAPIProductRevisionCall(String apiProductId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for undeployAPIProductRevisionApiProductRevisionsApi.undeployAPIProductRevisionWithHttpInfo(String apiProductId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) UnDeploy Revision UnDeploy an API Product RevisionvoidApiRevisionsApi.undeployAPIRevision(String apiId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) UnDeploy Revision UnDeploy a revisionokhttp3.CallApiRevisionsApi.undeployAPIRevisionAsync(String apiId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) UnDeploy Revision (asynchronously) UnDeploy a revisionokhttp3.CallApiRevisionsApi.undeployAPIRevisionCall(String apiId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for undeployAPIRevisionApiRevisionsApi.undeployAPIRevisionWithHttpInfo(String apiId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) UnDeploy Revision UnDeploy a revisionvoidMcpServerRevisionsApi.undeployMCPServerRevision(String mcpServerId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) UnDeploy Revision of a MCP Server UnDeploy a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.undeployMCPServerRevisionAsync(String mcpServerId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback<Void> _callback) UnDeploy Revision of a MCP Server (asynchronously) UnDeploy a revision of a MCP server.okhttp3.CallMcpServerRevisionsApi.undeployMCPServerRevisionCall(String mcpServerId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO, ApiCallback _callback) Build call for undeployMCPServerRevisionMcpServerRevisionsApi.undeployMCPServerRevisionWithHttpInfo(String mcpServerId, String revisionId, String revisionNumber, Boolean allEnvironments, List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO) UnDeploy Revision of a MCP Server UnDeploy a revision of a MCP server.Update an API This operation can be used to update an existing API.okhttp3.CallApIsApi.updateAPIAsync(String apiId, APIDTO APIDTO, String ifMatch, ApiCallback<APIDTO> _callback) Update an API (asynchronously) This operation can be used to update an existing API.okhttp3.CallApIsApi.updateAPICall(String apiId, APIDTO APIDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIClientCertificatesApi.updateAPIClientCertificateByAlias(String alias, String apiId, File certificate, String tier) Update a Certificate This operation can be used to update an uploaded certificate.okhttp3.CallClientCertificatesApi.updateAPIClientCertificateByAliasAsync(String alias, String apiId, File certificate, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Update a Certificate (asynchronously) This operation can be used to update an uploaded certificate.okhttp3.CallClientCertificatesApi.updateAPIClientCertificateByAliasCall(String alias, String apiId, File certificate, String tier, ApiCallback _callback) Build call for updateAPIClientCertificateByAliasClientCertificatesApi.updateAPIClientCertificateByAliasWithHttpInfo(String alias, String apiId, File certificate, String tier) Update a Certificate This operation can be used to update an uploaded certificate.ClientCertificatesApi.updateAPIClientCertificateByKeyTypeAndAlias(String keyType, String alias, String apiId, File certificate, String tier) Update a Certificate of a Given Key Type This operation can be used to update an uploaded certificate of a given key type.okhttp3.CallClientCertificatesApi.updateAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, File certificate, String tier, ApiCallback<ClientCertMetadataDTO> _callback) Update a Certificate of a Given Key Type (asynchronously) This operation can be used to update an uploaded certificate of a given key type.okhttp3.CallClientCertificatesApi.updateAPIClientCertificateByKeyTypeAndAliasCall(String keyType, String alias, String apiId, File certificate, String tier, ApiCallback _callback) Build call for updateAPIClientCertificateByKeyTypeAndAliasClientCertificatesApi.updateAPIClientCertificateByKeyTypeAndAliasWithHttpInfo(String keyType, String alias, String apiId, File certificate, String tier) Update a Certificate of a Given Key Type This operation can be used to update an uploaded certificate of a given key type.ApiRevisionsApi.updateAPIDeployment(String apiId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO) Update Deployment Update deployment devportal visibilityokhttp3.CallApiRevisionsApi.updateAPIDeploymentAsync(String apiId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback<APIRevisionDeploymentDTO> _callback) Update Deployment (asynchronously) Update deployment devportal visibilityokhttp3.CallApiRevisionsApi.updateAPIDeploymentCall(String apiId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback _callback) Build call for updateAPIDeploymentApiRevisionsApi.updateAPIDeploymentWithHttpInfo(String apiId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO) Update Deployment Update deployment devportal visibilityApiDocumentsApi.updateAPIDocument(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API This operation can be used to update metadata of an API's document.okhttp3.CallApiDocumentsApi.updateAPIDocumentAsync(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallApiDocumentsApi.updateAPIDocumentCall(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIDocumentApiDocumentsApi.updateAPIDocumentWithHttpInfo(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API This operation can be used to update metadata of an API's document.ApiEndpointsApi.updateApiEndpoint(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO) Update an Endpoint This operation can be used to update a API endpoint.okhttp3.CallApiEndpointsApi.updateApiEndpointAsync(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback) Update an Endpoint (asynchronously) This operation can be used to update a API endpoint.okhttp3.CallApiEndpointsApi.updateApiEndpointCall(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO, ApiCallback _callback) Build call for updateApiEndpointApiEndpointsApi.updateApiEndpointWithHttpInfo(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO) Update an Endpoint This operation can be used to update a API endpoint.voidGraphQlSchemaApi.updateAPIGraphQLSchema(String apiId, String schemaDefinition, String ifMatch) Add a Schema to a GraphQL API This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.okhttp3.CallGraphQlSchemaApi.updateAPIGraphQLSchemaAsync(String apiId, String schemaDefinition, String ifMatch, ApiCallback<Void> _callback) Add a Schema to a GraphQL API (asynchronously) This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.okhttp3.CallGraphQlSchemaApi.updateAPIGraphQLSchemaCall(String apiId, String schemaDefinition, String ifMatch, ApiCallback _callback) Build call for updateAPIGraphQLSchemaGraphQlSchemaApi.updateAPIGraphQLSchemaWithHttpInfo(String apiId, String schemaDefinition, String ifMatch) Add a Schema to a GraphQL API This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.ApiProductsApi.updateAPIProduct(String apiProductId, APIProductDTO apIProductDTO, String ifMatch) Update an API Product This operation can be used to update an existing API product.okhttp3.CallApiProductsApi.updateAPIProductAsync(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback<APIProductDTO> _callback) Update an API Product (asynchronously) This operation can be used to update an existing API product.okhttp3.CallApiProductsApi.updateAPIProductCall(String apiProductId, APIProductDTO apIProductDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIProductApiProductRevisionsApi.updateAPIProductDeployment(String apiProductId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO) Update Deployment Update deployment devportal visibilityokhttp3.CallApiProductRevisionsApi.updateAPIProductDeploymentAsync(String apiProductId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback<APIRevisionDeploymentDTO> _callback) Update Deployment (asynchronously) Update deployment devportal visibilityokhttp3.CallApiProductRevisionsApi.updateAPIProductDeploymentCall(String apiProductId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback _callback) Build call for updateAPIProductDeploymentApiProductRevisionsApi.updateAPIProductDeploymentWithHttpInfo(String apiProductId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO) Update Deployment Update deployment devportal visibilityApiProductDocumentsApi.updateAPIProductDocument(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API Product This operation can be used to update metadata of an API's document.okhttp3.CallApiProductDocumentsApi.updateAPIProductDocumentAsync(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API Product (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallApiProductDocumentsApi.updateAPIProductDocumentCall(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIProductDocumentApiProductDocumentsApi.updateAPIProductDocumentWithHttpInfo(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API Product This operation can be used to update metadata of an API's document.ApiProductsApi.updateAPIProductThumbnail(String apiProductId, File file, String ifMatch) Upload a Thumbnail Image This operation can be used to upload a thumbnail image of an API Product.okhttp3.CallApiProductsApi.updateAPIProductThumbnailAsync(String apiProductId, File file, String ifMatch, ApiCallback<FileInfoDTO> _callback) Upload a Thumbnail Image (asynchronously) This operation can be used to upload a thumbnail image of an API Product.okhttp3.CallApiProductsApi.updateAPIProductThumbnailCall(String apiProductId, File file, String ifMatch, ApiCallback _callback) Build call for updateAPIProductThumbnailApiProductsApi.updateAPIProductThumbnailWithHttpInfo(String apiProductId, File file, String ifMatch) Upload a Thumbnail Image This operation can be used to upload a thumbnail image of an API Product.ApiProductsApi.updateAPIProductWithHttpInfo(String apiProductId, APIProductDTO apIProductDTO, String ifMatch) Update an API Product This operation can be used to update an existing API product.ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyId(String apiId, String resourcePolicyId, ResourcePolicyInfoDTO resourcePolicyInfoDTO, String ifMatch) Update the Resource Policy(inflow/outflow) Definition for the Given Resource Identifier This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.okhttp3.CallApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdAsync(String apiId, String resourcePolicyId, ResourcePolicyInfoDTO resourcePolicyInfoDTO, String ifMatch, ApiCallback<ResourcePolicyInfoDTO> _callback) Update the Resource Policy(inflow/outflow) Definition for the Given Resource Identifier (asynchronously) This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.okhttp3.CallApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdCall(String apiId, String resourcePolicyId, ResourcePolicyInfoDTO resourcePolicyInfoDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIResourcePoliciesByPolicyIdApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdWithHttpInfo(String apiId, String resourcePolicyId, ResourcePolicyInfoDTO resourcePolicyInfoDTO, String ifMatch) Update the Resource Policy(inflow/outflow) Definition for the Given Resource Identifier This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.Update Swagger Definition This operation can be used to update the swagger definition of an existing API.okhttp3.CallApIsApi.updateAPISwaggerAsync(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback<String> _callback) Update Swagger Definition (asynchronously) This operation can be used to update the swagger definition of an existing API.okhttp3.CallApIsApi.updateAPISwaggerCall(String apiId, String ifMatch, String apiDefinition, String url, File file, ApiCallback _callback) Build call for updateAPISwaggerApIsApi.updateAPISwaggerWithHttpInfo(String apiId, String ifMatch, String apiDefinition, String url, File file) Update Swagger Definition This operation can be used to update the swagger definition of an existing API.ApIsApi.updateAPIThumbnail(String apiId, File file, String ifMatch) Upload a Thumbnail Image This operation can be used to upload a thumbnail image of an API.okhttp3.CallApIsApi.updateAPIThumbnailAsync(String apiId, File file, String ifMatch, ApiCallback<FileInfoDTO> _callback) Upload a Thumbnail Image (asynchronously) This operation can be used to upload a thumbnail image of an API.okhttp3.CallApIsApi.updateAPIThumbnailCall(String apiId, File file, String ifMatch, ApiCallback _callback) Build call for updateAPIThumbnailApIsApi.updateAPIThumbnailWithHttpInfo(String apiId, File file, String ifMatch) Upload a Thumbnail Image This operation can be used to upload a thumbnail image of an API.ApIsApi.updateAPIWithHttpInfo(String apiId, APIDTO APIDTO, String ifMatch) Update an API This operation can be used to update an existing API.EndpointCertificatesApi.updateEndpointCertificateByAlias(String alias, File certificate) Update a certificate.okhttp3.CallEndpointCertificatesApi.updateEndpointCertificateByAliasAsync(String alias, File certificate, ApiCallback<CertMetadataDTO> _callback) Update a certificate.okhttp3.CallEndpointCertificatesApi.updateEndpointCertificateByAliasCall(String alias, File certificate, ApiCallback _callback) Build call for updateEndpointCertificateByAliasEndpointCertificatesApi.updateEndpointCertificateByAliasWithHttpInfo(String alias, File certificate) Update a certificate.GatewayPoliciesApi.updateGatewayPoliciesToFlows(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.updateGatewayPoliciesToFlowsAsync(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback<GatewayPolicyMappingsDTO> _callback) Update gateway policies added to the request, response, fault flows (asynchronously) This operation can be used to update already added gateway policies to the request, response, fault flows.okhttp3.CallGatewayPoliciesApi.updateGatewayPoliciesToFlowsCall(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO, ApiCallback _callback) Build call for updateGatewayPoliciesToFlowsGatewayPoliciesApi.updateGatewayPoliciesToFlowsWithHttpInfo(String gatewayPolicyMappingId, GatewayPolicyMappingsDTO gatewayPolicyMappingsDTO) Update gateway policies added to the request, response, fault flows This operation can be used to update already added gateway policies to the request, response, fault flows.voidGraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPI(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO) Update Complexity Related Details of an API This operation can be used to update complexity details belonging to an API by providing the id of the API.okhttp3.CallGraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPIAsync(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO, ApiCallback<Void> _callback) Update Complexity Related Details of an API (asynchronously) This operation can be used to update complexity details belonging to an API by providing the id of the API.okhttp3.CallGraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPICall(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO, ApiCallback _callback) Build call for updateGraphQLPolicyComplexityOfAPIGraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPIWithHttpInfo(String apiId, GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO) Update Complexity Related Details of an API This operation can be used to update complexity details belonging to an API by providing the id of the API.McpServersApi.updateMCPServer(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch) Update a MCP Server This operation can be used to update an existing MCP Server.okhttp3.CallMcpServersApi.updateMCPServerAsync(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch, ApiCallback<MCPServerDTO> _callback) Update a MCP Server (asynchronously) This operation can be used to update an existing MCP Server.McpServerBackendsApi.updateMCPServerBackend(String mcpServerId, String backendId, BackendDTO backendDTO) Update a backend of a MCP Server This operation can be used to update a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.updateMCPServerBackendAsync(String mcpServerId, String backendId, BackendDTO backendDTO, ApiCallback<BackendDTO> _callback) Update a backend of a MCP Server (asynchronously) This operation can be used to update a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.updateMCPServerBackendCall(String mcpServerId, String backendId, BackendDTO backendDTO, ApiCallback _callback) Build call for updateMCPServerBackendMcpServerBackendsApi.updateMCPServerBackendWithHttpInfo(String mcpServerId, String backendId, BackendDTO backendDTO) Update a backend of a MCP Server This operation can be used to update a backend of a MCP Serverokhttp3.CallMcpServersApi.updateMCPServerCall(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch, ApiCallback _callback) Build call for updateMCPServerMcpServerRevisionsApi.updateMCPServerDeployment(String mcpServerId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO) Update Deployment Update deployment devportal visibilityokhttp3.CallMcpServerRevisionsApi.updateMCPServerDeploymentAsync(String mcpServerId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback<APIRevisionDeploymentDTO> _callback) Update Deployment (asynchronously) Update deployment devportal visibilityokhttp3.CallMcpServerRevisionsApi.updateMCPServerDeploymentCall(String mcpServerId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO, ApiCallback _callback) Build call for updateMCPServerDeploymentMcpServerRevisionsApi.updateMCPServerDeploymentWithHttpInfo(String mcpServerId, String deploymentId, APIRevisionDeploymentDTO apIRevisionDeploymentDTO) Update Deployment Update deployment devportal visibilityMcpServerDocumentsApi.updateMCPServerDocument(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of a MCP Server This operation can be used to update metadata of an MCP server's document.okhttp3.CallMcpServerDocumentsApi.updateMCPServerDocumentAsync(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of a MCP Server (asynchronously) This operation can be used to update metadata of an MCP server's document.okhttp3.CallMcpServerDocumentsApi.updateMCPServerDocumentCall(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateMCPServerDocumentMcpServerDocumentsApi.updateMCPServerDocumentWithHttpInfo(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of a MCP Server This operation can be used to update metadata of an MCP server's document.McpServersApi.updateMCPServerWithHttpInfo(String mcpServerId, MCPServerDTO mcPServerDTO, String ifMatch) Update a MCP Server This operation can be used to update an existing MCP Server.ScopesApi.updateSharedScope(String scopeId, ScopeDTO scopeDTO) Update a Shared Scope This operation can be used to update a Shared Scope by a given scope Id.okhttp3.CallScopesApi.updateSharedScopeAsync(String scopeId, ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback) Update a Shared Scope (asynchronously) This operation can be used to update a Shared Scope by a given scope Id.okhttp3.CallScopesApi.updateSharedScopeCall(String scopeId, ScopeDTO scopeDTO, ApiCallback _callback) Build call for updateSharedScopeScopesApi.updateSharedScopeWithHttpInfo(String scopeId, ScopeDTO scopeDTO) Update a Shared Scope This operation can be used to update a Shared Scope by a given scope Id.ApIsApi.updateTopics(String apiId, TopicListDTO topicListDTO, String ifMatch) Update Topics This operation can be used to update topics of an existing API.okhttp3.CallApIsApi.updateTopicsAsync(String apiId, TopicListDTO topicListDTO, String ifMatch, ApiCallback<APIDTO> _callback) Update Topics (asynchronously) This operation can be used to update topics of an existing API.okhttp3.CallApIsApi.updateTopicsCall(String apiId, TopicListDTO topicListDTO, String ifMatch, ApiCallback _callback) Build call for updateTopicsApIsApi.updateTopicsWithHttpInfo(String apiId, TopicListDTO topicListDTO, String ifMatch) Update Topics This operation can be used to update topics of an existing API.voidApIsApi.updateWSDLOfAPI(String apiId, String ifMatch, File file, String url) Update WSDL Definition This operation can be used to update the WSDL definition of an existing API.okhttp3.CallApIsApi.updateWSDLOfAPIAsync(String apiId, String ifMatch, File file, String url, ApiCallback<Void> _callback) Update WSDL Definition (asynchronously) This operation can be used to update the WSDL definition of an existing API.okhttp3.CallApIsApi.updateWSDLOfAPICall(String apiId, String ifMatch, File file, String url, ApiCallback _callback) Build call for updateWSDLOfAPIApIsApi.updateWSDLOfAPIWithHttpInfo(String apiId, String ifMatch, File file, String url) Update WSDL Definition This operation can be used to update the WSDL definition of an existing API.voidValidationApi.validateAPI(String query, String ifNoneMatch) Check Given API Context Name already Exists Using this operation, you can check a given API context is already used.okhttp3.CallValidationApi.validateAPIAsync(String query, String ifNoneMatch, ApiCallback<Void> _callback) Check Given API Context Name already Exists (asynchronously) Using this operation, you can check a given API context is already used.okhttp3.CallValidationApi.validateAPICall(String query, String ifNoneMatch, ApiCallback _callback) Build call for validateAPIValidationApi.validateAPIWithHttpInfo(String query, String ifNoneMatch) Check Given API Context Name already Exists Using this operation, you can check a given API context is already used.ValidationApi.validateAsyncAPISpecification(Boolean returnContent, String url, File file) Validate an AsyncAPI Specification This operation can be used to validate and AsyncAPI Specification and retrieve a summary.okhttp3.CallValidationApi.validateAsyncAPISpecificationAsync(Boolean returnContent, String url, File file, ApiCallback<AsyncAPISpecificationValidationResponseDTO> _callback) Validate an AsyncAPI Specification (asynchronously) This operation can be used to validate and AsyncAPI Specification and retrieve a summary.okhttp3.CallValidationApi.validateAsyncAPISpecificationCall(Boolean returnContent, String url, File file, ApiCallback _callback) Build call for validateAsyncAPISpecificationValidationApi.validateAsyncAPISpecificationWithHttpInfo(Boolean returnContent, String url, File file) Validate an AsyncAPI Specification This operation can be used to validate and AsyncAPI Specification and retrieve a summary.voidApiDocumentsApi.validateDocument(String apiId, String name, String ifMatch) Check Whether a Document with the Provided Name Exist This operation can be used to verify the document name exists or not.okhttp3.CallApiDocumentsApi.validateDocumentAsync(String apiId, String name, String ifMatch, ApiCallback<Void> _callback) Check Whether a Document with the Provided Name Exist (asynchronously) This operation can be used to verify the document name exists or not.okhttp3.CallApiDocumentsApi.validateDocumentCall(String apiId, String name, String ifMatch, ApiCallback _callback) Build call for validateDocumentApiDocumentsApi.validateDocumentWithHttpInfo(String apiId, String name, String ifMatch) Check Whether a Document with the Provided Name Exist This operation can be used to verify the document name exists or not.ValidationApi.validateEndpoint(String endpointUrl, String apiId) Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given API endpoint url is a valid urlokhttp3.CallValidationApi.validateEndpointAsync(String endpointUrl, String apiId, ApiCallback<ApiEndpointValidationResponseDTO> _callback) Check Whether Given Endpoint URL is Valid (asynchronously) Using this operation, it is possible check whether the given API endpoint url is a valid urlokhttp3.CallValidationApi.validateEndpointCall(String endpointUrl, String apiId, ApiCallback _callback) Build call for validateEndpointValidationApi.validateEndpointWithHttpInfo(String endpointUrl, String apiId) Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given API endpoint url is a valid urlValidationApi.validateGraphQLSchema(Boolean useIntrospection, File file, String url) Validate a GraphQL SDL This operation can be used to validate a graphQL definition and retrieve a summary.okhttp3.CallValidationApi.validateGraphQLSchemaAsync(Boolean useIntrospection, File file, String url, ApiCallback<GraphQLValidationResponseDTO> _callback) Validate a GraphQL SDL (asynchronously) This operation can be used to validate a graphQL definition and retrieve a summary.okhttp3.CallValidationApi.validateGraphQLSchemaCall(Boolean useIntrospection, File file, String url, ApiCallback _callback) Build call for validateGraphQLSchemaValidationApi.validateGraphQLSchemaWithHttpInfo(Boolean useIntrospection, File file, String url) Validate a GraphQL SDL This operation can be used to validate a graphQL definition and retrieve a summary.voidValidationApi.validateMCPServer(String query, String ifNoneMatch) Check Given API Context Name already Exists Using this operation, you can check a given API context is already used.okhttp3.CallValidationApi.validateMCPServerAsync(String query, String ifNoneMatch, ApiCallback<Void> _callback) Check Given API Context Name already Exists (asynchronously) Using this operation, you can check a given API context is already used.okhttp3.CallValidationApi.validateMCPServerCall(String query, String ifNoneMatch, ApiCallback _callback) Build call for validateMCPServervoidMcpServerDocumentsApi.validateMCPServerDocument(String mcpServerId, String name, String ifMatch) Check Whether a Document with the Provided Name Exist This operation can be used to verify the document name exists or not.okhttp3.CallMcpServerDocumentsApi.validateMCPServerDocumentAsync(String mcpServerId, String name, String ifMatch, ApiCallback<Void> _callback) Check Whether a Document with the Provided Name Exist (asynchronously) This operation can be used to verify the document name exists or not.okhttp3.CallMcpServerDocumentsApi.validateMCPServerDocumentCall(String mcpServerId, String name, String ifMatch, ApiCallback _callback) Build call for validateMCPServerDocumentMcpServerDocumentsApi.validateMCPServerDocumentWithHttpInfo(String mcpServerId, String name, String ifMatch) Check Whether a Document with the Provided Name Exist This operation can be used to verify the document name exists or not.ValidationApi.validateMCPServerEndpoint(String endpointUrl, String apiId) Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given MCP server URL is a valid urlokhttp3.CallValidationApi.validateMCPServerEndpointAsync(String endpointUrl, String apiId, ApiCallback<ApiEndpointValidationResponseDTO> _callback) Check Whether Given Endpoint URL is Valid (asynchronously) Using this operation, it is possible check whether the given MCP server URL is a valid urlokhttp3.CallValidationApi.validateMCPServerEndpointCall(String endpointUrl, String apiId, ApiCallback _callback) Build call for validateMCPServerEndpointValidationApi.validateMCPServerEndpointWithHttpInfo(String endpointUrl, String apiId) Check Whether Given Endpoint URL is Valid Using this operation, it is possible check whether the given MCP server URL is a valid urlValidationApi.validateMCPServerWithHttpInfo(String query, String ifNoneMatch) Check Given API Context Name already Exists Using this operation, you can check a given API context is already used.ValidationApi.validateOpenAPIDefinition(Boolean returnContent, String url, File file, String inlineAPIDefinition) Validate an OpenAPI Definition This operation can be used to validate an OpenAPI definition and retrieve a summary.okhttp3.CallValidationApi.validateOpenAPIDefinitionAsync(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback<OpenAPIDefinitionValidationResponseDTO> _callback) Validate an OpenAPI Definition (asynchronously) This operation can be used to validate an OpenAPI definition and retrieve a summary.okhttp3.CallValidationApi.validateOpenAPIDefinitionCall(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback _callback) Build call for validateOpenAPIDefinitionValidationApi.validateOpenAPIDefinitionOfMCPServer(Boolean returnContent, String url, File file, String inlineAPIDefinition) Validate an OpenAPI Definition of a API This operation can be used to validate an OpenAPI definition and retrieve a summary.okhttp3.CallValidationApi.validateOpenAPIDefinitionOfMCPServerAsync(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback<OpenAPIDefinitionValidationResponseDTO> _callback) Validate an OpenAPI Definition of a API (asynchronously) This operation can be used to validate an OpenAPI definition and retrieve a summary.okhttp3.CallValidationApi.validateOpenAPIDefinitionOfMCPServerCall(Boolean returnContent, String url, File file, String inlineAPIDefinition, ApiCallback _callback) Build call for validateOpenAPIDefinitionOfMCPServerValidationApi.validateOpenAPIDefinitionOfMCPServerWithHttpInfo(Boolean returnContent, String url, File file, String inlineAPIDefinition) Validate an OpenAPI Definition of a API This operation can be used to validate an OpenAPI definition and retrieve a summary.ValidationApi.validateOpenAPIDefinitionWithHttpInfo(Boolean returnContent, String url, File file, String inlineAPIDefinition) Validate an OpenAPI Definition This operation can be used to validate an OpenAPI definition and retrieve a summary.voidScopesApi.validateScope(String scopeId) Check Given Scope Name already Exists Using this operation, user can check a given scope name exists or not.okhttp3.CallScopesApi.validateScopeAsync(String scopeId, ApiCallback<Void> _callback) Check Given Scope Name already Exists (asynchronously) Using this operation, user can check a given scope name exists or not.okhttp3.CallScopesApi.validateScopeCall(String scopeId, ApiCallback _callback) Build call for validateScopeScopesApi.validateScopeWithHttpInfo(String scopeId) Check Given Scope Name already Exists Using this operation, user can check a given scope name exists or not.voidRolesApi.validateSystemRole(String roleId) Check Whether Given Role Name already Exist Using this operation, user can check a given role name exists or not.okhttp3.CallRolesApi.validateSystemRoleAsync(String roleId, ApiCallback<Void> _callback) Check Whether Given Role Name already Exist (asynchronously) Using this operation, user can check a given role name exists or not.okhttp3.CallRolesApi.validateSystemRoleCall(String roleId, ApiCallback _callback) Build call for validateSystemRoleRolesApi.validateSystemRoleWithHttpInfo(String roleId) Check Whether Given Role Name already Exist Using this operation, user can check a given role name exists or not.ValidationApi.validateThirdPartyMCPServer(MCPServerValidationRequestDTO mcPServerValidationRequestDTO) Validate a third-party MCP Server This operation can be used to validate a `url` of a third party mcp serverokhttp3.CallValidationApi.validateThirdPartyMCPServerAsync(MCPServerValidationRequestDTO mcPServerValidationRequestDTO, ApiCallback<MCPServerValidationResponseDTO> _callback) Validate a third-party MCP Server (asynchronously) This operation can be used to validate a `url` of a third party mcp serverokhttp3.CallValidationApi.validateThirdPartyMCPServerCall(MCPServerValidationRequestDTO mcPServerValidationRequestDTO, ApiCallback _callback) Build call for validateThirdPartyMCPServerValidationApi.validateThirdPartyMCPServerWithHttpInfo(MCPServerValidationRequestDTO mcPServerValidationRequestDTO) Validate a third-party MCP Server This operation can be used to validate a `url` of a third party mcp servervoidRolesApi.validateUserRole(String roleId) Validate Whether the Logged-in User has the Given Role Using this operation, logged-in user can check whether he has given role.okhttp3.CallRolesApi.validateUserRoleAsync(String roleId, ApiCallback<Void> _callback) Validate Whether the Logged-in User has the Given Role (asynchronously) Using this operation, logged-in user can check whether he has given role.okhttp3.CallRolesApi.validateUserRoleCall(String roleId, ApiCallback _callback) Build call for validateUserRoleRolesApi.validateUserRoleWithHttpInfo(String roleId) Validate Whether the Logged-in User has the Given Role Using this operation, logged-in user can check whether he has given role.ValidationApi.validateWSDLDefinition(String url, File file) Validate a WSDL Definition This operation can be used to validate a WSDL definition and retrieve a summary.okhttp3.CallValidationApi.validateWSDLDefinitionAsync(String url, File file, ApiCallback<WSDLValidationResponseDTO> _callback) Validate a WSDL Definition (asynchronously) This operation can be used to validate a WSDL definition and retrieve a summary.okhttp3.CallValidationApi.validateWSDLDefinitionCall(String url, File file, ApiCallback _callback) Build call for validateWSDLDefinitionValidationApi.validateWSDLDefinitionWithHttpInfo(String url, File file) Validate a WSDL Definition This operation can be used to validate a WSDL definition and retrieve a summary.