ApiResponse<APIMGovernancePolicyDTO> |
GovernancePoliciesApi.createGovernancePolicyWithHttpInfo(APIMGovernancePolicyDTO apIMGovernancePolicyDTO) |
Creates a new governance policy.
|
ApiResponse<RulesetInfoDTO> |
RulesetsApi.createRulesetWithHttpInfo(String name,
File rulesetContent,
String ruleType,
String artifactType,
String description,
String ruleCategory,
String documentationLink,
String provider) |
Create a new ruleset.
|
ApiResponse<Void> |
GovernancePoliciesApi.deleteGovernancePolicyWithHttpInfo(String policyId) |
Delete a specific governance policy
Deletes an existing governance policy identified by the policyId.
|
ApiResponse<Void> |
RulesetsApi.deleteRulesetWithHttpInfo(String rulesetId) |
Deletes a specific ruleset.
|
ApiResponse<ArtifactComplianceDetailsDTO> |
ArtifactComplianceApi.getComplianceByAPIIdWithHttpInfo(String apiId) |
Retrieve compliance details for a specific API
Retrieve compliance details associated with a specific API using its unique UUID.
|
ApiResponse<ArtifactComplianceListDTO> |
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.
|
ApiResponse<ArtifactComplianceSummaryDTO> |
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.
|
ApiResponse<APIMGovernancePolicyListDTO> |
GovernancePoliciesApi.getGovernancePoliciesWithHttpInfo(Integer limit,
Integer offset,
String query) |
Retrieves a list of all governance policies.
|
ApiResponse<APIMGovernancePolicyDTO> |
GovernancePoliciesApi.getGovernancePolicyByIdWithHttpInfo(String policyId) |
Get a specific governance policy
Retrieves details of a specific governance policy identified by the policyId.
|
ApiResponse<PolicyAdherenceDetailsDTO> |
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.
|
ApiResponse<PolicyAdherenceListDTO> |
PolicyAdherenceApi.getPolicyAdherenceForAllPoliciesWithHttpInfo(Integer limit,
Integer offset) |
Retrieve adherence status for all policies
Retrieve adherence status of all governance policies within the organization.
|
ApiResponse<PolicyAdherenceSummaryDTO> |
PolicyAdherenceApi.getPolicyAdherenceSummaryWithHttpInfo() |
Retrieves the summary of adherence for all policies
Retrieves the summary of adherence for all governance policies within the organization.
|
ApiResponse<RulesetInfoDTO> |
RulesetsApi.getRulesetByIdWithHttpInfo(String rulesetId) |
Retrieves details of a specific ruleset.
|
ApiResponse<String> |
RulesetsApi.getRulesetContentWithHttpInfo(String rulesetId) |
Retrieves the content of a specific ruleset.
|
ApiResponse<RulesetListDTO> |
RulesetsApi.getRulesetsWithHttpInfo(Integer limit,
Integer offset,
String query) |
Retrieves a list of rulesets.
|
ApiResponse<List<String>> |
RulesetsApi.getRulesetUsageWithHttpInfo(String rulesetId) |
Retrieves the policy usage of a specific ruleset.
|
ApiResponse<RulesetValidationResultDTO> |
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.
|
ApiResponse<APIMGovernancePolicyDTO> |
GovernancePoliciesApi.updateGovernancePolicyByIdWithHttpInfo(String policyId,
APIMGovernancePolicyDTO apIMGovernancePolicyDTO) |
Update a specific governance policy
Updates the details of an existing governance policy identified by the policyId.
|
ApiResponse<RulesetInfoDTO> |
RulesetsApi.updateRulesetByIdWithHttpInfo(String rulesetId,
String name,
File rulesetContent,
String ruleType,
String artifactType,
String description,
String ruleCategory,
String documentationLink,
String provider) |
Updates a specific ruleset.
|