harbor2_client 0.2.0 → 2.3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +241 -13
- data/build/generate.sh +8 -0
- data/build/swagger-codegen-cli-ruby-config.json +12 -0
- data/docs/Access.md +10 -0
- data/docs/ArtifactApi.md +76 -2
- data/docs/AuditlogApi.md +3 -1
- data/docs/AuthproxySetting.md +12 -0
- data/docs/Body.md +8 -0
- data/docs/Body1.md +8 -0
- data/docs/BoolConfigItem.md +9 -0
- data/docs/ChartMetadata.md +18 -0
- data/docs/ChartVersion.md +23 -0
- data/docs/ComponentHealthStatus.md +10 -0
- data/docs/Configurations.md +62 -0
- data/docs/ConfigurationsResponse.md +60 -0
- data/docs/ConfigurationsResponseScanAllPolicy.md +9 -0
- data/docs/ConfigurationsResponseScanAllPolicyParameter.md +8 -0
- data/docs/ConfigureApi.md +175 -0
- data/docs/Endpoint.md +9 -0
- data/docs/EventType.md +7 -0
- data/docs/FilterStyle.md +10 -0
- data/docs/GCHistory.md +16 -0
- data/docs/GcApi.md +356 -0
- data/docs/GeneralInfo.md +20 -0
- data/docs/HealthApi.md +63 -0
- data/docs/ImmutableApi.md +261 -0
- data/docs/ImmutableRule.md +15 -0
- data/docs/ImmutableSelector.md +11 -0
- data/docs/IntegerConfigItem.md +9 -0
- data/docs/InternalConfigurationsResponse.md +7 -0
- data/docs/IsDefault.md +8 -0
- data/docs/LabelApi.md +309 -0
- data/docs/LdapApi.md +238 -0
- data/docs/LdapConf.md +16 -0
- data/docs/LdapFailedImportUser.md +9 -0
- data/docs/LdapImportUsers.md +8 -0
- data/docs/LdapPingResult.md +9 -0
- data/docs/LdapUser.md +10 -0
- data/docs/MemberApi.md +322 -0
- data/docs/NativeReportSummary.md +1 -0
- data/docs/NotifyType.md +7 -0
- data/docs/OIDCCliSecretReq.md +8 -0
- data/docs/OIDCUserInfo.md +13 -0
- data/docs/OidcApi.md +65 -0
- data/docs/OverallHealthStatus.md +9 -0
- data/docs/PasswordReq.md +9 -0
- data/docs/Permission.md +9 -0
- data/docs/PingApi.md +63 -0
- data/docs/PreheatApi.md +12 -4
- data/docs/ProjectApi.md +237 -27
- data/docs/ProjectMember.md +10 -0
- data/docs/ProjectMemberEntity.md +14 -0
- data/docs/ProjectMetadataApi.md +318 -0
- data/docs/ProjectScanner.md +8 -0
- data/docs/Quota.md +13 -0
- data/docs/QuotaApi.md +191 -0
- data/docs/QuotaRefObject.md +7 -0
- data/docs/QuotaUpdateReq.md +8 -0
- data/docs/Registry.md +2 -2
- data/docs/RegistryApi.md +530 -0
- data/docs/RegistryEndpoint.md +9 -0
- data/docs/RegistryInfo.md +11 -0
- data/docs/RegistryPing.md +14 -0
- data/docs/RegistryProviderCredentialPattern.md +11 -0
- data/docs/RegistryProviderEndpointPattern.md +9 -0
- data/docs/RegistryProviderInfo.md +9 -0
- data/docs/RegistryUpdate.md +14 -0
- data/docs/ReplicationApi.md +673 -0
- data/docs/ReplicationExecution.md +19 -0
- data/docs/ReplicationFilter.md +9 -0
- data/docs/ReplicationPolicy.md +22 -0
- data/docs/ReplicationTask.md +17 -0
- data/docs/ReplicationTrigger.md +9 -0
- data/docs/ReplicationTriggerSettings.md +8 -0
- data/docs/RepositoryApi.md +66 -1
- data/docs/RetentionApi.md +609 -0
- data/docs/RetentionExecution.md +14 -0
- data/docs/RetentionExecutionTask.md +18 -0
- data/docs/RetentionMetadata.md +10 -0
- data/docs/RetentionPolicy.md +12 -0
- data/docs/RetentionPolicyScope.md +9 -0
- data/docs/RetentionRule.md +15 -0
- data/docs/RetentionRuleMetadata.md +11 -0
- data/docs/RetentionRuleParamMetadata.md +10 -0
- data/docs/RetentionRuleTrigger.md +10 -0
- data/docs/RetentionSelector.md +11 -0
- data/docs/RetentionSelectorMetadata.md +10 -0
- data/docs/Robot.md +19 -0
- data/docs/RobotApi.md +365 -0
- data/docs/RobotCreate.md +14 -0
- data/docs/RobotCreateV1.md +11 -0
- data/docs/RobotCreated.md +12 -0
- data/docs/RobotPermission.md +10 -0
- data/docs/RobotSec.md +8 -0
- data/docs/Robotv1Api.md +329 -0
- data/docs/RoleRequest.md +8 -0
- data/docs/ScanAllApi.md +287 -0
- data/docs/Scanner.md +10 -0
- data/docs/ScannerAdapterMetadata.md +10 -0
- data/docs/ScannerApi.md +479 -0
- data/docs/ScannerCapability.md +9 -0
- data/docs/ScannerRegistration.md +23 -0
- data/docs/ScannerRegistrationReq.md +15 -0
- data/docs/ScannerRegistrationSettings.md +11 -0
- data/docs/Schedule.md +13 -0
- data/docs/ScheduleObj.md +9 -0
- data/docs/Search.md +10 -0
- data/docs/SearchApi.md +66 -0
- data/docs/SearchRepository.md +13 -0
- data/docs/SearchResult.md +10 -0
- data/docs/StartReplicationExecution.md +8 -0
- data/docs/Statistic.md +14 -0
- data/docs/StatisticApi.md +63 -0
- data/docs/Stats.md +12 -0
- data/docs/Storage.md +9 -0
- data/docs/StringConfigItem.md +9 -0
- data/docs/SupportedWebhookEventTypes.md +9 -0
- data/docs/SystemCVEAllowlistApi.md +119 -0
- data/docs/SystemInfo.md +8 -0
- data/docs/SysteminfoApi.md +173 -0
- data/docs/UserApi.md +647 -0
- data/docs/UserCreationReq.md +12 -0
- data/docs/UserEntity.md +9 -0
- data/docs/UserGroup.md +11 -0
- data/docs/UserProfile.md +10 -0
- data/docs/UserResp.md +17 -0
- data/docs/UserSearch.md +9 -0
- data/docs/UserSearchRespItem.md +9 -0
- data/docs/UserSysAdminFlag.md +8 -0
- data/docs/UsergroupApi.md +293 -0
- data/docs/WebhookApi.md +448 -0
- data/docs/WebhookJob.md +15 -0
- data/docs/WebhookLastTrigger.md +12 -0
- data/docs/WebhookPolicy.md +17 -0
- data/docs/WebhookTargetObject.md +11 -0
- data/docs/WebhookjobApi.md +81 -0
- data/git_push.sh +3 -3
- data/harbor2_client.gemspec +7 -7
- data/lib/harbor2_client/api/artifact_api.rb +91 -3
- data/lib/harbor2_client/api/auditlog_api.rb +4 -1
- data/lib/harbor2_client/api/configure_api.rb +193 -0
- data/lib/harbor2_client/api/gc_api.rb +391 -0
- data/lib/harbor2_client/api/health_api.rb +78 -0
- data/lib/harbor2_client/api/icon_api.rb +1 -1
- data/lib/harbor2_client/api/immutable_api.rb +312 -0
- data/lib/harbor2_client/api/label_api.rb +350 -0
- data/lib/harbor2_client/api/ldap_api.rb +259 -0
- data/lib/harbor2_client/api/member_api.rb +373 -0
- data/lib/harbor2_client/api/oidc_api.rb +83 -0
- data/lib/harbor2_client/api/ping_api.rb +78 -0
- data/lib/harbor2_client/api/preheat_api.rb +13 -1
- data/lib/harbor2_client/api/project_api.rb +289 -46
- data/lib/harbor2_client/api/project_metadata_api.rb +362 -0
- data/lib/harbor2_client/api/quota_api.rb +224 -0
- data/lib/harbor2_client/api/registry_api.rb +575 -0
- data/lib/harbor2_client/api/replication_api.rb +749 -0
- data/lib/harbor2_client/api/repository_api.rb +75 -1
- data/lib/harbor2_client/api/retention_api.rb +676 -0
- data/lib/harbor2_client/api/robot_api.rb +409 -0
- data/lib/harbor2_client/api/robotv1_api.rb +387 -0
- data/lib/harbor2_client/api/scan_all_api.rb +308 -0
- data/lib/harbor2_client/api/scan_api.rb +1 -1
- data/lib/harbor2_client/api/scanner_api.rb +529 -0
- data/lib/harbor2_client/api/search_api.rb +85 -0
- data/lib/harbor2_client/api/statistic_api.rb +78 -0
- data/lib/harbor2_client/api/system_cve_allowlist_api.rb +134 -0
- data/lib/harbor2_client/api/systeminfo_api.rb +188 -0
- data/lib/harbor2_client/api/user_api.rb +715 -0
- data/lib/harbor2_client/api/usergroup_api.rb +317 -0
- data/lib/harbor2_client/api/webhook_api.rb +514 -0
- data/lib/harbor2_client/api/webhookjob_api.rb +113 -0
- data/lib/harbor2_client/api_client.rb +2 -2
- data/lib/harbor2_client/api_error.rb +1 -1
- data/lib/harbor2_client/configuration.rb +1 -1
- data/lib/harbor2_client/models/access.rb +205 -0
- data/lib/harbor2_client/models/addition_link.rb +1 -1
- data/lib/harbor2_client/models/addition_links.rb +1 -1
- data/lib/harbor2_client/models/annotations.rb +1 -1
- data/lib/harbor2_client/models/artifact.rb +1 -1
- data/lib/harbor2_client/models/audit_log.rb +1 -1
- data/lib/harbor2_client/models/authproxy_setting.rb +225 -0
- data/lib/harbor2_client/models/body.rb +184 -0
- data/lib/harbor2_client/models/body_1.rb +184 -0
- data/lib/harbor2_client/models/bool_config_item.rb +195 -0
- data/lib/harbor2_client/models/chart_metadata.rb +320 -0
- data/lib/harbor2_client/models/chart_version.rb +374 -0
- data/lib/harbor2_client/models/component_health_status.rb +206 -0
- data/lib/harbor2_client/models/configurations.rb +725 -0
- data/lib/harbor2_client/models/configurations_response.rb +704 -0
- data/lib/harbor2_client/models/configurations_response_scan_all_policy.rb +194 -0
- data/lib/harbor2_client/models/configurations_response_scan_all_policy_parameter.rb +186 -0
- data/lib/harbor2_client/models/cve_allowlist.rb +1 -1
- data/lib/harbor2_client/models/cve_allowlist_item.rb +1 -1
- data/lib/harbor2_client/models/endpoint.rb +195 -0
- data/lib/harbor2_client/models/error.rb +1 -1
- data/lib/harbor2_client/models/errors.rb +1 -1
- data/lib/harbor2_client/models/event_type.rb +176 -0
- data/lib/harbor2_client/models/execution.rb +1 -1
- data/lib/harbor2_client/models/extra_attrs.rb +1 -1
- data/lib/harbor2_client/models/filter_style.rb +208 -0
- data/lib/harbor2_client/models/gc_history.rb +264 -0
- data/lib/harbor2_client/models/general_info.rb +305 -0
- data/lib/harbor2_client/models/icon.rb +1 -1
- data/lib/harbor2_client/models/immutable_rule.rb +253 -0
- data/lib/harbor2_client/models/immutable_selector.rb +211 -0
- data/lib/harbor2_client/models/instance.rb +1 -1
- data/lib/harbor2_client/models/integer_config_item.rb +195 -0
- data/lib/harbor2_client/models/internal_configurations_response.rb +175 -0
- data/lib/harbor2_client/models/is_default.rb +185 -0
- data/lib/harbor2_client/models/label.rb +1 -1
- data/lib/harbor2_client/models/ldap_conf.rb +266 -0
- data/lib/harbor2_client/models/ldap_failed_import_user.rb +195 -0
- data/lib/harbor2_client/models/ldap_import_users.rb +187 -0
- data/lib/harbor2_client/models/ldap_ping_result.rb +196 -0
- data/lib/harbor2_client/models/ldap_user.rb +205 -0
- data/lib/harbor2_client/models/metadata.rb +1 -1
- data/lib/harbor2_client/models/metrics.rb +1 -1
- data/lib/harbor2_client/models/native_report_summary.rb +14 -5
- data/lib/harbor2_client/models/notify_type.rb +176 -0
- data/lib/harbor2_client/models/oidc_cli_secret_req.rb +185 -0
- data/lib/harbor2_client/models/oidc_user_info.rb +235 -0
- data/lib/harbor2_client/models/overall_health_status.rb +197 -0
- data/lib/harbor2_client/models/password_req.rb +195 -0
- data/lib/harbor2_client/models/permission.rb +195 -0
- data/lib/harbor2_client/models/platform.rb +7 -7
- data/lib/harbor2_client/models/preheat_policy.rb +1 -1
- data/lib/harbor2_client/models/project.rb +1 -1
- data/lib/harbor2_client/models/project_deletable.rb +1 -1
- data/lib/harbor2_client/models/project_member.rb +203 -0
- data/lib/harbor2_client/models/project_member_entity.rb +245 -0
- data/lib/harbor2_client/models/project_metadata.rb +1 -1
- data/lib/harbor2_client/models/project_req.rb +16 -1
- data/lib/harbor2_client/models/project_scanner.rb +190 -0
- data/lib/harbor2_client/models/project_summary.rb +1 -1
- data/lib/harbor2_client/models/project_summary_quota.rb +1 -1
- data/lib/harbor2_client/models/provider_under_project.rb +1 -1
- data/lib/harbor2_client/models/quota.rb +236 -0
- data/lib/harbor2_client/models/quota_ref_object.rb +175 -0
- data/lib/harbor2_client/models/quota_update_req.rb +185 -0
- data/lib/harbor2_client/models/reference.rb +1 -1
- data/lib/harbor2_client/models/registry.rb +3 -3
- data/lib/harbor2_client/models/registry_credential.rb +1 -1
- data/lib/harbor2_client/models/registry_endpoint.rb +196 -0
- data/lib/harbor2_client/models/registry_info.rb +220 -0
- data/lib/harbor2_client/models/registry_ping.rb +245 -0
- data/lib/harbor2_client/models/registry_provider_credential_pattern.rb +216 -0
- data/lib/harbor2_client/models/registry_provider_endpoint_pattern.rb +198 -0
- data/lib/harbor2_client/models/registry_provider_info.rb +196 -0
- data/lib/harbor2_client/models/registry_update.rb +245 -0
- data/lib/harbor2_client/models/replication_execution.rb +296 -0
- data/lib/harbor2_client/models/replication_filter.rb +195 -0
- data/lib/harbor2_client/models/replication_policy.rb +326 -0
- data/lib/harbor2_client/models/replication_task.rb +276 -0
- data/lib/harbor2_client/models/replication_trigger.rb +194 -0
- data/lib/harbor2_client/models/replication_trigger_settings.rb +185 -0
- data/lib/harbor2_client/models/repository.rb +1 -1
- data/lib/harbor2_client/models/resource_list.rb +1 -1
- data/lib/harbor2_client/models/retention_execution.rb +238 -0
- data/lib/harbor2_client/models/retention_execution_task.rb +274 -0
- data/lib/harbor2_client/models/retention_metadata.rb +212 -0
- data/lib/harbor2_client/models/retention_policy.rb +223 -0
- data/lib/harbor2_client/models/retention_policy_scope.rb +193 -0
- data/lib/harbor2_client/models/retention_rule.rb +253 -0
- data/lib/harbor2_client/models/retention_rule_metadata.rb +218 -0
- data/lib/harbor2_client/models/retention_rule_param_metadata.rb +203 -0
- data/lib/harbor2_client/models/retention_rule_trigger.rb +202 -0
- data/lib/harbor2_client/models/retention_selector.rb +211 -0
- data/lib/harbor2_client/models/retention_selector_metadata.rb +205 -0
- data/lib/harbor2_client/models/robot.rb +296 -0
- data/lib/harbor2_client/models/robot_create.rb +247 -0
- data/lib/harbor2_client/models/robot_create_v1.rb +217 -0
- data/lib/harbor2_client/models/robot_created.rb +226 -0
- data/lib/harbor2_client/models/robot_permission.rb +206 -0
- data/lib/harbor2_client/models/robot_sec.rb +186 -0
- data/lib/harbor2_client/models/role_request.rb +185 -0
- data/lib/harbor2_client/models/scan_overview.rb +1 -1
- data/lib/harbor2_client/models/scanner.rb +205 -0
- data/lib/harbor2_client/models/scanner_adapter_metadata.rb +207 -0
- data/lib/harbor2_client/models/scanner_capability.rb +197 -0
- data/lib/harbor2_client/models/scanner_registration.rb +348 -0
- data/lib/harbor2_client/models/scanner_registration_req.rb +271 -0
- data/lib/harbor2_client/models/scanner_registration_settings.rb +227 -0
- data/lib/harbor2_client/models/schedule.rb +236 -0
- data/lib/harbor2_client/models/schedule_obj.rb +229 -0
- data/lib/harbor2_client/models/search.rb +211 -0
- data/lib/harbor2_client/models/search_repository.rb +235 -0
- data/lib/harbor2_client/models/search_result.rb +205 -0
- data/lib/harbor2_client/models/start_replication_execution.rb +185 -0
- data/lib/harbor2_client/models/statistic.rb +245 -0
- data/lib/harbor2_client/models/stats.rb +262 -0
- data/lib/harbor2_client/models/storage.rb +195 -0
- data/lib/harbor2_client/models/string_config_item.rb +195 -0
- data/lib/harbor2_client/models/supported_webhook_event_types.rb +198 -0
- data/lib/harbor2_client/models/system_info.rb +187 -0
- data/lib/harbor2_client/models/tag.rb +1 -1
- data/lib/harbor2_client/models/task.rb +1 -1
- data/lib/harbor2_client/models/user_creation_req.rb +250 -0
- data/lib/harbor2_client/models/user_entity.rb +195 -0
- data/lib/harbor2_client/models/user_group.rb +215 -0
- data/lib/harbor2_client/models/user_profile.rb +202 -0
- data/lib/harbor2_client/models/user_resp.rb +268 -0
- data/lib/harbor2_client/models/user_search.rb +194 -0
- data/lib/harbor2_client/models/user_search_resp_item.rb +194 -0
- data/lib/harbor2_client/models/user_sys_admin_flag.rb +185 -0
- data/lib/harbor2_client/models/vulnerability_summary.rb +1 -1
- data/lib/harbor2_client/models/webhook_job.rb +256 -0
- data/lib/harbor2_client/models/webhook_last_trigger.rb +226 -0
- data/lib/harbor2_client/models/webhook_policy.rb +278 -0
- data/lib/harbor2_client/models/webhook_target_object.rb +216 -0
- data/lib/harbor2_client/version.rb +2 -2
- data/lib/harbor2_client.rb +127 -1
- data/spec/api/artifact_api_spec.rb +21 -1
- data/spec/api/auditlog_api_spec.rb +2 -1
- data/spec/api/configure_api_spec.rb +72 -0
- data/spec/api/gc_api_spec.rb +115 -0
- data/spec/api/health_api_spec.rb +47 -0
- data/spec/api/icon_api_spec.rb +1 -1
- data/spec/api/immutable_api_spec.rb +97 -0
- data/spec/api/label_api_spec.rb +107 -0
- data/spec/api/ldap_api_spec.rb +88 -0
- data/spec/api/member_api_spec.rb +112 -0
- data/spec/api/oidc_api_spec.rb +48 -0
- data/spec/api/ping_api_spec.rb +47 -0
- data/spec/api/preheat_api_spec.rb +5 -1
- data/spec/api/project_api_spec.rb +63 -6
- data/spec/api/project_metadata_api_spec.rb +110 -0
- data/spec/api/quota_api_spec.rb +79 -0
- data/spec/api/registry_api_spec.rb +155 -0
- data/spec/api/replication_api_spec.rb +194 -0
- data/spec/api/repository_api_spec.rb +18 -1
- data/spec/api/retention_api_spec.rb +175 -0
- data/spec/api/robot_api_spec.rb +118 -0
- data/spec/api/robotv1_api_spec.rb +114 -0
- data/spec/api/scan_all_api_spec.rb +97 -0
- data/spec/api/scan_api_spec.rb +1 -1
- data/spec/api/scanner_api_spec.rb +144 -0
- data/spec/api/search_api_spec.rb +48 -0
- data/spec/api/statistic_api_spec.rb +47 -0
- data/spec/api/system_cve_allowlist_api_spec.rb +60 -0
- data/spec/api/systeminfo_api_spec.rb +71 -0
- data/spec/api/user_api_spec.rb +181 -0
- data/spec/api/usergroup_api_spec.rb +100 -0
- data/spec/api/webhook_api_spec.rb +142 -0
- data/spec/api/webhookjob_api_spec.rb +55 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_spec.rb +53 -0
- data/spec/models/addition_link_spec.rb +1 -1
- data/spec/models/addition_links_spec.rb +1 -1
- data/spec/models/annotations_spec.rb +1 -1
- data/spec/models/artifact_spec.rb +1 -1
- data/spec/models/audit_log_spec.rb +1 -1
- data/spec/models/authproxy_setting_spec.rb +65 -0
- data/spec/models/body_1_spec.rb +41 -0
- data/spec/models/body_spec.rb +41 -0
- data/spec/models/bool_config_item_spec.rb +47 -0
- data/spec/models/chart_metadata_spec.rb +101 -0
- data/spec/models/chart_version_spec.rb +131 -0
- data/spec/models/component_health_status_spec.rb +53 -0
- data/spec/models/configurations_response_scan_all_policy_parameter_spec.rb +41 -0
- data/spec/models/configurations_response_scan_all_policy_spec.rb +47 -0
- data/spec/models/configurations_response_spec.rb +353 -0
- data/spec/models/configurations_spec.rb +365 -0
- data/spec/models/cve_allowlist_item_spec.rb +1 -1
- data/spec/models/cve_allowlist_spec.rb +1 -1
- data/spec/models/endpoint_spec.rb +47 -0
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/errors_spec.rb +1 -1
- data/spec/models/event_type_spec.rb +35 -0
- data/spec/models/execution_spec.rb +1 -1
- data/spec/models/extra_attrs_spec.rb +1 -1
- data/spec/models/filter_style_spec.rb +53 -0
- data/spec/models/gc_history_spec.rb +89 -0
- data/spec/models/general_info_spec.rb +113 -0
- data/spec/models/icon_spec.rb +1 -1
- data/spec/models/immutable_rule_spec.rb +83 -0
- data/spec/models/immutable_selector_spec.rb +59 -0
- data/spec/models/instance_spec.rb +1 -1
- data/spec/models/integer_config_item_spec.rb +47 -0
- data/spec/models/internal_configurations_response_spec.rb +35 -0
- data/spec/models/is_default_spec.rb +41 -0
- data/spec/models/label_spec.rb +1 -1
- data/spec/models/ldap_conf_spec.rb +89 -0
- data/spec/models/ldap_failed_import_user_spec.rb +47 -0
- data/spec/models/ldap_import_users_spec.rb +41 -0
- data/spec/models/ldap_ping_result_spec.rb +47 -0
- data/spec/models/ldap_user_spec.rb +53 -0
- data/spec/models/metadata_spec.rb +1 -1
- data/spec/models/metrics_spec.rb +1 -1
- data/spec/models/native_report_summary_spec.rb +7 -1
- data/spec/models/notify_type_spec.rb +35 -0
- data/spec/models/oidc_cli_secret_req_spec.rb +41 -0
- data/spec/models/oidc_user_info_spec.rb +71 -0
- data/spec/models/overall_health_status_spec.rb +47 -0
- data/spec/models/password_req_spec.rb +47 -0
- data/spec/models/permission_spec.rb +47 -0
- data/spec/models/platform_spec.rb +1 -1
- data/spec/models/preheat_policy_spec.rb +1 -1
- data/spec/models/project_deletable_spec.rb +1 -1
- data/spec/models/project_member_entity_spec.rb +77 -0
- data/spec/models/project_member_spec.rb +53 -0
- data/spec/models/project_metadata_spec.rb +1 -1
- data/spec/models/project_req_spec.rb +1 -1
- data/spec/models/project_scanner_spec.rb +41 -0
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/project_summary_quota_spec.rb +1 -1
- data/spec/models/project_summary_spec.rb +1 -1
- data/spec/models/provider_under_project_spec.rb +1 -1
- data/spec/models/quota_ref_object_spec.rb +35 -0
- data/spec/models/quota_spec.rb +71 -0
- data/spec/models/quota_update_req_spec.rb +41 -0
- data/spec/models/reference_spec.rb +1 -1
- data/spec/models/registry_credential_spec.rb +1 -1
- data/spec/models/registry_endpoint_spec.rb +47 -0
- data/spec/models/registry_info_spec.rb +59 -0
- data/spec/models/registry_ping_spec.rb +77 -0
- data/spec/models/registry_provider_credential_pattern_spec.rb +59 -0
- data/spec/models/registry_provider_endpoint_pattern_spec.rb +47 -0
- data/spec/models/registry_provider_info_spec.rb +47 -0
- data/spec/models/registry_spec.rb +1 -1
- data/spec/models/registry_update_spec.rb +77 -0
- data/spec/models/replication_execution_spec.rb +107 -0
- data/spec/models/replication_filter_spec.rb +47 -0
- data/spec/models/replication_policy_spec.rb +125 -0
- data/spec/models/replication_task_spec.rb +95 -0
- data/spec/models/replication_trigger_settings_spec.rb +41 -0
- data/spec/models/replication_trigger_spec.rb +47 -0
- data/spec/models/repository_spec.rb +1 -1
- data/spec/models/resource_list_spec.rb +1 -1
- data/spec/models/retention_execution_spec.rb +77 -0
- data/spec/models/retention_execution_task_spec.rb +101 -0
- data/spec/models/retention_metadata_spec.rb +53 -0
- data/spec/models/retention_policy_scope_spec.rb +47 -0
- data/spec/models/retention_policy_spec.rb +65 -0
- data/spec/models/retention_rule_metadata_spec.rb +59 -0
- data/spec/models/retention_rule_param_metadata_spec.rb +53 -0
- data/spec/models/retention_rule_spec.rb +83 -0
- data/spec/models/retention_rule_trigger_spec.rb +53 -0
- data/spec/models/retention_selector_metadata_spec.rb +53 -0
- data/spec/models/retention_selector_spec.rb +59 -0
- data/spec/models/robot_create_spec.rb +77 -0
- data/spec/models/robot_create_v1_spec.rb +59 -0
- data/spec/models/robot_created_spec.rb +65 -0
- data/spec/models/robot_permission_spec.rb +53 -0
- data/spec/models/robot_sec_spec.rb +41 -0
- data/spec/models/robot_spec.rb +107 -0
- data/spec/models/role_request_spec.rb +41 -0
- data/spec/models/scan_overview_spec.rb +1 -1
- data/spec/models/scanner_adapter_metadata_spec.rb +53 -0
- data/spec/models/scanner_capability_spec.rb +47 -0
- data/spec/models/scanner_registration_req_spec.rb +83 -0
- data/spec/models/scanner_registration_settings_spec.rb +59 -0
- data/spec/models/scanner_registration_spec.rb +131 -0
- data/spec/models/scanner_spec.rb +53 -0
- data/spec/models/schedule_obj_spec.rb +51 -0
- data/spec/models/schedule_spec.rb +71 -0
- data/spec/models/search_repository_spec.rb +71 -0
- data/spec/models/search_result_spec.rb +53 -0
- data/spec/models/search_spec.rb +53 -0
- data/spec/models/start_replication_execution_spec.rb +41 -0
- data/spec/models/statistic_spec.rb +77 -0
- data/spec/models/stats_spec.rb +69 -0
- data/spec/models/storage_spec.rb +47 -0
- data/spec/models/string_config_item_spec.rb +47 -0
- data/spec/models/supported_webhook_event_types_spec.rb +47 -0
- data/spec/models/system_info_spec.rb +41 -0
- data/spec/models/tag_spec.rb +1 -1
- data/spec/models/task_spec.rb +1 -1
- data/spec/models/user_creation_req_spec.rb +65 -0
- data/spec/models/user_entity_spec.rb +47 -0
- data/spec/models/user_group_spec.rb +59 -0
- data/spec/models/user_profile_spec.rb +53 -0
- data/spec/models/user_resp_spec.rb +95 -0
- data/spec/models/user_search_resp_item_spec.rb +47 -0
- data/spec/models/user_search_spec.rb +47 -0
- data/spec/models/user_sys_admin_flag_spec.rb +41 -0
- data/spec/models/vulnerability_summary_spec.rb +1 -1
- data/spec/models/webhook_job_spec.rb +83 -0
- data/spec/models/webhook_last_trigger_spec.rb +65 -0
- data/spec/models/webhook_policy_spec.rb +95 -0
- data/spec/models/webhook_target_object_spec.rb +59 -0
- data/spec/spec_helper.rb +1 -1
- metadata +512 -8
- data/harbor2_client-0.1.0.gem +0 -0
@@ -0,0 +1,609 @@
|
|
1
|
+
# Harbor2Client::RetentionApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost/api/v2.0*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**create_retention**](RetentionApi.md#create_retention) | **POST** /retentions | Create Retention Policy
|
8
|
+
[**delete_retention**](RetentionApi.md#delete_retention) | **DELETE** /retentions/{id} | Delete Retention Policy
|
9
|
+
[**get_rentenition_metadata**](RetentionApi.md#get_rentenition_metadata) | **GET** /retentions/metadatas | Get Retention Metadatas
|
10
|
+
[**get_retention**](RetentionApi.md#get_retention) | **GET** /retentions/{id} | Get Retention Policy
|
11
|
+
[**get_retention_task_log**](RetentionApi.md#get_retention_task_log) | **GET** /retentions/{id}/executions/{eid}/tasks/{tid} | Get Retention job task log
|
12
|
+
[**list_retention_executions**](RetentionApi.md#list_retention_executions) | **GET** /retentions/{id}/executions | Get Retention executions
|
13
|
+
[**list_retention_tasks**](RetentionApi.md#list_retention_tasks) | **GET** /retentions/{id}/executions/{eid}/tasks | Get Retention tasks
|
14
|
+
[**operate_retention_execution**](RetentionApi.md#operate_retention_execution) | **PATCH** /retentions/{id}/executions/{eid} | Stop a Retention execution
|
15
|
+
[**trigger_retention_execution**](RetentionApi.md#trigger_retention_execution) | **POST** /retentions/{id}/executions | Trigger a Retention Execution
|
16
|
+
[**update_retention**](RetentionApi.md#update_retention) | **PUT** /retentions/{id} | Update Retention Policy
|
17
|
+
|
18
|
+
|
19
|
+
# **create_retention**
|
20
|
+
> create_retention(policy, opts)
|
21
|
+
|
22
|
+
Create Retention Policy
|
23
|
+
|
24
|
+
Create Retention Policy, you can reference metadatas API for the policy model. You can check project metadatas to find whether a retention policy is already binded. This method should only be called when no retention policy binded to project yet.
|
25
|
+
|
26
|
+
### Example
|
27
|
+
```ruby
|
28
|
+
# load the gem
|
29
|
+
require 'harbor2_client'
|
30
|
+
# setup authorization
|
31
|
+
Harbor2Client.configure do |config|
|
32
|
+
# Configure HTTP basic authorization: basic
|
33
|
+
config.username = 'YOUR USERNAME'
|
34
|
+
config.password = 'YOUR PASSWORD'
|
35
|
+
end
|
36
|
+
|
37
|
+
api_instance = Harbor2Client::RetentionApi.new
|
38
|
+
|
39
|
+
policy = Harbor2Client::RetentionPolicy.new # RetentionPolicy | Create Retention Policy successfully.
|
40
|
+
|
41
|
+
opts = {
|
42
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
43
|
+
}
|
44
|
+
|
45
|
+
begin
|
46
|
+
#Create Retention Policy
|
47
|
+
api_instance.create_retention(policy, opts)
|
48
|
+
rescue Harbor2Client::ApiError => e
|
49
|
+
puts "Exception when calling RetentionApi->create_retention: #{e}"
|
50
|
+
end
|
51
|
+
```
|
52
|
+
|
53
|
+
### Parameters
|
54
|
+
|
55
|
+
Name | Type | Description | Notes
|
56
|
+
------------- | ------------- | ------------- | -------------
|
57
|
+
**policy** | [**RetentionPolicy**](RetentionPolicy.md)| Create Retention Policy successfully. |
|
58
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
59
|
+
|
60
|
+
### Return type
|
61
|
+
|
62
|
+
nil (empty response body)
|
63
|
+
|
64
|
+
### Authorization
|
65
|
+
|
66
|
+
[basic](../README.md#basic)
|
67
|
+
|
68
|
+
### HTTP request headers
|
69
|
+
|
70
|
+
- **Content-Type**: application/json
|
71
|
+
- **Accept**: application/json
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
# **delete_retention**
|
76
|
+
> delete_retention(id, opts)
|
77
|
+
|
78
|
+
Delete Retention Policy
|
79
|
+
|
80
|
+
Delete Retention Policy, you can reference metadatas API for the policy model. You can check project metadatas to find whether a retention policy is already binded. This method should only be called when retention policy has already binded to project.
|
81
|
+
|
82
|
+
### Example
|
83
|
+
```ruby
|
84
|
+
# load the gem
|
85
|
+
require 'harbor2_client'
|
86
|
+
# setup authorization
|
87
|
+
Harbor2Client.configure do |config|
|
88
|
+
# Configure HTTP basic authorization: basic
|
89
|
+
config.username = 'YOUR USERNAME'
|
90
|
+
config.password = 'YOUR PASSWORD'
|
91
|
+
end
|
92
|
+
|
93
|
+
api_instance = Harbor2Client::RetentionApi.new
|
94
|
+
|
95
|
+
id = 789 # Integer | Retention ID.
|
96
|
+
|
97
|
+
opts = {
|
98
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
99
|
+
}
|
100
|
+
|
101
|
+
begin
|
102
|
+
#Delete Retention Policy
|
103
|
+
api_instance.delete_retention(id, opts)
|
104
|
+
rescue Harbor2Client::ApiError => e
|
105
|
+
puts "Exception when calling RetentionApi->delete_retention: #{e}"
|
106
|
+
end
|
107
|
+
```
|
108
|
+
|
109
|
+
### Parameters
|
110
|
+
|
111
|
+
Name | Type | Description | Notes
|
112
|
+
------------- | ------------- | ------------- | -------------
|
113
|
+
**id** | **Integer**| Retention ID. |
|
114
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
115
|
+
|
116
|
+
### Return type
|
117
|
+
|
118
|
+
nil (empty response body)
|
119
|
+
|
120
|
+
### Authorization
|
121
|
+
|
122
|
+
[basic](../README.md#basic)
|
123
|
+
|
124
|
+
### HTTP request headers
|
125
|
+
|
126
|
+
- **Content-Type**: application/json
|
127
|
+
- **Accept**: application/json
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
# **get_rentenition_metadata**
|
132
|
+
> RetentionMetadata get_rentenition_metadata(opts)
|
133
|
+
|
134
|
+
Get Retention Metadatas
|
135
|
+
|
136
|
+
Get Retention Metadatas.
|
137
|
+
|
138
|
+
### Example
|
139
|
+
```ruby
|
140
|
+
# load the gem
|
141
|
+
require 'harbor2_client'
|
142
|
+
# setup authorization
|
143
|
+
Harbor2Client.configure do |config|
|
144
|
+
# Configure HTTP basic authorization: basic
|
145
|
+
config.username = 'YOUR USERNAME'
|
146
|
+
config.password = 'YOUR PASSWORD'
|
147
|
+
end
|
148
|
+
|
149
|
+
api_instance = Harbor2Client::RetentionApi.new
|
150
|
+
|
151
|
+
opts = {
|
152
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
153
|
+
}
|
154
|
+
|
155
|
+
begin
|
156
|
+
#Get Retention Metadatas
|
157
|
+
result = api_instance.get_rentenition_metadata(opts)
|
158
|
+
p result
|
159
|
+
rescue Harbor2Client::ApiError => e
|
160
|
+
puts "Exception when calling RetentionApi->get_rentenition_metadata: #{e}"
|
161
|
+
end
|
162
|
+
```
|
163
|
+
|
164
|
+
### Parameters
|
165
|
+
|
166
|
+
Name | Type | Description | Notes
|
167
|
+
------------- | ------------- | ------------- | -------------
|
168
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
169
|
+
|
170
|
+
### Return type
|
171
|
+
|
172
|
+
[**RetentionMetadata**](RetentionMetadata.md)
|
173
|
+
|
174
|
+
### Authorization
|
175
|
+
|
176
|
+
[basic](../README.md#basic)
|
177
|
+
|
178
|
+
### HTTP request headers
|
179
|
+
|
180
|
+
- **Content-Type**: application/json
|
181
|
+
- **Accept**: application/json
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
# **get_retention**
|
186
|
+
> RetentionPolicy get_retention(id, opts)
|
187
|
+
|
188
|
+
Get Retention Policy
|
189
|
+
|
190
|
+
Get Retention Policy.
|
191
|
+
|
192
|
+
### Example
|
193
|
+
```ruby
|
194
|
+
# load the gem
|
195
|
+
require 'harbor2_client'
|
196
|
+
# setup authorization
|
197
|
+
Harbor2Client.configure do |config|
|
198
|
+
# Configure HTTP basic authorization: basic
|
199
|
+
config.username = 'YOUR USERNAME'
|
200
|
+
config.password = 'YOUR PASSWORD'
|
201
|
+
end
|
202
|
+
|
203
|
+
api_instance = Harbor2Client::RetentionApi.new
|
204
|
+
|
205
|
+
id = 789 # Integer | Retention ID.
|
206
|
+
|
207
|
+
opts = {
|
208
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
209
|
+
}
|
210
|
+
|
211
|
+
begin
|
212
|
+
#Get Retention Policy
|
213
|
+
result = api_instance.get_retention(id, opts)
|
214
|
+
p result
|
215
|
+
rescue Harbor2Client::ApiError => e
|
216
|
+
puts "Exception when calling RetentionApi->get_retention: #{e}"
|
217
|
+
end
|
218
|
+
```
|
219
|
+
|
220
|
+
### Parameters
|
221
|
+
|
222
|
+
Name | Type | Description | Notes
|
223
|
+
------------- | ------------- | ------------- | -------------
|
224
|
+
**id** | **Integer**| Retention ID. |
|
225
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
226
|
+
|
227
|
+
### Return type
|
228
|
+
|
229
|
+
[**RetentionPolicy**](RetentionPolicy.md)
|
230
|
+
|
231
|
+
### Authorization
|
232
|
+
|
233
|
+
[basic](../README.md#basic)
|
234
|
+
|
235
|
+
### HTTP request headers
|
236
|
+
|
237
|
+
- **Content-Type**: application/json
|
238
|
+
- **Accept**: application/json
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
# **get_retention_task_log**
|
243
|
+
> String get_retention_task_log(id, eid, tid, opts)
|
244
|
+
|
245
|
+
Get Retention job task log
|
246
|
+
|
247
|
+
Get Retention job task log, tags ratain or deletion detail will be shown in a table.
|
248
|
+
|
249
|
+
### Example
|
250
|
+
```ruby
|
251
|
+
# load the gem
|
252
|
+
require 'harbor2_client'
|
253
|
+
# setup authorization
|
254
|
+
Harbor2Client.configure do |config|
|
255
|
+
# Configure HTTP basic authorization: basic
|
256
|
+
config.username = 'YOUR USERNAME'
|
257
|
+
config.password = 'YOUR PASSWORD'
|
258
|
+
end
|
259
|
+
|
260
|
+
api_instance = Harbor2Client::RetentionApi.new
|
261
|
+
|
262
|
+
id = 789 # Integer | Retention ID.
|
263
|
+
|
264
|
+
eid = 789 # Integer | Retention execution ID.
|
265
|
+
|
266
|
+
tid = 789 # Integer | Retention execution ID.
|
267
|
+
|
268
|
+
opts = {
|
269
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
270
|
+
}
|
271
|
+
|
272
|
+
begin
|
273
|
+
#Get Retention job task log
|
274
|
+
result = api_instance.get_retention_task_log(id, eid, tid, opts)
|
275
|
+
p result
|
276
|
+
rescue Harbor2Client::ApiError => e
|
277
|
+
puts "Exception when calling RetentionApi->get_retention_task_log: #{e}"
|
278
|
+
end
|
279
|
+
```
|
280
|
+
|
281
|
+
### Parameters
|
282
|
+
|
283
|
+
Name | Type | Description | Notes
|
284
|
+
------------- | ------------- | ------------- | -------------
|
285
|
+
**id** | **Integer**| Retention ID. |
|
286
|
+
**eid** | **Integer**| Retention execution ID. |
|
287
|
+
**tid** | **Integer**| Retention execution ID. |
|
288
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
289
|
+
|
290
|
+
### Return type
|
291
|
+
|
292
|
+
**String**
|
293
|
+
|
294
|
+
### Authorization
|
295
|
+
|
296
|
+
[basic](../README.md#basic)
|
297
|
+
|
298
|
+
### HTTP request headers
|
299
|
+
|
300
|
+
- **Content-Type**: application/json
|
301
|
+
- **Accept**: text/plain
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
# **list_retention_executions**
|
306
|
+
> Array<RetentionExecution> list_retention_executions(id, opts)
|
307
|
+
|
308
|
+
Get Retention executions
|
309
|
+
|
310
|
+
Get Retention executions, execution status may be delayed before job service schedule it up.
|
311
|
+
|
312
|
+
### Example
|
313
|
+
```ruby
|
314
|
+
# load the gem
|
315
|
+
require 'harbor2_client'
|
316
|
+
# setup authorization
|
317
|
+
Harbor2Client.configure do |config|
|
318
|
+
# Configure HTTP basic authorization: basic
|
319
|
+
config.username = 'YOUR USERNAME'
|
320
|
+
config.password = 'YOUR PASSWORD'
|
321
|
+
end
|
322
|
+
|
323
|
+
api_instance = Harbor2Client::RetentionApi.new
|
324
|
+
|
325
|
+
id = 789 # Integer | Retention ID.
|
326
|
+
|
327
|
+
opts = {
|
328
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
329
|
+
page: 789, # Integer | The page number.
|
330
|
+
page_size: 789 # Integer | The size of per page.
|
331
|
+
}
|
332
|
+
|
333
|
+
begin
|
334
|
+
#Get Retention executions
|
335
|
+
result = api_instance.list_retention_executions(id, opts)
|
336
|
+
p result
|
337
|
+
rescue Harbor2Client::ApiError => e
|
338
|
+
puts "Exception when calling RetentionApi->list_retention_executions: #{e}"
|
339
|
+
end
|
340
|
+
```
|
341
|
+
|
342
|
+
### Parameters
|
343
|
+
|
344
|
+
Name | Type | Description | Notes
|
345
|
+
------------- | ------------- | ------------- | -------------
|
346
|
+
**id** | **Integer**| Retention ID. |
|
347
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
348
|
+
**page** | **Integer**| The page number. | [optional]
|
349
|
+
**page_size** | **Integer**| The size of per page. | [optional]
|
350
|
+
|
351
|
+
### Return type
|
352
|
+
|
353
|
+
[**Array<RetentionExecution>**](RetentionExecution.md)
|
354
|
+
|
355
|
+
### Authorization
|
356
|
+
|
357
|
+
[basic](../README.md#basic)
|
358
|
+
|
359
|
+
### HTTP request headers
|
360
|
+
|
361
|
+
- **Content-Type**: application/json
|
362
|
+
- **Accept**: application/json
|
363
|
+
|
364
|
+
|
365
|
+
|
366
|
+
# **list_retention_tasks**
|
367
|
+
> Array<RetentionExecutionTask> list_retention_tasks(id, eid, opts)
|
368
|
+
|
369
|
+
Get Retention tasks
|
370
|
+
|
371
|
+
Get Retention tasks, each repository as a task.
|
372
|
+
|
373
|
+
### Example
|
374
|
+
```ruby
|
375
|
+
# load the gem
|
376
|
+
require 'harbor2_client'
|
377
|
+
# setup authorization
|
378
|
+
Harbor2Client.configure do |config|
|
379
|
+
# Configure HTTP basic authorization: basic
|
380
|
+
config.username = 'YOUR USERNAME'
|
381
|
+
config.password = 'YOUR PASSWORD'
|
382
|
+
end
|
383
|
+
|
384
|
+
api_instance = Harbor2Client::RetentionApi.new
|
385
|
+
|
386
|
+
id = 789 # Integer | Retention ID.
|
387
|
+
|
388
|
+
eid = 789 # Integer | Retention execution ID.
|
389
|
+
|
390
|
+
opts = {
|
391
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
392
|
+
page: 789, # Integer | The page number.
|
393
|
+
page_size: 789 # Integer | The size of per page.
|
394
|
+
}
|
395
|
+
|
396
|
+
begin
|
397
|
+
#Get Retention tasks
|
398
|
+
result = api_instance.list_retention_tasks(id, eid, opts)
|
399
|
+
p result
|
400
|
+
rescue Harbor2Client::ApiError => e
|
401
|
+
puts "Exception when calling RetentionApi->list_retention_tasks: #{e}"
|
402
|
+
end
|
403
|
+
```
|
404
|
+
|
405
|
+
### Parameters
|
406
|
+
|
407
|
+
Name | Type | Description | Notes
|
408
|
+
------------- | ------------- | ------------- | -------------
|
409
|
+
**id** | **Integer**| Retention ID. |
|
410
|
+
**eid** | **Integer**| Retention execution ID. |
|
411
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
412
|
+
**page** | **Integer**| The page number. | [optional]
|
413
|
+
**page_size** | **Integer**| The size of per page. | [optional]
|
414
|
+
|
415
|
+
### Return type
|
416
|
+
|
417
|
+
[**Array<RetentionExecutionTask>**](RetentionExecutionTask.md)
|
418
|
+
|
419
|
+
### Authorization
|
420
|
+
|
421
|
+
[basic](../README.md#basic)
|
422
|
+
|
423
|
+
### HTTP request headers
|
424
|
+
|
425
|
+
- **Content-Type**: application/json
|
426
|
+
- **Accept**: application/json
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
# **operate_retention_execution**
|
431
|
+
> operate_retention_execution(id, eid, body, opts)
|
432
|
+
|
433
|
+
Stop a Retention execution
|
434
|
+
|
435
|
+
Stop a Retention execution, only support \"stop\" action now.
|
436
|
+
|
437
|
+
### Example
|
438
|
+
```ruby
|
439
|
+
# load the gem
|
440
|
+
require 'harbor2_client'
|
441
|
+
# setup authorization
|
442
|
+
Harbor2Client.configure do |config|
|
443
|
+
# Configure HTTP basic authorization: basic
|
444
|
+
config.username = 'YOUR USERNAME'
|
445
|
+
config.password = 'YOUR PASSWORD'
|
446
|
+
end
|
447
|
+
|
448
|
+
api_instance = Harbor2Client::RetentionApi.new
|
449
|
+
|
450
|
+
id = 789 # Integer | Retention ID.
|
451
|
+
|
452
|
+
eid = 789 # Integer | Retention execution ID.
|
453
|
+
|
454
|
+
body = Harbor2Client::Body1.new # Body1 | The action, only support \"stop\" now.
|
455
|
+
|
456
|
+
opts = {
|
457
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
458
|
+
}
|
459
|
+
|
460
|
+
begin
|
461
|
+
#Stop a Retention execution
|
462
|
+
api_instance.operate_retention_execution(id, eid, body, opts)
|
463
|
+
rescue Harbor2Client::ApiError => e
|
464
|
+
puts "Exception when calling RetentionApi->operate_retention_execution: #{e}"
|
465
|
+
end
|
466
|
+
```
|
467
|
+
|
468
|
+
### Parameters
|
469
|
+
|
470
|
+
Name | Type | Description | Notes
|
471
|
+
------------- | ------------- | ------------- | -------------
|
472
|
+
**id** | **Integer**| Retention ID. |
|
473
|
+
**eid** | **Integer**| Retention execution ID. |
|
474
|
+
**body** | [**Body1**](Body1.md)| The action, only support \"stop\" now. |
|
475
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
476
|
+
|
477
|
+
### Return type
|
478
|
+
|
479
|
+
nil (empty response body)
|
480
|
+
|
481
|
+
### Authorization
|
482
|
+
|
483
|
+
[basic](../README.md#basic)
|
484
|
+
|
485
|
+
### HTTP request headers
|
486
|
+
|
487
|
+
- **Content-Type**: application/json
|
488
|
+
- **Accept**: application/json
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
# **trigger_retention_execution**
|
493
|
+
> trigger_retention_execution(id, body, opts)
|
494
|
+
|
495
|
+
Trigger a Retention Execution
|
496
|
+
|
497
|
+
Trigger a Retention Execution, if dry_run is True, nothing would be deleted actually.
|
498
|
+
|
499
|
+
### Example
|
500
|
+
```ruby
|
501
|
+
# load the gem
|
502
|
+
require 'harbor2_client'
|
503
|
+
# setup authorization
|
504
|
+
Harbor2Client.configure do |config|
|
505
|
+
# Configure HTTP basic authorization: basic
|
506
|
+
config.username = 'YOUR USERNAME'
|
507
|
+
config.password = 'YOUR PASSWORD'
|
508
|
+
end
|
509
|
+
|
510
|
+
api_instance = Harbor2Client::RetentionApi.new
|
511
|
+
|
512
|
+
id = 789 # Integer | Retention ID.
|
513
|
+
|
514
|
+
body = Harbor2Client::Body.new # Body |
|
515
|
+
|
516
|
+
opts = {
|
517
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
518
|
+
}
|
519
|
+
|
520
|
+
begin
|
521
|
+
#Trigger a Retention Execution
|
522
|
+
api_instance.trigger_retention_execution(id, body, opts)
|
523
|
+
rescue Harbor2Client::ApiError => e
|
524
|
+
puts "Exception when calling RetentionApi->trigger_retention_execution: #{e}"
|
525
|
+
end
|
526
|
+
```
|
527
|
+
|
528
|
+
### Parameters
|
529
|
+
|
530
|
+
Name | Type | Description | Notes
|
531
|
+
------------- | ------------- | ------------- | -------------
|
532
|
+
**id** | **Integer**| Retention ID. |
|
533
|
+
**body** | [**Body**](Body.md)| |
|
534
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
535
|
+
|
536
|
+
### Return type
|
537
|
+
|
538
|
+
nil (empty response body)
|
539
|
+
|
540
|
+
### Authorization
|
541
|
+
|
542
|
+
[basic](../README.md#basic)
|
543
|
+
|
544
|
+
### HTTP request headers
|
545
|
+
|
546
|
+
- **Content-Type**: application/json
|
547
|
+
- **Accept**: text/plain
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
# **update_retention**
|
552
|
+
> update_retention(id, policy, opts)
|
553
|
+
|
554
|
+
Update Retention Policy
|
555
|
+
|
556
|
+
Update Retention Policy, you can reference metadatas API for the policy model. You can check project metadatas to find whether a retention policy is already binded. This method should only be called when retention policy has already binded to project.
|
557
|
+
|
558
|
+
### Example
|
559
|
+
```ruby
|
560
|
+
# load the gem
|
561
|
+
require 'harbor2_client'
|
562
|
+
# setup authorization
|
563
|
+
Harbor2Client.configure do |config|
|
564
|
+
# Configure HTTP basic authorization: basic
|
565
|
+
config.username = 'YOUR USERNAME'
|
566
|
+
config.password = 'YOUR PASSWORD'
|
567
|
+
end
|
568
|
+
|
569
|
+
api_instance = Harbor2Client::RetentionApi.new
|
570
|
+
|
571
|
+
id = 789 # Integer | Retention ID.
|
572
|
+
|
573
|
+
policy = Harbor2Client::RetentionPolicy.new # RetentionPolicy |
|
574
|
+
|
575
|
+
opts = {
|
576
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
577
|
+
}
|
578
|
+
|
579
|
+
begin
|
580
|
+
#Update Retention Policy
|
581
|
+
api_instance.update_retention(id, policy, opts)
|
582
|
+
rescue Harbor2Client::ApiError => e
|
583
|
+
puts "Exception when calling RetentionApi->update_retention: #{e}"
|
584
|
+
end
|
585
|
+
```
|
586
|
+
|
587
|
+
### Parameters
|
588
|
+
|
589
|
+
Name | Type | Description | Notes
|
590
|
+
------------- | ------------- | ------------- | -------------
|
591
|
+
**id** | **Integer**| Retention ID. |
|
592
|
+
**policy** | [**RetentionPolicy**](RetentionPolicy.md)| |
|
593
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
594
|
+
|
595
|
+
### Return type
|
596
|
+
|
597
|
+
nil (empty response body)
|
598
|
+
|
599
|
+
### Authorization
|
600
|
+
|
601
|
+
[basic](../README.md#basic)
|
602
|
+
|
603
|
+
### HTTP request headers
|
604
|
+
|
605
|
+
- **Content-Type**: application/json
|
606
|
+
- **Accept**: application/json
|
607
|
+
|
608
|
+
|
609
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# Harbor2Client::RetentionExecution
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | | [optional]
|
7
|
+
**policy_id** | **Integer** | | [optional]
|
8
|
+
**start_time** | **String** | | [optional]
|
9
|
+
**end_time** | **String** | | [optional]
|
10
|
+
**status** | **String** | | [optional]
|
11
|
+
**trigger** | **String** | | [optional]
|
12
|
+
**dry_run** | **BOOLEAN** | | [optional]
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Harbor2Client::RetentionExecutionTask
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | | [optional]
|
7
|
+
**execution_id** | **Integer** | | [optional]
|
8
|
+
**repository** | **String** | | [optional]
|
9
|
+
**job_id** | **String** | | [optional]
|
10
|
+
**status** | **String** | | [optional]
|
11
|
+
**status_code** | **Integer** | | [optional]
|
12
|
+
**status_revision** | **Integer** | | [optional]
|
13
|
+
**start_time** | **String** | | [optional]
|
14
|
+
**end_time** | **String** | | [optional]
|
15
|
+
**total** | **Integer** | | [optional]
|
16
|
+
**retained** | **Integer** | | [optional]
|
17
|
+
|
18
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# Harbor2Client::RetentionMetadata
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**templates** | [**Array<RetentionRuleMetadata>**](RetentionRuleMetadata.md) | templates | [optional]
|
7
|
+
**scope_selectors** | [**Array<RetentionSelectorMetadata>**](RetentionSelectorMetadata.md) | supported scope selectors | [optional]
|
8
|
+
**tag_selectors** | [**Array<RetentionSelectorMetadata>**](RetentionSelectorMetadata.md) | supported tag selectors | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# Harbor2Client::RetentionPolicy
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | | [optional]
|
7
|
+
**algorithm** | **String** | | [optional]
|
8
|
+
**rules** | [**Array<RetentionRule>**](RetentionRule.md) | | [optional]
|
9
|
+
**trigger** | [**RetentionRuleTrigger**](RetentionRuleTrigger.md) | | [optional]
|
10
|
+
**scope** | [**RetentionPolicyScope**](RetentionPolicyScope.md) | | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# Harbor2Client::RetentionRule
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | | [optional]
|
7
|
+
**priority** | **Integer** | | [optional]
|
8
|
+
**disabled** | **BOOLEAN** | | [optional]
|
9
|
+
**action** | **String** | | [optional]
|
10
|
+
**template** | **String** | | [optional]
|
11
|
+
**params** | **Hash<String, Object>** | | [optional]
|
12
|
+
**tag_selectors** | [**Array<RetentionSelector>**](RetentionSelector.md) | | [optional]
|
13
|
+
**scope_selectors** | **Hash<String, Array<RetentionSelector>>** | | [optional]
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# Harbor2Client::RetentionRuleMetadata
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**rule_template** | **String** | rule id | [optional]
|
7
|
+
**display_text** | **String** | rule display text | [optional]
|
8
|
+
**action** | **String** | rule action | [optional]
|
9
|
+
**params** | [**Array<RetentionRuleParamMetadata>**](RetentionRuleParamMetadata.md) | rule params | [optional]
|
10
|
+
|
11
|
+
|