Uses of Class
org.wso2.am.integration.clients.governance.ApiResponse
Packages that use ApiResponse
Package
Description
-
Uses of ApiResponse in org.wso2.am.integration.clients.governance
Methods in org.wso2.am.integration.clients.governance that return ApiResponseModifier and TypeMethodDescription<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. -
Uses of ApiResponse in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return ApiResponseModifier and TypeMethodDescriptionGovernancePoliciesApi.createGovernancePolicyWithHttpInfo(APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Creates a new governance policy.RulesetsApi.createRulesetWithHttpInfo(String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider) Create a new ruleset.GovernancePoliciesApi.deleteGovernancePolicyWithHttpInfo(String policyId) Delete a specific governance policy Deletes an existing governance policy identified by the policyId.RulesetsApi.deleteRulesetWithHttpInfo(String rulesetId) Deletes a specific ruleset.ArtifactComplianceApi.getComplianceByAPIIdWithHttpInfo(String apiId) Retrieve compliance details for a specific API Retrieve compliance details associated with a specific API using its unique UUID.ArtifactComplianceApi.getComplianceStatusListOfAPIsWithHttpInfo(Integer limit, Integer offset) Retrieves compliance of all API artifacts Retrieves compliance of all API artifacts within the organization visible to logged-in user.ArtifactComplianceApi.getComplianceSummaryForAPIsWithHttpInfo()Retrieves the summary of compliance of all API artifacts Retrieves the summary of compliance of all API artifacts within the organization visible to logged-in user.GovernancePoliciesApi.getGovernancePoliciesWithHttpInfo(Integer limit, Integer offset, String query) Retrieves a list of all governance policies.GovernancePoliciesApi.getGovernancePolicyByIdWithHttpInfo(String policyId) Get a specific governance policy Retrieves details of a specific governance policy identified by the policyId.PolicyAdherenceApi.getPolicyAdherenceByPolicyIdWithHttpInfo(String policyId) Retrieve adherence details for a specific policy Retrieve adherence details associated with a specific governance policy within the organization using its unique ID.PolicyAdherenceApi.getPolicyAdherenceForAllPoliciesWithHttpInfo(Integer limit, Integer offset) Retrieve adherence status for all policies Retrieve adherence status of all governance policies within the organization.PolicyAdherenceApi.getPolicyAdherenceSummaryWithHttpInfo()Retrieves the summary of adherence for all policies Retrieves the summary of adherence for all governance policies within the organization.RulesetsApi.getRulesetByIdWithHttpInfo(String rulesetId) Retrieves details of a specific ruleset.RulesetsApi.getRulesetContentWithHttpInfo(String rulesetId) Retrieves the content of a specific ruleset.RulesetsApi.getRulesetsWithHttpInfo(Integer limit, Integer offset, String query) Retrieves a list of rulesets.RulesetsApi.getRulesetUsageWithHttpInfo(String rulesetId) Retrieves the policy usage of a specific ruleset.ArtifactComplianceApi.getRulesetValidationResultsByAPIIdWithHttpInfo(String apiId, String rulesetId) Retrieve ruleset validation results for a specific API Retrieve ruleset validation results associated with a specific API using its unique UUID.GovernancePoliciesApi.updateGovernancePolicyByIdWithHttpInfo(String policyId, APIMGovernancePolicyDTO apIMGovernancePolicyDTO) Update a specific governance policy Updates the details of an existing governance policy identified by the policyId.RulesetsApi.updateRulesetByIdWithHttpInfo(String rulesetId, String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider) Updates a specific ruleset.