okhttp3.Call |
GovernancePoliciesApi.createGovernancePolicyAsync(APIMGovernancePolicyDTO apIMGovernancePolicyDTO,
ApiCallback<APIMGovernancePolicyDTO> _callback) |
Creates a new governance policy.
|
okhttp3.Call |
GovernancePoliciesApi.createGovernancePolicyCall(APIMGovernancePolicyDTO apIMGovernancePolicyDTO,
ApiCallback _callback) |
Build call for createGovernancePolicy
|
okhttp3.Call |
RulesetsApi.createRulesetAsync(String name,
File rulesetContent,
String ruleType,
String artifactType,
String description,
String ruleCategory,
String documentationLink,
String provider,
ApiCallback<RulesetInfoDTO> _callback) |
Create a new ruleset.
|
okhttp3.Call |
RulesetsApi.createRulesetCall(String name,
File rulesetContent,
String ruleType,
String artifactType,
String description,
String ruleCategory,
String documentationLink,
String provider,
ApiCallback _callback) |
Build call for createRuleset
|
okhttp3.Call |
GovernancePoliciesApi.deleteGovernancePolicyAsync(String policyId,
ApiCallback<Void> _callback) |
Delete a specific governance policy (asynchronously)
Deletes an existing governance policy identified by the policyId.
|
okhttp3.Call |
GovernancePoliciesApi.deleteGovernancePolicyCall(String policyId,
ApiCallback _callback) |
Build call for deleteGovernancePolicy
|
okhttp3.Call |
RulesetsApi.deleteRulesetAsync(String rulesetId,
ApiCallback<Void> _callback) |
Deletes a specific ruleset.
|
okhttp3.Call |
RulesetsApi.deleteRulesetCall(String rulesetId,
ApiCallback _callback) |
Build call for deleteRuleset
|
okhttp3.Call |
ArtifactComplianceApi.getComplianceByAPIIdAsync(String apiId,
ApiCallback<ArtifactComplianceDetailsDTO> _callback) |
Retrieve compliance details for a specific API (asynchronously)
Retrieve compliance details associated with a specific API using its unique UUID.
|
okhttp3.Call |
ArtifactComplianceApi.getComplianceByAPIIdCall(String apiId,
ApiCallback _callback) |
Build call for getComplianceByAPIId
|
okhttp3.Call |
ArtifactComplianceApi.getComplianceStatusListOfAPIsAsync(Integer limit,
Integer offset,
ApiCallback<ArtifactComplianceListDTO> _callback) |
Retrieves compliance of all API artifacts (asynchronously)
Retrieves compliance of all API artifacts within the organization visible to logged-in user.
|
okhttp3.Call |
ArtifactComplianceApi.getComplianceStatusListOfAPIsCall(Integer limit,
Integer offset,
ApiCallback _callback) |
Build call for getComplianceStatusListOfAPIs
|
okhttp3.Call |
ArtifactComplianceApi.getComplianceSummaryForAPIsAsync(ApiCallback<ArtifactComplianceSummaryDTO> _callback) |
Retrieves the summary of compliance of all API artifacts (asynchronously)
Retrieves the summary of compliance of all API artifacts within the organization visible to logged-in user.
|
okhttp3.Call |
ArtifactComplianceApi.getComplianceSummaryForAPIsCall(ApiCallback _callback) |
Build call for getComplianceSummaryForAPIs
|
okhttp3.Call |
GovernancePoliciesApi.getGovernancePoliciesAsync(Integer limit,
Integer offset,
String query,
ApiCallback<APIMGovernancePolicyListDTO> _callback) |
Retrieves a list of all governance policies.
|
okhttp3.Call |
GovernancePoliciesApi.getGovernancePoliciesCall(Integer limit,
Integer offset,
String query,
ApiCallback _callback) |
Build call for getGovernancePolicies
|
okhttp3.Call |
GovernancePoliciesApi.getGovernancePolicyByIdAsync(String policyId,
ApiCallback<APIMGovernancePolicyDTO> _callback) |
Get a specific governance policy (asynchronously)
Retrieves details of a specific governance policy identified by the policyId.
|
okhttp3.Call |
GovernancePoliciesApi.getGovernancePolicyByIdCall(String policyId,
ApiCallback _callback) |
Build call for getGovernancePolicyById
|
okhttp3.Call |
PolicyAdherenceApi.getPolicyAdherenceByPolicyIdAsync(String policyId,
ApiCallback<PolicyAdherenceDetailsDTO> _callback) |
Retrieve adherence details for a specific policy (asynchronously)
Retrieve adherence details associated with a specific governance policy within the organization using its unique ID.
|
okhttp3.Call |
PolicyAdherenceApi.getPolicyAdherenceByPolicyIdCall(String policyId,
ApiCallback _callback) |
Build call for getPolicyAdherenceByPolicyId
|
okhttp3.Call |
PolicyAdherenceApi.getPolicyAdherenceForAllPoliciesAsync(Integer limit,
Integer offset,
ApiCallback<PolicyAdherenceListDTO> _callback) |
Retrieve adherence status for all policies (asynchronously)
Retrieve adherence status of all governance policies within the organization.
|
okhttp3.Call |
PolicyAdherenceApi.getPolicyAdherenceForAllPoliciesCall(Integer limit,
Integer offset,
ApiCallback _callback) |
Build call for getPolicyAdherenceForAllPolicies
|
okhttp3.Call |
PolicyAdherenceApi.getPolicyAdherenceSummaryAsync(ApiCallback<PolicyAdherenceSummaryDTO> _callback) |
Retrieves the summary of adherence for all policies (asynchronously)
Retrieves the summary of adherence for all governance policies within the organization.
|
okhttp3.Call |
PolicyAdherenceApi.getPolicyAdherenceSummaryCall(ApiCallback _callback) |
Build call for getPolicyAdherenceSummary
|
okhttp3.Call |
RulesetsApi.getRulesetByIdAsync(String rulesetId,
ApiCallback<RulesetInfoDTO> _callback) |
Retrieves details of a specific ruleset.
|
okhttp3.Call |
RulesetsApi.getRulesetByIdCall(String rulesetId,
ApiCallback _callback) |
Build call for getRulesetById
|
okhttp3.Call |
RulesetsApi.getRulesetContentAsync(String rulesetId,
ApiCallback<String> _callback) |
Retrieves the content of a specific ruleset.
|
okhttp3.Call |
RulesetsApi.getRulesetContentCall(String rulesetId,
ApiCallback _callback) |
Build call for getRulesetContent
|
okhttp3.Call |
RulesetsApi.getRulesetsAsync(Integer limit,
Integer offset,
String query,
ApiCallback<RulesetListDTO> _callback) |
Retrieves a list of rulesets.
|
okhttp3.Call |
RulesetsApi.getRulesetsCall(Integer limit,
Integer offset,
String query,
ApiCallback _callback) |
Build call for getRulesets
|
okhttp3.Call |
RulesetsApi.getRulesetUsageAsync(String rulesetId,
ApiCallback<List<String>> _callback) |
Retrieves the policy usage of a specific ruleset.
|
okhttp3.Call |
RulesetsApi.getRulesetUsageCall(String rulesetId,
ApiCallback _callback) |
Build call for getRulesetUsage
|
okhttp3.Call |
ArtifactComplianceApi.getRulesetValidationResultsByAPIIdAsync(String apiId,
String rulesetId,
ApiCallback<RulesetValidationResultDTO> _callback) |
Retrieve ruleset validation results for a specific API (asynchronously)
Retrieve ruleset validation results associated with a specific API using its unique UUID.
|
okhttp3.Call |
ArtifactComplianceApi.getRulesetValidationResultsByAPIIdCall(String apiId,
String rulesetId,
ApiCallback _callback) |
Build call for getRulesetValidationResultsByAPIId
|
okhttp3.Call |
GovernancePoliciesApi.updateGovernancePolicyByIdAsync(String policyId,
APIMGovernancePolicyDTO apIMGovernancePolicyDTO,
ApiCallback<APIMGovernancePolicyDTO> _callback) |
Update a specific governance policy (asynchronously)
Updates the details of an existing governance policy identified by the policyId.
|
okhttp3.Call |
GovernancePoliciesApi.updateGovernancePolicyByIdCall(String policyId,
APIMGovernancePolicyDTO apIMGovernancePolicyDTO,
ApiCallback _callback) |
Build call for updateGovernancePolicyById
|
okhttp3.Call |
RulesetsApi.updateRulesetByIdAsync(String rulesetId,
String name,
File rulesetContent,
String ruleType,
String artifactType,
String description,
String ruleCategory,
String documentationLink,
String provider,
ApiCallback<RulesetInfoDTO> _callback) |
Updates a specific ruleset.
|
okhttp3.Call |
RulesetsApi.updateRulesetByIdCall(String rulesetId,
String name,
File rulesetContent,
String ruleType,
String artifactType,
String description,
String ruleCategory,
String documentationLink,
String provider,
ApiCallback _callback) |
Build call for updateRulesetById
|