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,673 @@
|
|
1
|
+
# Harbor2Client::ReplicationApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost/api/v2.0*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**create_replication_policy**](ReplicationApi.md#create_replication_policy) | **POST** /replication/policies | Create a replication policy
|
8
|
+
[**delete_replication_policy**](ReplicationApi.md#delete_replication_policy) | **DELETE** /replication/policies/{id} | Delete the specific replication policy
|
9
|
+
[**get_replication_execution**](ReplicationApi.md#get_replication_execution) | **GET** /replication/executions/{id} | Get the specific replication execution
|
10
|
+
[**get_replication_log**](ReplicationApi.md#get_replication_log) | **GET** /replication/executions/{id}/tasks/{task_id}/log | Get the log of the specific replication task
|
11
|
+
[**get_replication_policy**](ReplicationApi.md#get_replication_policy) | **GET** /replication/policies/{id} | Get the specific replication policy
|
12
|
+
[**list_replication_executions**](ReplicationApi.md#list_replication_executions) | **GET** /replication/executions | List replication executions
|
13
|
+
[**list_replication_policies**](ReplicationApi.md#list_replication_policies) | **GET** /replication/policies | List replication policies
|
14
|
+
[**list_replication_tasks**](ReplicationApi.md#list_replication_tasks) | **GET** /replication/executions/{id}/tasks | List replication tasks for a specific execution
|
15
|
+
[**start_replication**](ReplicationApi.md#start_replication) | **POST** /replication/executions | Start one replication execution
|
16
|
+
[**stop_replication**](ReplicationApi.md#stop_replication) | **PUT** /replication/executions/{id} | Stop the specific replication execution
|
17
|
+
[**update_replication_policy**](ReplicationApi.md#update_replication_policy) | **PUT** /replication/policies/{id} | Update the replication policy
|
18
|
+
|
19
|
+
|
20
|
+
# **create_replication_policy**
|
21
|
+
> create_replication_policy(policy, opts)
|
22
|
+
|
23
|
+
Create a replication policy
|
24
|
+
|
25
|
+
Create a replication policy
|
26
|
+
|
27
|
+
### Example
|
28
|
+
```ruby
|
29
|
+
# load the gem
|
30
|
+
require 'harbor2_client'
|
31
|
+
# setup authorization
|
32
|
+
Harbor2Client.configure do |config|
|
33
|
+
# Configure HTTP basic authorization: basic
|
34
|
+
config.username = 'YOUR USERNAME'
|
35
|
+
config.password = 'YOUR PASSWORD'
|
36
|
+
end
|
37
|
+
|
38
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
39
|
+
|
40
|
+
policy = Harbor2Client::ReplicationPolicy.new # ReplicationPolicy | The replication policy
|
41
|
+
|
42
|
+
opts = {
|
43
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
44
|
+
}
|
45
|
+
|
46
|
+
begin
|
47
|
+
#Create a replication policy
|
48
|
+
api_instance.create_replication_policy(policy, opts)
|
49
|
+
rescue Harbor2Client::ApiError => e
|
50
|
+
puts "Exception when calling ReplicationApi->create_replication_policy: #{e}"
|
51
|
+
end
|
52
|
+
```
|
53
|
+
|
54
|
+
### Parameters
|
55
|
+
|
56
|
+
Name | Type | Description | Notes
|
57
|
+
------------- | ------------- | ------------- | -------------
|
58
|
+
**policy** | [**ReplicationPolicy**](ReplicationPolicy.md)| The replication policy |
|
59
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
60
|
+
|
61
|
+
### Return type
|
62
|
+
|
63
|
+
nil (empty response body)
|
64
|
+
|
65
|
+
### Authorization
|
66
|
+
|
67
|
+
[basic](../README.md#basic)
|
68
|
+
|
69
|
+
### HTTP request headers
|
70
|
+
|
71
|
+
- **Content-Type**: application/json
|
72
|
+
- **Accept**: application/json
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
# **delete_replication_policy**
|
77
|
+
> delete_replication_policy(id, opts)
|
78
|
+
|
79
|
+
Delete the specific replication policy
|
80
|
+
|
81
|
+
Delete the specific replication policy
|
82
|
+
|
83
|
+
### Example
|
84
|
+
```ruby
|
85
|
+
# load the gem
|
86
|
+
require 'harbor2_client'
|
87
|
+
# setup authorization
|
88
|
+
Harbor2Client.configure do |config|
|
89
|
+
# Configure HTTP basic authorization: basic
|
90
|
+
config.username = 'YOUR USERNAME'
|
91
|
+
config.password = 'YOUR PASSWORD'
|
92
|
+
end
|
93
|
+
|
94
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
95
|
+
|
96
|
+
id = 789 # Integer | Replication policy ID
|
97
|
+
|
98
|
+
opts = {
|
99
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
100
|
+
}
|
101
|
+
|
102
|
+
begin
|
103
|
+
#Delete the specific replication policy
|
104
|
+
api_instance.delete_replication_policy(id, opts)
|
105
|
+
rescue Harbor2Client::ApiError => e
|
106
|
+
puts "Exception when calling ReplicationApi->delete_replication_policy: #{e}"
|
107
|
+
end
|
108
|
+
```
|
109
|
+
|
110
|
+
### Parameters
|
111
|
+
|
112
|
+
Name | Type | Description | Notes
|
113
|
+
------------- | ------------- | ------------- | -------------
|
114
|
+
**id** | **Integer**| Replication policy ID |
|
115
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
116
|
+
|
117
|
+
### Return type
|
118
|
+
|
119
|
+
nil (empty response body)
|
120
|
+
|
121
|
+
### Authorization
|
122
|
+
|
123
|
+
[basic](../README.md#basic)
|
124
|
+
|
125
|
+
### HTTP request headers
|
126
|
+
|
127
|
+
- **Content-Type**: application/json
|
128
|
+
- **Accept**: application/json
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
# **get_replication_execution**
|
133
|
+
> ReplicationExecution get_replication_execution(id, opts)
|
134
|
+
|
135
|
+
Get the specific replication execution
|
136
|
+
|
137
|
+
Get the replication execution specified by ID
|
138
|
+
|
139
|
+
### Example
|
140
|
+
```ruby
|
141
|
+
# load the gem
|
142
|
+
require 'harbor2_client'
|
143
|
+
# setup authorization
|
144
|
+
Harbor2Client.configure do |config|
|
145
|
+
# Configure HTTP basic authorization: basic
|
146
|
+
config.username = 'YOUR USERNAME'
|
147
|
+
config.password = 'YOUR PASSWORD'
|
148
|
+
end
|
149
|
+
|
150
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
151
|
+
|
152
|
+
id = 789 # Integer | The ID of the execution.
|
153
|
+
|
154
|
+
opts = {
|
155
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
156
|
+
}
|
157
|
+
|
158
|
+
begin
|
159
|
+
#Get the specific replication execution
|
160
|
+
result = api_instance.get_replication_execution(id, opts)
|
161
|
+
p result
|
162
|
+
rescue Harbor2Client::ApiError => e
|
163
|
+
puts "Exception when calling ReplicationApi->get_replication_execution: #{e}"
|
164
|
+
end
|
165
|
+
```
|
166
|
+
|
167
|
+
### Parameters
|
168
|
+
|
169
|
+
Name | Type | Description | Notes
|
170
|
+
------------- | ------------- | ------------- | -------------
|
171
|
+
**id** | **Integer**| The ID of the execution. |
|
172
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
173
|
+
|
174
|
+
### Return type
|
175
|
+
|
176
|
+
[**ReplicationExecution**](ReplicationExecution.md)
|
177
|
+
|
178
|
+
### Authorization
|
179
|
+
|
180
|
+
[basic](../README.md#basic)
|
181
|
+
|
182
|
+
### HTTP request headers
|
183
|
+
|
184
|
+
- **Content-Type**: application/json
|
185
|
+
- **Accept**: application/json
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
# **get_replication_log**
|
190
|
+
> String get_replication_log(id, task_id, opts)
|
191
|
+
|
192
|
+
Get the log of the specific replication task
|
193
|
+
|
194
|
+
Get the log of the specific replication task
|
195
|
+
|
196
|
+
### Example
|
197
|
+
```ruby
|
198
|
+
# load the gem
|
199
|
+
require 'harbor2_client'
|
200
|
+
# setup authorization
|
201
|
+
Harbor2Client.configure do |config|
|
202
|
+
# Configure HTTP basic authorization: basic
|
203
|
+
config.username = 'YOUR USERNAME'
|
204
|
+
config.password = 'YOUR PASSWORD'
|
205
|
+
end
|
206
|
+
|
207
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
208
|
+
|
209
|
+
id = 789 # Integer | The ID of the execution that the tasks belongs to.
|
210
|
+
|
211
|
+
task_id = 789 # Integer | The ID of the task.
|
212
|
+
|
213
|
+
opts = {
|
214
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
215
|
+
}
|
216
|
+
|
217
|
+
begin
|
218
|
+
#Get the log of the specific replication task
|
219
|
+
result = api_instance.get_replication_log(id, task_id, opts)
|
220
|
+
p result
|
221
|
+
rescue Harbor2Client::ApiError => e
|
222
|
+
puts "Exception when calling ReplicationApi->get_replication_log: #{e}"
|
223
|
+
end
|
224
|
+
```
|
225
|
+
|
226
|
+
### Parameters
|
227
|
+
|
228
|
+
Name | Type | Description | Notes
|
229
|
+
------------- | ------------- | ------------- | -------------
|
230
|
+
**id** | **Integer**| The ID of the execution that the tasks belongs to. |
|
231
|
+
**task_id** | **Integer**| The ID of the task. |
|
232
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
233
|
+
|
234
|
+
### Return type
|
235
|
+
|
236
|
+
**String**
|
237
|
+
|
238
|
+
### Authorization
|
239
|
+
|
240
|
+
[basic](../README.md#basic)
|
241
|
+
|
242
|
+
### HTTP request headers
|
243
|
+
|
244
|
+
- **Content-Type**: application/json
|
245
|
+
- **Accept**: text/plain
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
# **get_replication_policy**
|
250
|
+
> ReplicationPolicy get_replication_policy(id, opts)
|
251
|
+
|
252
|
+
Get the specific replication policy
|
253
|
+
|
254
|
+
Get the specific replication policy
|
255
|
+
|
256
|
+
### Example
|
257
|
+
```ruby
|
258
|
+
# load the gem
|
259
|
+
require 'harbor2_client'
|
260
|
+
# setup authorization
|
261
|
+
Harbor2Client.configure do |config|
|
262
|
+
# Configure HTTP basic authorization: basic
|
263
|
+
config.username = 'YOUR USERNAME'
|
264
|
+
config.password = 'YOUR PASSWORD'
|
265
|
+
end
|
266
|
+
|
267
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
268
|
+
|
269
|
+
id = 789 # Integer | Policy ID
|
270
|
+
|
271
|
+
opts = {
|
272
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
273
|
+
}
|
274
|
+
|
275
|
+
begin
|
276
|
+
#Get the specific replication policy
|
277
|
+
result = api_instance.get_replication_policy(id, opts)
|
278
|
+
p result
|
279
|
+
rescue Harbor2Client::ApiError => e
|
280
|
+
puts "Exception when calling ReplicationApi->get_replication_policy: #{e}"
|
281
|
+
end
|
282
|
+
```
|
283
|
+
|
284
|
+
### Parameters
|
285
|
+
|
286
|
+
Name | Type | Description | Notes
|
287
|
+
------------- | ------------- | ------------- | -------------
|
288
|
+
**id** | **Integer**| Policy ID |
|
289
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
290
|
+
|
291
|
+
### Return type
|
292
|
+
|
293
|
+
[**ReplicationPolicy**](ReplicationPolicy.md)
|
294
|
+
|
295
|
+
### Authorization
|
296
|
+
|
297
|
+
[basic](../README.md#basic)
|
298
|
+
|
299
|
+
### HTTP request headers
|
300
|
+
|
301
|
+
- **Content-Type**: application/json
|
302
|
+
- **Accept**: application/json
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
# **list_replication_executions**
|
307
|
+
> Array<ReplicationExecution> list_replication_executions(opts)
|
308
|
+
|
309
|
+
List replication executions
|
310
|
+
|
311
|
+
List replication executions
|
312
|
+
|
313
|
+
### Example
|
314
|
+
```ruby
|
315
|
+
# load the gem
|
316
|
+
require 'harbor2_client'
|
317
|
+
# setup authorization
|
318
|
+
Harbor2Client.configure do |config|
|
319
|
+
# Configure HTTP basic authorization: basic
|
320
|
+
config.username = 'YOUR USERNAME'
|
321
|
+
config.password = 'YOUR PASSWORD'
|
322
|
+
end
|
323
|
+
|
324
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
325
|
+
|
326
|
+
opts = {
|
327
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
328
|
+
sort: 'sort_example', # String | Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending orderr and field2 in descending order with \"sort=field1,-field2\"
|
329
|
+
page: 1, # Integer | The page number
|
330
|
+
page_size: 10, # Integer | The size of per page
|
331
|
+
policy_id: 56, # Integer | The ID of the policy that the executions belong to.
|
332
|
+
status: 'status_example', # String | The execution status.
|
333
|
+
trigger: 'trigger_example' # String | The trigger mode.
|
334
|
+
}
|
335
|
+
|
336
|
+
begin
|
337
|
+
#List replication executions
|
338
|
+
result = api_instance.list_replication_executions(opts)
|
339
|
+
p result
|
340
|
+
rescue Harbor2Client::ApiError => e
|
341
|
+
puts "Exception when calling ReplicationApi->list_replication_executions: #{e}"
|
342
|
+
end
|
343
|
+
```
|
344
|
+
|
345
|
+
### Parameters
|
346
|
+
|
347
|
+
Name | Type | Description | Notes
|
348
|
+
------------- | ------------- | ------------- | -------------
|
349
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
350
|
+
**sort** | **String**| Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending orderr and field2 in descending order with \"sort=field1,-field2\" | [optional]
|
351
|
+
**page** | **Integer**| The page number | [optional] [default to 1]
|
352
|
+
**page_size** | **Integer**| The size of per page | [optional] [default to 10]
|
353
|
+
**policy_id** | **Integer**| The ID of the policy that the executions belong to. | [optional]
|
354
|
+
**status** | **String**| The execution status. | [optional]
|
355
|
+
**trigger** | **String**| The trigger mode. | [optional]
|
356
|
+
|
357
|
+
### Return type
|
358
|
+
|
359
|
+
[**Array<ReplicationExecution>**](ReplicationExecution.md)
|
360
|
+
|
361
|
+
### Authorization
|
362
|
+
|
363
|
+
[basic](../README.md#basic)
|
364
|
+
|
365
|
+
### HTTP request headers
|
366
|
+
|
367
|
+
- **Content-Type**: application/json
|
368
|
+
- **Accept**: application/json
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
# **list_replication_policies**
|
373
|
+
> Array<ReplicationPolicy> list_replication_policies(opts)
|
374
|
+
|
375
|
+
List replication policies
|
376
|
+
|
377
|
+
List replication policies
|
378
|
+
|
379
|
+
### Example
|
380
|
+
```ruby
|
381
|
+
# load the gem
|
382
|
+
require 'harbor2_client'
|
383
|
+
# setup authorization
|
384
|
+
Harbor2Client.configure do |config|
|
385
|
+
# Configure HTTP basic authorization: basic
|
386
|
+
config.username = 'YOUR USERNAME'
|
387
|
+
config.password = 'YOUR PASSWORD'
|
388
|
+
end
|
389
|
+
|
390
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
391
|
+
|
392
|
+
opts = {
|
393
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
394
|
+
q: 'q_example', # String | Query string to query resources. Supported query patterns are \"exact match(k=v)\", \"fuzzy match(k=~v)\", \"range(k=[min~max])\", \"list with union releationship(k={v1 v2 v3})\" and \"list with intersetion relationship(k=(v1 v2 v3))\". The value of range and list can be string(enclosed by \" or '), integer or time(in format \"2020-04-09 02:36:00\"). All of these query patterns should be put in the query string \"q=xxx\" and splitted by \",\". e.g. q=k1=v1,k2=~v2,k3=[min~max]
|
395
|
+
sort: 'sort_example', # String | Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending orderr and field2 in descending order with \"sort=field1,-field2\"
|
396
|
+
page: 1, # Integer | The page number
|
397
|
+
page_size: 10, # Integer | The size of per page
|
398
|
+
name: 'name_example' # String | Deprecated, use \"query\" instead. The policy name.
|
399
|
+
}
|
400
|
+
|
401
|
+
begin
|
402
|
+
#List replication policies
|
403
|
+
result = api_instance.list_replication_policies(opts)
|
404
|
+
p result
|
405
|
+
rescue Harbor2Client::ApiError => e
|
406
|
+
puts "Exception when calling ReplicationApi->list_replication_policies: #{e}"
|
407
|
+
end
|
408
|
+
```
|
409
|
+
|
410
|
+
### Parameters
|
411
|
+
|
412
|
+
Name | Type | Description | Notes
|
413
|
+
------------- | ------------- | ------------- | -------------
|
414
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
415
|
+
**q** | **String**| Query string to query resources. Supported query patterns are \"exact match(k=v)\", \"fuzzy match(k=~v)\", \"range(k=[min~max])\", \"list with union releationship(k={v1 v2 v3})\" and \"list with intersetion relationship(k=(v1 v2 v3))\". The value of range and list can be string(enclosed by \" or '), integer or time(in format \"2020-04-09 02:36:00\"). All of these query patterns should be put in the query string \"q=xxx\" and splitted by \",\". e.g. q=k1=v1,k2=~v2,k3=[min~max] | [optional]
|
416
|
+
**sort** | **String**| Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending orderr and field2 in descending order with \"sort=field1,-field2\" | [optional]
|
417
|
+
**page** | **Integer**| The page number | [optional] [default to 1]
|
418
|
+
**page_size** | **Integer**| The size of per page | [optional] [default to 10]
|
419
|
+
**name** | **String**| Deprecated, use \"query\" instead. The policy name. | [optional]
|
420
|
+
|
421
|
+
### Return type
|
422
|
+
|
423
|
+
[**Array<ReplicationPolicy>**](ReplicationPolicy.md)
|
424
|
+
|
425
|
+
### Authorization
|
426
|
+
|
427
|
+
[basic](../README.md#basic)
|
428
|
+
|
429
|
+
### HTTP request headers
|
430
|
+
|
431
|
+
- **Content-Type**: application/json
|
432
|
+
- **Accept**: application/json
|
433
|
+
|
434
|
+
|
435
|
+
|
436
|
+
# **list_replication_tasks**
|
437
|
+
> Array<ReplicationTask> list_replication_tasks(id, opts)
|
438
|
+
|
439
|
+
List replication tasks for a specific execution
|
440
|
+
|
441
|
+
List replication tasks for a specific execution
|
442
|
+
|
443
|
+
### Example
|
444
|
+
```ruby
|
445
|
+
# load the gem
|
446
|
+
require 'harbor2_client'
|
447
|
+
# setup authorization
|
448
|
+
Harbor2Client.configure do |config|
|
449
|
+
# Configure HTTP basic authorization: basic
|
450
|
+
config.username = 'YOUR USERNAME'
|
451
|
+
config.password = 'YOUR PASSWORD'
|
452
|
+
end
|
453
|
+
|
454
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
455
|
+
|
456
|
+
id = 789 # Integer | The ID of the execution that the tasks belongs to.
|
457
|
+
|
458
|
+
opts = {
|
459
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
460
|
+
sort: 'sort_example', # String | Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending orderr and field2 in descending order with \"sort=field1,-field2\"
|
461
|
+
page: 1, # Integer | The page number
|
462
|
+
page_size: 10, # Integer | The size of per page
|
463
|
+
status: 'status_example', # String | The task status.
|
464
|
+
resource_type: 'resource_type_example' # String | The resource type.
|
465
|
+
}
|
466
|
+
|
467
|
+
begin
|
468
|
+
#List replication tasks for a specific execution
|
469
|
+
result = api_instance.list_replication_tasks(id, opts)
|
470
|
+
p result
|
471
|
+
rescue Harbor2Client::ApiError => e
|
472
|
+
puts "Exception when calling ReplicationApi->list_replication_tasks: #{e}"
|
473
|
+
end
|
474
|
+
```
|
475
|
+
|
476
|
+
### Parameters
|
477
|
+
|
478
|
+
Name | Type | Description | Notes
|
479
|
+
------------- | ------------- | ------------- | -------------
|
480
|
+
**id** | **Integer**| The ID of the execution that the tasks belongs to. |
|
481
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
482
|
+
**sort** | **String**| Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending orderr and field2 in descending order with \"sort=field1,-field2\" | [optional]
|
483
|
+
**page** | **Integer**| The page number | [optional] [default to 1]
|
484
|
+
**page_size** | **Integer**| The size of per page | [optional] [default to 10]
|
485
|
+
**status** | **String**| The task status. | [optional]
|
486
|
+
**resource_type** | **String**| The resource type. | [optional]
|
487
|
+
|
488
|
+
### Return type
|
489
|
+
|
490
|
+
[**Array<ReplicationTask>**](ReplicationTask.md)
|
491
|
+
|
492
|
+
### Authorization
|
493
|
+
|
494
|
+
[basic](../README.md#basic)
|
495
|
+
|
496
|
+
### HTTP request headers
|
497
|
+
|
498
|
+
- **Content-Type**: application/json
|
499
|
+
- **Accept**: application/json
|
500
|
+
|
501
|
+
|
502
|
+
|
503
|
+
# **start_replication**
|
504
|
+
> start_replication(execution, opts)
|
505
|
+
|
506
|
+
Start one replication execution
|
507
|
+
|
508
|
+
Start one replication execution according to the policy
|
509
|
+
|
510
|
+
### Example
|
511
|
+
```ruby
|
512
|
+
# load the gem
|
513
|
+
require 'harbor2_client'
|
514
|
+
# setup authorization
|
515
|
+
Harbor2Client.configure do |config|
|
516
|
+
# Configure HTTP basic authorization: basic
|
517
|
+
config.username = 'YOUR USERNAME'
|
518
|
+
config.password = 'YOUR PASSWORD'
|
519
|
+
end
|
520
|
+
|
521
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
522
|
+
|
523
|
+
execution = Harbor2Client::StartReplicationExecution.new # StartReplicationExecution | The ID of policy that the execution belongs to
|
524
|
+
|
525
|
+
opts = {
|
526
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
527
|
+
}
|
528
|
+
|
529
|
+
begin
|
530
|
+
#Start one replication execution
|
531
|
+
api_instance.start_replication(execution, opts)
|
532
|
+
rescue Harbor2Client::ApiError => e
|
533
|
+
puts "Exception when calling ReplicationApi->start_replication: #{e}"
|
534
|
+
end
|
535
|
+
```
|
536
|
+
|
537
|
+
### Parameters
|
538
|
+
|
539
|
+
Name | Type | Description | Notes
|
540
|
+
------------- | ------------- | ------------- | -------------
|
541
|
+
**execution** | [**StartReplicationExecution**](StartReplicationExecution.md)| The ID of policy that the execution belongs to |
|
542
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
543
|
+
|
544
|
+
### Return type
|
545
|
+
|
546
|
+
nil (empty response body)
|
547
|
+
|
548
|
+
### Authorization
|
549
|
+
|
550
|
+
[basic](../README.md#basic)
|
551
|
+
|
552
|
+
### HTTP request headers
|
553
|
+
|
554
|
+
- **Content-Type**: application/json
|
555
|
+
- **Accept**: application/json
|
556
|
+
|
557
|
+
|
558
|
+
|
559
|
+
# **stop_replication**
|
560
|
+
> stop_replication(id, opts)
|
561
|
+
|
562
|
+
Stop the specific replication execution
|
563
|
+
|
564
|
+
Stop the replication execution specified by ID
|
565
|
+
|
566
|
+
### Example
|
567
|
+
```ruby
|
568
|
+
# load the gem
|
569
|
+
require 'harbor2_client'
|
570
|
+
# setup authorization
|
571
|
+
Harbor2Client.configure do |config|
|
572
|
+
# Configure HTTP basic authorization: basic
|
573
|
+
config.username = 'YOUR USERNAME'
|
574
|
+
config.password = 'YOUR PASSWORD'
|
575
|
+
end
|
576
|
+
|
577
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
578
|
+
|
579
|
+
id = 789 # Integer | The ID of the execution.
|
580
|
+
|
581
|
+
opts = {
|
582
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
583
|
+
}
|
584
|
+
|
585
|
+
begin
|
586
|
+
#Stop the specific replication execution
|
587
|
+
api_instance.stop_replication(id, opts)
|
588
|
+
rescue Harbor2Client::ApiError => e
|
589
|
+
puts "Exception when calling ReplicationApi->stop_replication: #{e}"
|
590
|
+
end
|
591
|
+
```
|
592
|
+
|
593
|
+
### Parameters
|
594
|
+
|
595
|
+
Name | Type | Description | Notes
|
596
|
+
------------- | ------------- | ------------- | -------------
|
597
|
+
**id** | **Integer**| The ID of the execution. |
|
598
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
599
|
+
|
600
|
+
### Return type
|
601
|
+
|
602
|
+
nil (empty response body)
|
603
|
+
|
604
|
+
### Authorization
|
605
|
+
|
606
|
+
[basic](../README.md#basic)
|
607
|
+
|
608
|
+
### HTTP request headers
|
609
|
+
|
610
|
+
- **Content-Type**: application/json
|
611
|
+
- **Accept**: application/json
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
# **update_replication_policy**
|
616
|
+
> update_replication_policy(id, policy, opts)
|
617
|
+
|
618
|
+
Update the replication policy
|
619
|
+
|
620
|
+
Update the replication policy
|
621
|
+
|
622
|
+
### Example
|
623
|
+
```ruby
|
624
|
+
# load the gem
|
625
|
+
require 'harbor2_client'
|
626
|
+
# setup authorization
|
627
|
+
Harbor2Client.configure do |config|
|
628
|
+
# Configure HTTP basic authorization: basic
|
629
|
+
config.username = 'YOUR USERNAME'
|
630
|
+
config.password = 'YOUR PASSWORD'
|
631
|
+
end
|
632
|
+
|
633
|
+
api_instance = Harbor2Client::ReplicationApi.new
|
634
|
+
|
635
|
+
id = 789 # Integer | The policy ID
|
636
|
+
|
637
|
+
policy = Harbor2Client::ReplicationPolicy.new # ReplicationPolicy | The replication policy
|
638
|
+
|
639
|
+
opts = {
|
640
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
641
|
+
}
|
642
|
+
|
643
|
+
begin
|
644
|
+
#Update the replication policy
|
645
|
+
api_instance.update_replication_policy(id, policy, opts)
|
646
|
+
rescue Harbor2Client::ApiError => e
|
647
|
+
puts "Exception when calling ReplicationApi->update_replication_policy: #{e}"
|
648
|
+
end
|
649
|
+
```
|
650
|
+
|
651
|
+
### Parameters
|
652
|
+
|
653
|
+
Name | Type | Description | Notes
|
654
|
+
------------- | ------------- | ------------- | -------------
|
655
|
+
**id** | **Integer**| The policy ID |
|
656
|
+
**policy** | [**ReplicationPolicy**](ReplicationPolicy.md)| The replication policy |
|
657
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
658
|
+
|
659
|
+
### Return type
|
660
|
+
|
661
|
+
nil (empty response body)
|
662
|
+
|
663
|
+
### Authorization
|
664
|
+
|
665
|
+
[basic](../README.md#basic)
|
666
|
+
|
667
|
+
### HTTP request headers
|
668
|
+
|
669
|
+
- **Content-Type**: application/json
|
670
|
+
- **Accept**: application/json
|
671
|
+
|
672
|
+
|
673
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Harbor2Client::ReplicationExecution
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | The ID of the execution | [optional]
|
7
|
+
**policy_id** | **Integer** | The ID if the policy that the execution belongs to | [optional]
|
8
|
+
**status** | **String** | The status of the execution | [optional]
|
9
|
+
**trigger** | **String** | The trigger mode | [optional]
|
10
|
+
**start_time** | **DateTime** | The start time | [optional]
|
11
|
+
**end_time** | **DateTime** | The end time | [optional]
|
12
|
+
**status_text** | **String** | The status text | [optional]
|
13
|
+
**total** | **Integer** | The total count of all executions | [optional]
|
14
|
+
**failed** | **Integer** | The count of failed executions | [optional]
|
15
|
+
**succeed** | **Integer** | The count of succeed executions | [optional]
|
16
|
+
**in_progress** | **Integer** | The count of in_progress executions | [optional]
|
17
|
+
**stopped** | **Integer** | The count of stopped executions | [optional]
|
18
|
+
|
19
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# Harbor2Client::ReplicationFilter
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | The replication policy filter type. | [optional]
|
7
|
+
**value** | **Object** | The value of replication policy filter. | [optional]
|
8
|
+
|
9
|
+
|