harbor2_client 0.1.0 → 2.3.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +241 -13
- data/build_scripts/generate.sh +8 -0
- data/build_scripts/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 -7
@@ -6,7 +6,7 @@
|
|
6
6
|
OpenAPI spec version: 2.0
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.
|
9
|
+
Swagger Codegen version: 2.4.22
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -24,6 +24,7 @@ module Harbor2Client
|
|
24
24
|
# @param project New created project.
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @option opts [String] :x_request_id An unique ID for the request
|
27
|
+
# @option opts [BOOLEAN] :x_resource_name_in_location The flag to indicate whether to return the name of the resource in Location. When X-Resource-Name-In-Location is true, the Location will return the name of the resource. (default to false)
|
27
28
|
# @return [nil]
|
28
29
|
def create_project(project, opts = {})
|
29
30
|
create_project_with_http_info(project, opts)
|
@@ -35,6 +36,7 @@ module Harbor2Client
|
|
35
36
|
# @param project New created project.
|
36
37
|
# @param [Hash] opts the optional parameters
|
37
38
|
# @option opts [String] :x_request_id An unique ID for the request
|
39
|
+
# @option opts [BOOLEAN] :x_resource_name_in_location The flag to indicate whether to return the name of the resource in Location. When X-Resource-Name-In-Location is true, the Location will return the name of the resource.
|
38
40
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
39
41
|
def create_project_with_http_info(project, opts = {})
|
40
42
|
if @api_client.config.debugging
|
@@ -61,6 +63,7 @@ module Harbor2Client
|
|
61
63
|
# HTTP header 'Content-Type'
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
63
65
|
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
66
|
+
header_params[:'X-Resource-Name-In-Location'] = opts[:'x_resource_name_in_location'] if !opts[:'x_resource_name_in_location'].nil?
|
64
67
|
|
65
68
|
# form parameters
|
66
69
|
form_params = {}
|
@@ -81,35 +84,37 @@ module Harbor2Client
|
|
81
84
|
end
|
82
85
|
# Delete project by projectID
|
83
86
|
# This endpoint is aimed to delete project by project ID.
|
84
|
-
# @param
|
87
|
+
# @param project_name_or_id The name or id of the project
|
85
88
|
# @param [Hash] opts the optional parameters
|
86
89
|
# @option opts [String] :x_request_id An unique ID for the request
|
90
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
87
91
|
# @return [nil]
|
88
|
-
def delete_project(
|
89
|
-
delete_project_with_http_info(
|
92
|
+
def delete_project(project_name_or_id, opts = {})
|
93
|
+
delete_project_with_http_info(project_name_or_id, opts)
|
90
94
|
nil
|
91
95
|
end
|
92
96
|
|
93
97
|
# Delete project by projectID
|
94
98
|
# This endpoint is aimed to delete project by project ID.
|
95
|
-
# @param
|
99
|
+
# @param project_name_or_id The name or id of the project
|
96
100
|
# @param [Hash] opts the optional parameters
|
97
101
|
# @option opts [String] :x_request_id An unique ID for the request
|
102
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
98
103
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
99
|
-
def delete_project_with_http_info(
|
104
|
+
def delete_project_with_http_info(project_name_or_id, opts = {})
|
100
105
|
if @api_client.config.debugging
|
101
106
|
@api_client.config.logger.debug 'Calling API: ProjectApi.delete_project ...'
|
102
107
|
end
|
103
|
-
# verify the required parameter '
|
104
|
-
if @api_client.config.client_side_validation &&
|
105
|
-
fail ArgumentError, "Missing the required parameter '
|
108
|
+
# verify the required parameter 'project_name_or_id' is set
|
109
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
110
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.delete_project"
|
106
111
|
end
|
107
112
|
if @api_client.config.client_side_validation && !opts[:'x_request_id'].nil? && opts[:'x_request_id'].to_s.length < 1
|
108
113
|
fail ArgumentError, 'invalid value for "opts[:"x_request_id"]" when calling ProjectApi.delete_project, the character length must be great than or equal to 1.'
|
109
114
|
end
|
110
115
|
|
111
116
|
# resource path
|
112
|
-
local_var_path = '/projects/{
|
117
|
+
local_var_path = '/projects/{project_name_or_id}'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
113
118
|
|
114
119
|
# query parameters
|
115
120
|
query_params = {}
|
@@ -121,6 +126,7 @@ module Harbor2Client
|
|
121
126
|
# HTTP header 'Content-Type'
|
122
127
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
123
128
|
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
129
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
124
130
|
|
125
131
|
# form parameters
|
126
132
|
form_params = {}
|
@@ -145,6 +151,7 @@ module Harbor2Client
|
|
145
151
|
# @param [Hash] opts the optional parameters
|
146
152
|
# @option opts [String] :x_request_id An unique ID for the request
|
147
153
|
# @option opts [String] :q 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]
|
154
|
+
# @option opts [String] :sort 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\"
|
148
155
|
# @option opts [Integer] :page The page number (default to 1)
|
149
156
|
# @option opts [Integer] :page_size The size of per page (default to 10)
|
150
157
|
# @return [Array<AuditLog>]
|
@@ -159,6 +166,7 @@ module Harbor2Client
|
|
159
166
|
# @param [Hash] opts the optional parameters
|
160
167
|
# @option opts [String] :x_request_id An unique ID for the request
|
161
168
|
# @option opts [String] :q 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]
|
169
|
+
# @option opts [String] :sort 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\"
|
162
170
|
# @option opts [Integer] :page The page number
|
163
171
|
# @option opts [Integer] :page_size The size of per page
|
164
172
|
# @return [Array<(Array<AuditLog>, Fixnum, Hash)>] Array<AuditLog> data, response status code and response headers
|
@@ -184,6 +192,7 @@ module Harbor2Client
|
|
184
192
|
# query parameters
|
185
193
|
query_params = {}
|
186
194
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
195
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
187
196
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
188
197
|
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
189
198
|
|
@@ -215,35 +224,37 @@ module Harbor2Client
|
|
215
224
|
end
|
216
225
|
# Return specific project detail information
|
217
226
|
# This endpoint returns specific project information by project ID.
|
218
|
-
# @param
|
227
|
+
# @param project_name_or_id The name or id of the project
|
219
228
|
# @param [Hash] opts the optional parameters
|
220
229
|
# @option opts [String] :x_request_id An unique ID for the request
|
230
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
221
231
|
# @return [Project]
|
222
|
-
def get_project(
|
223
|
-
data, _status_code, _headers = get_project_with_http_info(
|
232
|
+
def get_project(project_name_or_id, opts = {})
|
233
|
+
data, _status_code, _headers = get_project_with_http_info(project_name_or_id, opts)
|
224
234
|
data
|
225
235
|
end
|
226
236
|
|
227
237
|
# Return specific project detail information
|
228
238
|
# This endpoint returns specific project information by project ID.
|
229
|
-
# @param
|
239
|
+
# @param project_name_or_id The name or id of the project
|
230
240
|
# @param [Hash] opts the optional parameters
|
231
241
|
# @option opts [String] :x_request_id An unique ID for the request
|
242
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
232
243
|
# @return [Array<(Project, Fixnum, Hash)>] Project data, response status code and response headers
|
233
|
-
def get_project_with_http_info(
|
244
|
+
def get_project_with_http_info(project_name_or_id, opts = {})
|
234
245
|
if @api_client.config.debugging
|
235
246
|
@api_client.config.logger.debug 'Calling API: ProjectApi.get_project ...'
|
236
247
|
end
|
237
|
-
# verify the required parameter '
|
238
|
-
if @api_client.config.client_side_validation &&
|
239
|
-
fail ArgumentError, "Missing the required parameter '
|
248
|
+
# verify the required parameter 'project_name_or_id' is set
|
249
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
250
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.get_project"
|
240
251
|
end
|
241
252
|
if @api_client.config.client_side_validation && !opts[:'x_request_id'].nil? && opts[:'x_request_id'].to_s.length < 1
|
242
253
|
fail ArgumentError, 'invalid value for "opts[:"x_request_id"]" when calling ProjectApi.get_project, the character length must be great than or equal to 1.'
|
243
254
|
end
|
244
255
|
|
245
256
|
# resource path
|
246
|
-
local_var_path = '/projects/{
|
257
|
+
local_var_path = '/projects/{project_name_or_id}'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
247
258
|
|
248
259
|
# query parameters
|
249
260
|
query_params = {}
|
@@ -255,6 +266,7 @@ module Harbor2Client
|
|
255
266
|
# HTTP header 'Content-Type'
|
256
267
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
257
268
|
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
269
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
258
270
|
|
259
271
|
# form parameters
|
260
272
|
form_params = {}
|
@@ -276,35 +288,37 @@ module Harbor2Client
|
|
276
288
|
end
|
277
289
|
# Get the deletable status of the project
|
278
290
|
# Get the deletable status of the project
|
279
|
-
# @param
|
291
|
+
# @param project_name_or_id The name or id of the project
|
280
292
|
# @param [Hash] opts the optional parameters
|
281
293
|
# @option opts [String] :x_request_id An unique ID for the request
|
294
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
282
295
|
# @return [ProjectDeletable]
|
283
|
-
def get_project_deletable(
|
284
|
-
data, _status_code, _headers = get_project_deletable_with_http_info(
|
296
|
+
def get_project_deletable(project_name_or_id, opts = {})
|
297
|
+
data, _status_code, _headers = get_project_deletable_with_http_info(project_name_or_id, opts)
|
285
298
|
data
|
286
299
|
end
|
287
300
|
|
288
301
|
# Get the deletable status of the project
|
289
302
|
# Get the deletable status of the project
|
290
|
-
# @param
|
303
|
+
# @param project_name_or_id The name or id of the project
|
291
304
|
# @param [Hash] opts the optional parameters
|
292
305
|
# @option opts [String] :x_request_id An unique ID for the request
|
306
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
293
307
|
# @return [Array<(ProjectDeletable, Fixnum, Hash)>] ProjectDeletable data, response status code and response headers
|
294
|
-
def get_project_deletable_with_http_info(
|
308
|
+
def get_project_deletable_with_http_info(project_name_or_id, opts = {})
|
295
309
|
if @api_client.config.debugging
|
296
310
|
@api_client.config.logger.debug 'Calling API: ProjectApi.get_project_deletable ...'
|
297
311
|
end
|
298
|
-
# verify the required parameter '
|
299
|
-
if @api_client.config.client_side_validation &&
|
300
|
-
fail ArgumentError, "Missing the required parameter '
|
312
|
+
# verify the required parameter 'project_name_or_id' is set
|
313
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
314
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.get_project_deletable"
|
301
315
|
end
|
302
316
|
if @api_client.config.client_side_validation && !opts[:'x_request_id'].nil? && opts[:'x_request_id'].to_s.length < 1
|
303
317
|
fail ArgumentError, 'invalid value for "opts[:"x_request_id"]" when calling ProjectApi.get_project_deletable, the character length must be great than or equal to 1.'
|
304
318
|
end
|
305
319
|
|
306
320
|
# resource path
|
307
|
-
local_var_path = '/projects/{
|
321
|
+
local_var_path = '/projects/{project_name_or_id}/_deletable'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
308
322
|
|
309
323
|
# query parameters
|
310
324
|
query_params = {}
|
@@ -316,6 +330,7 @@ module Harbor2Client
|
|
316
330
|
# HTTP header 'Content-Type'
|
317
331
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
318
332
|
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
333
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
319
334
|
|
320
335
|
# form parameters
|
321
336
|
form_params = {}
|
@@ -337,35 +352,37 @@ module Harbor2Client
|
|
337
352
|
end
|
338
353
|
# Get summary of the project.
|
339
354
|
# Get summary of the project.
|
340
|
-
# @param
|
355
|
+
# @param project_name_or_id The name or id of the project
|
341
356
|
# @param [Hash] opts the optional parameters
|
342
357
|
# @option opts [String] :x_request_id An unique ID for the request
|
358
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
343
359
|
# @return [ProjectSummary]
|
344
|
-
def get_project_summary(
|
345
|
-
data, _status_code, _headers = get_project_summary_with_http_info(
|
360
|
+
def get_project_summary(project_name_or_id, opts = {})
|
361
|
+
data, _status_code, _headers = get_project_summary_with_http_info(project_name_or_id, opts)
|
346
362
|
data
|
347
363
|
end
|
348
364
|
|
349
365
|
# Get summary of the project.
|
350
366
|
# Get summary of the project.
|
351
|
-
# @param
|
367
|
+
# @param project_name_or_id The name or id of the project
|
352
368
|
# @param [Hash] opts the optional parameters
|
353
369
|
# @option opts [String] :x_request_id An unique ID for the request
|
370
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
354
371
|
# @return [Array<(ProjectSummary, Fixnum, Hash)>] ProjectSummary data, response status code and response headers
|
355
|
-
def get_project_summary_with_http_info(
|
372
|
+
def get_project_summary_with_http_info(project_name_or_id, opts = {})
|
356
373
|
if @api_client.config.debugging
|
357
374
|
@api_client.config.logger.debug 'Calling API: ProjectApi.get_project_summary ...'
|
358
375
|
end
|
359
|
-
# verify the required parameter '
|
360
|
-
if @api_client.config.client_side_validation &&
|
361
|
-
fail ArgumentError, "Missing the required parameter '
|
376
|
+
# verify the required parameter 'project_name_or_id' is set
|
377
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
378
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.get_project_summary"
|
362
379
|
end
|
363
380
|
if @api_client.config.client_side_validation && !opts[:'x_request_id'].nil? && opts[:'x_request_id'].to_s.length < 1
|
364
381
|
fail ArgumentError, 'invalid value for "opts[:"x_request_id"]" when calling ProjectApi.get_project_summary, the character length must be great than or equal to 1.'
|
365
382
|
end
|
366
383
|
|
367
384
|
# resource path
|
368
|
-
local_var_path = '/projects/{
|
385
|
+
local_var_path = '/projects/{project_name_or_id}/summary'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
369
386
|
|
370
387
|
# query parameters
|
371
388
|
query_params = {}
|
@@ -377,6 +394,7 @@ module Harbor2Client
|
|
377
394
|
# HTTP header 'Content-Type'
|
378
395
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
379
396
|
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
397
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
380
398
|
|
381
399
|
# form parameters
|
382
400
|
form_params = {}
|
@@ -396,6 +414,70 @@ module Harbor2Client
|
|
396
414
|
end
|
397
415
|
return data, status_code, headers
|
398
416
|
end
|
417
|
+
# Get project level scanner
|
418
|
+
# Get the scanner registration of the specified project. If no scanner registration is configured for the specified project, the system default scanner registration will be returned.
|
419
|
+
# @param project_name_or_id The name or id of the project
|
420
|
+
# @param [Hash] opts the optional parameters
|
421
|
+
# @option opts [String] :x_request_id An unique ID for the request
|
422
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
423
|
+
# @return [ScannerRegistration]
|
424
|
+
def get_scanner_of_project(project_name_or_id, opts = {})
|
425
|
+
data, _status_code, _headers = get_scanner_of_project_with_http_info(project_name_or_id, opts)
|
426
|
+
data
|
427
|
+
end
|
428
|
+
|
429
|
+
# Get project level scanner
|
430
|
+
# Get the scanner registration of the specified project. If no scanner registration is configured for the specified project, the system default scanner registration will be returned.
|
431
|
+
# @param project_name_or_id The name or id of the project
|
432
|
+
# @param [Hash] opts the optional parameters
|
433
|
+
# @option opts [String] :x_request_id An unique ID for the request
|
434
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
435
|
+
# @return [Array<(ScannerRegistration, Fixnum, Hash)>] ScannerRegistration data, response status code and response headers
|
436
|
+
def get_scanner_of_project_with_http_info(project_name_or_id, opts = {})
|
437
|
+
if @api_client.config.debugging
|
438
|
+
@api_client.config.logger.debug 'Calling API: ProjectApi.get_scanner_of_project ...'
|
439
|
+
end
|
440
|
+
# verify the required parameter 'project_name_or_id' is set
|
441
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
442
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.get_scanner_of_project"
|
443
|
+
end
|
444
|
+
if @api_client.config.client_side_validation && !opts[:'x_request_id'].nil? && opts[:'x_request_id'].to_s.length < 1
|
445
|
+
fail ArgumentError, 'invalid value for "opts[:"x_request_id"]" when calling ProjectApi.get_scanner_of_project, the character length must be great than or equal to 1.'
|
446
|
+
end
|
447
|
+
|
448
|
+
# resource path
|
449
|
+
local_var_path = '/projects/{project_name_or_id}/scanner'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
450
|
+
|
451
|
+
# query parameters
|
452
|
+
query_params = {}
|
453
|
+
|
454
|
+
# header parameters
|
455
|
+
header_params = {}
|
456
|
+
# HTTP header 'Accept' (if needed)
|
457
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
458
|
+
# HTTP header 'Content-Type'
|
459
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
460
|
+
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
461
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
462
|
+
|
463
|
+
# form parameters
|
464
|
+
form_params = {}
|
465
|
+
|
466
|
+
# http body (model)
|
467
|
+
post_body = nil
|
468
|
+
auth_names = ['basic']
|
469
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
470
|
+
:header_params => header_params,
|
471
|
+
:query_params => query_params,
|
472
|
+
:form_params => form_params,
|
473
|
+
:body => post_body,
|
474
|
+
:auth_names => auth_names,
|
475
|
+
:return_type => 'ScannerRegistration')
|
476
|
+
if @api_client.config.debugging
|
477
|
+
@api_client.config.logger.debug "API called: ProjectApi#get_scanner_of_project\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
478
|
+
end
|
479
|
+
return data, status_code, headers
|
480
|
+
end
|
399
481
|
# Check if the project name user provided already exists.
|
400
482
|
# This endpoint is used to check if the project name provided already exist.
|
401
483
|
# @param project_name Project name for checking exists.
|
@@ -461,11 +543,14 @@ module Harbor2Client
|
|
461
543
|
# This endpoint returns projects created by Harbor.
|
462
544
|
# @param [Hash] opts the optional parameters
|
463
545
|
# @option opts [String] :x_request_id An unique ID for the request
|
546
|
+
# @option opts [String] :q 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]
|
464
547
|
# @option opts [Integer] :page The page number (default to 1)
|
465
548
|
# @option opts [Integer] :page_size The size of per page (default to 10)
|
549
|
+
# @option opts [String] :sort 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\"
|
466
550
|
# @option opts [String] :name The name of project.
|
467
551
|
# @option opts [BOOLEAN] :public The project is public or private.
|
468
552
|
# @option opts [String] :owner The name of project owner.
|
553
|
+
# @option opts [BOOLEAN] :with_detail Bool value indicating whether return detailed information of the project (default to true)
|
469
554
|
# @return [Array<Project>]
|
470
555
|
def list_projects(opts = {})
|
471
556
|
data, _status_code, _headers = list_projects_with_http_info(opts)
|
@@ -476,11 +561,14 @@ module Harbor2Client
|
|
476
561
|
# This endpoint returns projects created by Harbor.
|
477
562
|
# @param [Hash] opts the optional parameters
|
478
563
|
# @option opts [String] :x_request_id An unique ID for the request
|
564
|
+
# @option opts [String] :q 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]
|
479
565
|
# @option opts [Integer] :page The page number
|
480
566
|
# @option opts [Integer] :page_size The size of per page
|
567
|
+
# @option opts [String] :sort 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\"
|
481
568
|
# @option opts [String] :name The name of project.
|
482
569
|
# @option opts [BOOLEAN] :public The project is public or private.
|
483
570
|
# @option opts [String] :owner The name of project owner.
|
571
|
+
# @option opts [BOOLEAN] :with_detail Bool value indicating whether return detailed information of the project
|
484
572
|
# @return [Array<(Array<Project>, Fixnum, Hash)>] Array<Project> data, response status code and response headers
|
485
573
|
def list_projects_with_http_info(opts = {})
|
486
574
|
if @api_client.config.debugging
|
@@ -499,11 +587,14 @@ module Harbor2Client
|
|
499
587
|
|
500
588
|
# query parameters
|
501
589
|
query_params = {}
|
590
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
502
591
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
503
592
|
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
593
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
504
594
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
505
595
|
query_params[:'public'] = opts[:'public'] if !opts[:'public'].nil?
|
506
596
|
query_params[:'owner'] = opts[:'owner'] if !opts[:'owner'].nil?
|
597
|
+
query_params[:'with_detail'] = opts[:'with_detail'] if !opts[:'with_detail'].nil?
|
507
598
|
|
508
599
|
# header parameters
|
509
600
|
header_params = {}
|
@@ -531,32 +622,183 @@ module Harbor2Client
|
|
531
622
|
end
|
532
623
|
return data, status_code, headers
|
533
624
|
end
|
625
|
+
# Get scanner registration candidates for configurating project level scanner
|
626
|
+
# Retrieve the system configured scanner registrations as candidates of setting project level scanner.
|
627
|
+
# @param project_name_or_id The name or id of the project
|
628
|
+
# @param [Hash] opts the optional parameters
|
629
|
+
# @option opts [String] :x_request_id An unique ID for the request
|
630
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
631
|
+
# @option opts [String] :q 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]
|
632
|
+
# @option opts [String] :sort 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\"
|
633
|
+
# @option opts [Integer] :page The page number (default to 1)
|
634
|
+
# @option opts [Integer] :page_size The size of per page (default to 10)
|
635
|
+
# @return [Array<ScannerRegistration>]
|
636
|
+
def list_scanner_candidates_of_project(project_name_or_id, opts = {})
|
637
|
+
data, _status_code, _headers = list_scanner_candidates_of_project_with_http_info(project_name_or_id, opts)
|
638
|
+
data
|
639
|
+
end
|
640
|
+
|
641
|
+
# Get scanner registration candidates for configurating project level scanner
|
642
|
+
# Retrieve the system configured scanner registrations as candidates of setting project level scanner.
|
643
|
+
# @param project_name_or_id The name or id of the project
|
644
|
+
# @param [Hash] opts the optional parameters
|
645
|
+
# @option opts [String] :x_request_id An unique ID for the request
|
646
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
647
|
+
# @option opts [String] :q 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]
|
648
|
+
# @option opts [String] :sort 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\"
|
649
|
+
# @option opts [Integer] :page The page number
|
650
|
+
# @option opts [Integer] :page_size The size of per page
|
651
|
+
# @return [Array<(Array<ScannerRegistration>, Fixnum, Hash)>] Array<ScannerRegistration> data, response status code and response headers
|
652
|
+
def list_scanner_candidates_of_project_with_http_info(project_name_or_id, opts = {})
|
653
|
+
if @api_client.config.debugging
|
654
|
+
@api_client.config.logger.debug 'Calling API: ProjectApi.list_scanner_candidates_of_project ...'
|
655
|
+
end
|
656
|
+
# verify the required parameter 'project_name_or_id' is set
|
657
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
658
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.list_scanner_candidates_of_project"
|
659
|
+
end
|
660
|
+
if @api_client.config.client_side_validation && !opts[:'x_request_id'].nil? && opts[:'x_request_id'].to_s.length < 1
|
661
|
+
fail ArgumentError, 'invalid value for "opts[:"x_request_id"]" when calling ProjectApi.list_scanner_candidates_of_project, the character length must be great than or equal to 1.'
|
662
|
+
end
|
663
|
+
|
664
|
+
if @api_client.config.client_side_validation && !opts[:'page_size'].nil? && opts[:'page_size'] > 100
|
665
|
+
fail ArgumentError, 'invalid value for "opts[:"page_size"]" when calling ProjectApi.list_scanner_candidates_of_project, must be smaller than or equal to 100.'
|
666
|
+
end
|
667
|
+
|
668
|
+
# resource path
|
669
|
+
local_var_path = '/projects/{project_name_or_id}/scanner/candidates'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
670
|
+
|
671
|
+
# query parameters
|
672
|
+
query_params = {}
|
673
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
674
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
675
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
676
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
677
|
+
|
678
|
+
# header parameters
|
679
|
+
header_params = {}
|
680
|
+
# HTTP header 'Accept' (if needed)
|
681
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
682
|
+
# HTTP header 'Content-Type'
|
683
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
684
|
+
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
685
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
686
|
+
|
687
|
+
# form parameters
|
688
|
+
form_params = {}
|
689
|
+
|
690
|
+
# http body (model)
|
691
|
+
post_body = nil
|
692
|
+
auth_names = ['basic']
|
693
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
694
|
+
:header_params => header_params,
|
695
|
+
:query_params => query_params,
|
696
|
+
:form_params => form_params,
|
697
|
+
:body => post_body,
|
698
|
+
:auth_names => auth_names,
|
699
|
+
:return_type => 'Array<ScannerRegistration>')
|
700
|
+
if @api_client.config.debugging
|
701
|
+
@api_client.config.logger.debug "API called: ProjectApi#list_scanner_candidates_of_project\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
702
|
+
end
|
703
|
+
return data, status_code, headers
|
704
|
+
end
|
705
|
+
# Configure scanner for the specified project
|
706
|
+
# Set one of the system configured scanner registration as the indepndent scanner of the specified project.
|
707
|
+
# @param project_name_or_id The name or id of the project
|
708
|
+
# @param payload
|
709
|
+
# @param [Hash] opts the optional parameters
|
710
|
+
# @option opts [String] :x_request_id An unique ID for the request
|
711
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
712
|
+
# @return [nil]
|
713
|
+
def set_scanner_of_project(project_name_or_id, payload, opts = {})
|
714
|
+
set_scanner_of_project_with_http_info(project_name_or_id, payload, opts)
|
715
|
+
nil
|
716
|
+
end
|
717
|
+
|
718
|
+
# Configure scanner for the specified project
|
719
|
+
# Set one of the system configured scanner registration as the indepndent scanner of the specified project.
|
720
|
+
# @param project_name_or_id The name or id of the project
|
721
|
+
# @param payload
|
722
|
+
# @param [Hash] opts the optional parameters
|
723
|
+
# @option opts [String] :x_request_id An unique ID for the request
|
724
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
725
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
726
|
+
def set_scanner_of_project_with_http_info(project_name_or_id, payload, opts = {})
|
727
|
+
if @api_client.config.debugging
|
728
|
+
@api_client.config.logger.debug 'Calling API: ProjectApi.set_scanner_of_project ...'
|
729
|
+
end
|
730
|
+
# verify the required parameter 'project_name_or_id' is set
|
731
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
732
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.set_scanner_of_project"
|
733
|
+
end
|
734
|
+
# verify the required parameter 'payload' is set
|
735
|
+
if @api_client.config.client_side_validation && payload.nil?
|
736
|
+
fail ArgumentError, "Missing the required parameter 'payload' when calling ProjectApi.set_scanner_of_project"
|
737
|
+
end
|
738
|
+
if @api_client.config.client_side_validation && !opts[:'x_request_id'].nil? && opts[:'x_request_id'].to_s.length < 1
|
739
|
+
fail ArgumentError, 'invalid value for "opts[:"x_request_id"]" when calling ProjectApi.set_scanner_of_project, the character length must be great than or equal to 1.'
|
740
|
+
end
|
741
|
+
|
742
|
+
# resource path
|
743
|
+
local_var_path = '/projects/{project_name_or_id}/scanner'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
744
|
+
|
745
|
+
# query parameters
|
746
|
+
query_params = {}
|
747
|
+
|
748
|
+
# header parameters
|
749
|
+
header_params = {}
|
750
|
+
# HTTP header 'Accept' (if needed)
|
751
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
752
|
+
# HTTP header 'Content-Type'
|
753
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
754
|
+
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
755
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
756
|
+
|
757
|
+
# form parameters
|
758
|
+
form_params = {}
|
759
|
+
|
760
|
+
# http body (model)
|
761
|
+
post_body = @api_client.object_to_http_body(payload)
|
762
|
+
auth_names = ['basic']
|
763
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
764
|
+
:header_params => header_params,
|
765
|
+
:query_params => query_params,
|
766
|
+
:form_params => form_params,
|
767
|
+
:body => post_body,
|
768
|
+
:auth_names => auth_names)
|
769
|
+
if @api_client.config.debugging
|
770
|
+
@api_client.config.logger.debug "API called: ProjectApi#set_scanner_of_project\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
771
|
+
end
|
772
|
+
return data, status_code, headers
|
773
|
+
end
|
534
774
|
# Update properties for a selected project.
|
535
775
|
# This endpoint is aimed to update the properties of a project.
|
536
|
-
# @param
|
776
|
+
# @param project_name_or_id The name or id of the project
|
537
777
|
# @param project Updates of project.
|
538
778
|
# @param [Hash] opts the optional parameters
|
539
779
|
# @option opts [String] :x_request_id An unique ID for the request
|
780
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name. (default to false)
|
540
781
|
# @return [nil]
|
541
|
-
def update_project(
|
542
|
-
update_project_with_http_info(
|
782
|
+
def update_project(project_name_or_id, project, opts = {})
|
783
|
+
update_project_with_http_info(project_name_or_id, project, opts)
|
543
784
|
nil
|
544
785
|
end
|
545
786
|
|
546
787
|
# Update properties for a selected project.
|
547
788
|
# This endpoint is aimed to update the properties of a project.
|
548
|
-
# @param
|
789
|
+
# @param project_name_or_id The name or id of the project
|
549
790
|
# @param project Updates of project.
|
550
791
|
# @param [Hash] opts the optional parameters
|
551
792
|
# @option opts [String] :x_request_id An unique ID for the request
|
793
|
+
# @option opts [BOOLEAN] :x_is_resource_name The flag to indicate whether the parameter which supports both name and id in the path is the name of the resource. When the X-Is-Resource-Name is false and the parameter can be converted to an integer, the parameter will be as an id, otherwise, it will be as a name.
|
552
794
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
553
|
-
def update_project_with_http_info(
|
795
|
+
def update_project_with_http_info(project_name_or_id, project, opts = {})
|
554
796
|
if @api_client.config.debugging
|
555
797
|
@api_client.config.logger.debug 'Calling API: ProjectApi.update_project ...'
|
556
798
|
end
|
557
|
-
# verify the required parameter '
|
558
|
-
if @api_client.config.client_side_validation &&
|
559
|
-
fail ArgumentError, "Missing the required parameter '
|
799
|
+
# verify the required parameter 'project_name_or_id' is set
|
800
|
+
if @api_client.config.client_side_validation && project_name_or_id.nil?
|
801
|
+
fail ArgumentError, "Missing the required parameter 'project_name_or_id' when calling ProjectApi.update_project"
|
560
802
|
end
|
561
803
|
# verify the required parameter 'project' is set
|
562
804
|
if @api_client.config.client_side_validation && project.nil?
|
@@ -567,7 +809,7 @@ module Harbor2Client
|
|
567
809
|
end
|
568
810
|
|
569
811
|
# resource path
|
570
|
-
local_var_path = '/projects/{
|
812
|
+
local_var_path = '/projects/{project_name_or_id}'.sub('{' + 'project_name_or_id' + '}', project_name_or_id.to_s)
|
571
813
|
|
572
814
|
# query parameters
|
573
815
|
query_params = {}
|
@@ -579,6 +821,7 @@ module Harbor2Client
|
|
579
821
|
# HTTP header 'Content-Type'
|
580
822
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
581
823
|
header_params[:'X-Request-Id'] = opts[:'x_request_id'] if !opts[:'x_request_id'].nil?
|
824
|
+
header_params[:'X-Is-Resource-Name'] = opts[:'x_is_resource_name'] if !opts[:'x_is_resource_name'].nil?
|
582
825
|
|
583
826
|
# form parameters
|
584
827
|
form_params = {}
|