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
data/docs/WebhookApi.md
ADDED
@@ -0,0 +1,448 @@
|
|
1
|
+
# Harbor2Client::WebhookApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost/api/v2.0*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**create_webhook_policy_of_project**](WebhookApi.md#create_webhook_policy_of_project) | **POST** /projects/{project_name_or_id}/webhook/policies | Create project webhook policy.
|
8
|
+
[**delete_webhook_policy_of_project**](WebhookApi.md#delete_webhook_policy_of_project) | **DELETE** /projects/{project_name_or_id}/webhook/policies/{webhook_policy_id} | Delete webhook policy of a project
|
9
|
+
[**get_supported_event_types**](WebhookApi.md#get_supported_event_types) | **GET** /projects/{project_name_or_id}/webhook/events | Get supported event types and notify types.
|
10
|
+
[**get_webhook_policy_of_project**](WebhookApi.md#get_webhook_policy_of_project) | **GET** /projects/{project_name_or_id}/webhook/policies/{webhook_policy_id} | Get project webhook policy
|
11
|
+
[**last_trigger**](WebhookApi.md#last_trigger) | **GET** /projects/{project_name_or_id}/webhook/lasttrigger | Get project webhook policy last trigger info
|
12
|
+
[**list_webhook_policies_of_project**](WebhookApi.md#list_webhook_policies_of_project) | **GET** /projects/{project_name_or_id}/webhook/policies | List project webhook policies.
|
13
|
+
[**update_webhook_policy_of_project**](WebhookApi.md#update_webhook_policy_of_project) | **PUT** /projects/{project_name_or_id}/webhook/policies/{webhook_policy_id} | Update webhook policy of a project.
|
14
|
+
|
15
|
+
|
16
|
+
# **create_webhook_policy_of_project**
|
17
|
+
> create_webhook_policy_of_project(project_name_or_idpolicy, opts)
|
18
|
+
|
19
|
+
Create project webhook policy.
|
20
|
+
|
21
|
+
This endpoint create a webhook policy if the project does not have one.
|
22
|
+
|
23
|
+
### Example
|
24
|
+
```ruby
|
25
|
+
# load the gem
|
26
|
+
require 'harbor2_client'
|
27
|
+
# setup authorization
|
28
|
+
Harbor2Client.configure do |config|
|
29
|
+
# Configure HTTP basic authorization: basic
|
30
|
+
config.username = 'YOUR USERNAME'
|
31
|
+
config.password = 'YOUR PASSWORD'
|
32
|
+
end
|
33
|
+
|
34
|
+
api_instance = Harbor2Client::WebhookApi.new
|
35
|
+
|
36
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
37
|
+
|
38
|
+
policy = Harbor2Client::WebhookPolicy.new # WebhookPolicy | Properties \"targets\" and \"event_types\" needed.
|
39
|
+
|
40
|
+
opts = {
|
41
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
42
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
43
|
+
}
|
44
|
+
|
45
|
+
begin
|
46
|
+
#Create project webhook policy.
|
47
|
+
api_instance.create_webhook_policy_of_project(project_name_or_idpolicy, opts)
|
48
|
+
rescue Harbor2Client::ApiError => e
|
49
|
+
puts "Exception when calling WebhookApi->create_webhook_policy_of_project: #{e}"
|
50
|
+
end
|
51
|
+
```
|
52
|
+
|
53
|
+
### Parameters
|
54
|
+
|
55
|
+
Name | Type | Description | Notes
|
56
|
+
------------- | ------------- | ------------- | -------------
|
57
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
58
|
+
**policy** | [**WebhookPolicy**](WebhookPolicy.md)| Properties \"targets\" and \"event_types\" needed. |
|
59
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
60
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
61
|
+
|
62
|
+
### Return type
|
63
|
+
|
64
|
+
nil (empty response body)
|
65
|
+
|
66
|
+
### Authorization
|
67
|
+
|
68
|
+
[basic](../README.md#basic)
|
69
|
+
|
70
|
+
### HTTP request headers
|
71
|
+
|
72
|
+
- **Content-Type**: application/json
|
73
|
+
- **Accept**: application/json
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
# **delete_webhook_policy_of_project**
|
78
|
+
> delete_webhook_policy_of_project(project_name_or_idwebhook_policy_id, opts)
|
79
|
+
|
80
|
+
Delete webhook policy of a project
|
81
|
+
|
82
|
+
This endpoint is aimed to delete webhookpolicy of a project.
|
83
|
+
|
84
|
+
### Example
|
85
|
+
```ruby
|
86
|
+
# load the gem
|
87
|
+
require 'harbor2_client'
|
88
|
+
# setup authorization
|
89
|
+
Harbor2Client.configure do |config|
|
90
|
+
# Configure HTTP basic authorization: basic
|
91
|
+
config.username = 'YOUR USERNAME'
|
92
|
+
config.password = 'YOUR PASSWORD'
|
93
|
+
end
|
94
|
+
|
95
|
+
api_instance = Harbor2Client::WebhookApi.new
|
96
|
+
|
97
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
98
|
+
|
99
|
+
webhook_policy_id = 789 # Integer | The ID of the webhook policy
|
100
|
+
|
101
|
+
opts = {
|
102
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
103
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
104
|
+
}
|
105
|
+
|
106
|
+
begin
|
107
|
+
#Delete webhook policy of a project
|
108
|
+
api_instance.delete_webhook_policy_of_project(project_name_or_idwebhook_policy_id, opts)
|
109
|
+
rescue Harbor2Client::ApiError => e
|
110
|
+
puts "Exception when calling WebhookApi->delete_webhook_policy_of_project: #{e}"
|
111
|
+
end
|
112
|
+
```
|
113
|
+
|
114
|
+
### Parameters
|
115
|
+
|
116
|
+
Name | Type | Description | Notes
|
117
|
+
------------- | ------------- | ------------- | -------------
|
118
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
119
|
+
**webhook_policy_id** | **Integer**| The ID of the webhook policy |
|
120
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
121
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
122
|
+
|
123
|
+
### Return type
|
124
|
+
|
125
|
+
nil (empty response body)
|
126
|
+
|
127
|
+
### Authorization
|
128
|
+
|
129
|
+
[basic](../README.md#basic)
|
130
|
+
|
131
|
+
### HTTP request headers
|
132
|
+
|
133
|
+
- **Content-Type**: application/json
|
134
|
+
- **Accept**: application/json
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
# **get_supported_event_types**
|
139
|
+
> SupportedWebhookEventTypes get_supported_event_types(project_name_or_id, opts)
|
140
|
+
|
141
|
+
Get supported event types and notify types.
|
142
|
+
|
143
|
+
Get supportted event types and notify types.
|
144
|
+
|
145
|
+
### Example
|
146
|
+
```ruby
|
147
|
+
# load the gem
|
148
|
+
require 'harbor2_client'
|
149
|
+
# setup authorization
|
150
|
+
Harbor2Client.configure do |config|
|
151
|
+
# Configure HTTP basic authorization: basic
|
152
|
+
config.username = 'YOUR USERNAME'
|
153
|
+
config.password = 'YOUR PASSWORD'
|
154
|
+
end
|
155
|
+
|
156
|
+
api_instance = Harbor2Client::WebhookApi.new
|
157
|
+
|
158
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
159
|
+
|
160
|
+
opts = {
|
161
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
162
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
163
|
+
}
|
164
|
+
|
165
|
+
begin
|
166
|
+
#Get supported event types and notify types.
|
167
|
+
result = api_instance.get_supported_event_types(project_name_or_id, opts)
|
168
|
+
p result
|
169
|
+
rescue Harbor2Client::ApiError => e
|
170
|
+
puts "Exception when calling WebhookApi->get_supported_event_types: #{e}"
|
171
|
+
end
|
172
|
+
```
|
173
|
+
|
174
|
+
### Parameters
|
175
|
+
|
176
|
+
Name | Type | Description | Notes
|
177
|
+
------------- | ------------- | ------------- | -------------
|
178
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
179
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
180
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
181
|
+
|
182
|
+
### Return type
|
183
|
+
|
184
|
+
[**SupportedWebhookEventTypes**](SupportedWebhookEventTypes.md)
|
185
|
+
|
186
|
+
### Authorization
|
187
|
+
|
188
|
+
[basic](../README.md#basic)
|
189
|
+
|
190
|
+
### HTTP request headers
|
191
|
+
|
192
|
+
- **Content-Type**: application/json
|
193
|
+
- **Accept**: application/json
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
# **get_webhook_policy_of_project**
|
198
|
+
> WebhookPolicy get_webhook_policy_of_project(project_name_or_idwebhook_policy_id, opts)
|
199
|
+
|
200
|
+
Get project webhook policy
|
201
|
+
|
202
|
+
This endpoint returns specified webhook policy of a project.
|
203
|
+
|
204
|
+
### Example
|
205
|
+
```ruby
|
206
|
+
# load the gem
|
207
|
+
require 'harbor2_client'
|
208
|
+
# setup authorization
|
209
|
+
Harbor2Client.configure do |config|
|
210
|
+
# Configure HTTP basic authorization: basic
|
211
|
+
config.username = 'YOUR USERNAME'
|
212
|
+
config.password = 'YOUR PASSWORD'
|
213
|
+
end
|
214
|
+
|
215
|
+
api_instance = Harbor2Client::WebhookApi.new
|
216
|
+
|
217
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
218
|
+
|
219
|
+
webhook_policy_id = 789 # Integer | The ID of the webhook policy
|
220
|
+
|
221
|
+
opts = {
|
222
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
223
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
224
|
+
}
|
225
|
+
|
226
|
+
begin
|
227
|
+
#Get project webhook policy
|
228
|
+
result = api_instance.get_webhook_policy_of_project(project_name_or_idwebhook_policy_id, opts)
|
229
|
+
p result
|
230
|
+
rescue Harbor2Client::ApiError => e
|
231
|
+
puts "Exception when calling WebhookApi->get_webhook_policy_of_project: #{e}"
|
232
|
+
end
|
233
|
+
```
|
234
|
+
|
235
|
+
### Parameters
|
236
|
+
|
237
|
+
Name | Type | Description | Notes
|
238
|
+
------------- | ------------- | ------------- | -------------
|
239
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
240
|
+
**webhook_policy_id** | **Integer**| The ID of the webhook policy |
|
241
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
242
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
243
|
+
|
244
|
+
### Return type
|
245
|
+
|
246
|
+
[**WebhookPolicy**](WebhookPolicy.md)
|
247
|
+
|
248
|
+
### Authorization
|
249
|
+
|
250
|
+
[basic](../README.md#basic)
|
251
|
+
|
252
|
+
### HTTP request headers
|
253
|
+
|
254
|
+
- **Content-Type**: application/json
|
255
|
+
- **Accept**: application/json
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
# **last_trigger**
|
260
|
+
> Array<WebhookLastTrigger> last_trigger(project_name_or_id, opts)
|
261
|
+
|
262
|
+
Get project webhook policy last trigger info
|
263
|
+
|
264
|
+
This endpoint returns last trigger information of project webhook policy.
|
265
|
+
|
266
|
+
### Example
|
267
|
+
```ruby
|
268
|
+
# load the gem
|
269
|
+
require 'harbor2_client'
|
270
|
+
# setup authorization
|
271
|
+
Harbor2Client.configure do |config|
|
272
|
+
# Configure HTTP basic authorization: basic
|
273
|
+
config.username = 'YOUR USERNAME'
|
274
|
+
config.password = 'YOUR PASSWORD'
|
275
|
+
end
|
276
|
+
|
277
|
+
api_instance = Harbor2Client::WebhookApi.new
|
278
|
+
|
279
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
280
|
+
|
281
|
+
opts = {
|
282
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
283
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
284
|
+
}
|
285
|
+
|
286
|
+
begin
|
287
|
+
#Get project webhook policy last trigger info
|
288
|
+
result = api_instance.last_trigger(project_name_or_id, opts)
|
289
|
+
p result
|
290
|
+
rescue Harbor2Client::ApiError => e
|
291
|
+
puts "Exception when calling WebhookApi->last_trigger: #{e}"
|
292
|
+
end
|
293
|
+
```
|
294
|
+
|
295
|
+
### Parameters
|
296
|
+
|
297
|
+
Name | Type | Description | Notes
|
298
|
+
------------- | ------------- | ------------- | -------------
|
299
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
300
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
301
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
302
|
+
|
303
|
+
### Return type
|
304
|
+
|
305
|
+
[**Array<WebhookLastTrigger>**](WebhookLastTrigger.md)
|
306
|
+
|
307
|
+
### Authorization
|
308
|
+
|
309
|
+
[basic](../README.md#basic)
|
310
|
+
|
311
|
+
### HTTP request headers
|
312
|
+
|
313
|
+
- **Content-Type**: application/json
|
314
|
+
- **Accept**: application/json
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
# **list_webhook_policies_of_project**
|
319
|
+
> Array<WebhookPolicy> list_webhook_policies_of_project(project_name_or_id, opts)
|
320
|
+
|
321
|
+
List project webhook policies.
|
322
|
+
|
323
|
+
This endpoint returns webhook policies of a project.
|
324
|
+
|
325
|
+
### Example
|
326
|
+
```ruby
|
327
|
+
# load the gem
|
328
|
+
require 'harbor2_client'
|
329
|
+
# setup authorization
|
330
|
+
Harbor2Client.configure do |config|
|
331
|
+
# Configure HTTP basic authorization: basic
|
332
|
+
config.username = 'YOUR USERNAME'
|
333
|
+
config.password = 'YOUR PASSWORD'
|
334
|
+
end
|
335
|
+
|
336
|
+
api_instance = Harbor2Client::WebhookApi.new
|
337
|
+
|
338
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
339
|
+
|
340
|
+
opts = {
|
341
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
342
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
343
|
+
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\"
|
344
|
+
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]
|
345
|
+
page: 1, # Integer | The page number
|
346
|
+
page_size: 10, # Integer | The size of per page
|
347
|
+
}
|
348
|
+
|
349
|
+
begin
|
350
|
+
#List project webhook policies.
|
351
|
+
result = api_instance.list_webhook_policies_of_project(project_name_or_id, opts)
|
352
|
+
p result
|
353
|
+
rescue Harbor2Client::ApiError => e
|
354
|
+
puts "Exception when calling WebhookApi->list_webhook_policies_of_project: #{e}"
|
355
|
+
end
|
356
|
+
```
|
357
|
+
|
358
|
+
### Parameters
|
359
|
+
|
360
|
+
Name | Type | Description | Notes
|
361
|
+
------------- | ------------- | ------------- | -------------
|
362
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
363
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
364
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
365
|
+
**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]
|
366
|
+
**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]
|
367
|
+
**page** | **Integer**| The page number | [optional] [default to 1]
|
368
|
+
**page_size** | **Integer**| The size of per page | [optional] [default to 10]
|
369
|
+
|
370
|
+
### Return type
|
371
|
+
|
372
|
+
[**Array<WebhookPolicy>**](WebhookPolicy.md)
|
373
|
+
|
374
|
+
### Authorization
|
375
|
+
|
376
|
+
[basic](../README.md#basic)
|
377
|
+
|
378
|
+
### HTTP request headers
|
379
|
+
|
380
|
+
- **Content-Type**: application/json
|
381
|
+
- **Accept**: application/json
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
# **update_webhook_policy_of_project**
|
386
|
+
> update_webhook_policy_of_project(project_name_or_idwebhook_policy_idpolicy, opts)
|
387
|
+
|
388
|
+
Update webhook policy of a project.
|
389
|
+
|
390
|
+
This endpoint is aimed to update the webhook policy of a project.
|
391
|
+
|
392
|
+
### Example
|
393
|
+
```ruby
|
394
|
+
# load the gem
|
395
|
+
require 'harbor2_client'
|
396
|
+
# setup authorization
|
397
|
+
Harbor2Client.configure do |config|
|
398
|
+
# Configure HTTP basic authorization: basic
|
399
|
+
config.username = 'YOUR USERNAME'
|
400
|
+
config.password = 'YOUR PASSWORD'
|
401
|
+
end
|
402
|
+
|
403
|
+
api_instance = Harbor2Client::WebhookApi.new
|
404
|
+
|
405
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
406
|
+
|
407
|
+
webhook_policy_id = 789 # Integer | The ID of the webhook policy
|
408
|
+
|
409
|
+
policy = Harbor2Client::WebhookPolicy.new # WebhookPolicy | All properties needed except \"id\", \"project_id\", \"creation_time\", \"update_time\".
|
410
|
+
|
411
|
+
opts = {
|
412
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
413
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
414
|
+
}
|
415
|
+
|
416
|
+
begin
|
417
|
+
#Update webhook policy of a project.
|
418
|
+
api_instance.update_webhook_policy_of_project(project_name_or_idwebhook_policy_idpolicy, opts)
|
419
|
+
rescue Harbor2Client::ApiError => e
|
420
|
+
puts "Exception when calling WebhookApi->update_webhook_policy_of_project: #{e}"
|
421
|
+
end
|
422
|
+
```
|
423
|
+
|
424
|
+
### Parameters
|
425
|
+
|
426
|
+
Name | Type | Description | Notes
|
427
|
+
------------- | ------------- | ------------- | -------------
|
428
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
429
|
+
**webhook_policy_id** | **Integer**| The ID of the webhook policy |
|
430
|
+
**policy** | [**WebhookPolicy**](WebhookPolicy.md)| All properties needed except \"id\", \"project_id\", \"creation_time\", \"update_time\". |
|
431
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
432
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
433
|
+
|
434
|
+
### Return type
|
435
|
+
|
436
|
+
nil (empty response body)
|
437
|
+
|
438
|
+
### Authorization
|
439
|
+
|
440
|
+
[basic](../README.md#basic)
|
441
|
+
|
442
|
+
### HTTP request headers
|
443
|
+
|
444
|
+
- **Content-Type**: application/json
|
445
|
+
- **Accept**: application/json
|
446
|
+
|
447
|
+
|
448
|
+
|
data/docs/WebhookJob.md
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# Harbor2Client::WebhookJob
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | The webhook job ID. | [optional]
|
7
|
+
**policy_id** | **Integer** | The webhook policy ID. | [optional]
|
8
|
+
**event_type** | **String** | The webhook job event type. | [optional]
|
9
|
+
**notify_type** | **String** | The webhook job notify type. | [optional]
|
10
|
+
**status** | **String** | The webhook job status. | [optional]
|
11
|
+
**job_detail** | **String** | The webhook job notify detailed data. | [optional]
|
12
|
+
**creation_time** | **DateTime** | The webhook job creation time. | [optional]
|
13
|
+
**update_time** | **DateTime** | The webhook job update time. | [optional]
|
14
|
+
|
15
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# Harbor2Client::WebhookLastTrigger
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**policy_name** | **String** | The webhook policy name. | [optional]
|
7
|
+
**event_type** | **String** | The webhook event type. | [optional]
|
8
|
+
**enabled** | **BOOLEAN** | Whether or not the webhook policy enabled. | [optional]
|
9
|
+
**creation_time** | **DateTime** | The creation time of webhook policy. | [optional]
|
10
|
+
**last_trigger_time** | **DateTime** | The last trigger time of webhook policy. | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# Harbor2Client::WebhookPolicy
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**id** | **Integer** | The webhook policy ID. | [optional]
|
7
|
+
**name** | **String** | The name of webhook policy. | [optional]
|
8
|
+
**description** | **String** | The description of webhook policy. | [optional]
|
9
|
+
**project_id** | **Integer** | The project ID of webhook policy. | [optional]
|
10
|
+
**targets** | [**Array<WebhookTargetObject>**](WebhookTargetObject.md) | | [optional]
|
11
|
+
**event_types** | **Array<String>** | | [optional]
|
12
|
+
**creator** | **String** | The creator of the webhook policy. | [optional]
|
13
|
+
**creation_time** | **DateTime** | The create time of the webhook policy. | [optional]
|
14
|
+
**update_time** | **DateTime** | The update time of the webhook policy. | [optional]
|
15
|
+
**enabled** | **BOOLEAN** | Whether the webhook policy is enabled or not. | [optional]
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# Harbor2Client::WebhookTargetObject
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**type** | **String** | The webhook target notify type. | [optional]
|
7
|
+
**address** | **String** | The webhook target address. | [optional]
|
8
|
+
**auth_header** | **String** | The webhook auth header. | [optional]
|
9
|
+
**skip_cert_verify** | **BOOLEAN** | Whether or not to skip cert verify. | [optional]
|
10
|
+
|
11
|
+
|
@@ -0,0 +1,81 @@
|
|
1
|
+
# Harbor2Client::WebhookjobApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost/api/v2.0*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**list_webhook_jobs**](WebhookjobApi.md#list_webhook_jobs) | **GET** /projects/{project_name_or_id}/webhook/jobs | List project webhook jobs
|
8
|
+
|
9
|
+
|
10
|
+
# **list_webhook_jobs**
|
11
|
+
> Array<WebhookJob> list_webhook_jobs(project_name_or_idpolicy_id, opts)
|
12
|
+
|
13
|
+
List project webhook jobs
|
14
|
+
|
15
|
+
This endpoint returns webhook jobs of a project.
|
16
|
+
|
17
|
+
### Example
|
18
|
+
```ruby
|
19
|
+
# load the gem
|
20
|
+
require 'harbor2_client'
|
21
|
+
# setup authorization
|
22
|
+
Harbor2Client.configure do |config|
|
23
|
+
# Configure HTTP basic authorization: basic
|
24
|
+
config.username = 'YOUR USERNAME'
|
25
|
+
config.password = 'YOUR PASSWORD'
|
26
|
+
end
|
27
|
+
|
28
|
+
api_instance = Harbor2Client::WebhookjobApi.new
|
29
|
+
|
30
|
+
project_name_or_id = 'project_name_or_id_example' # String | The name or id of the project
|
31
|
+
|
32
|
+
policy_id = 789 # Integer | The policy ID.
|
33
|
+
|
34
|
+
opts = {
|
35
|
+
x_request_id: 'x_request_id_example' # String | An unique ID for the request
|
36
|
+
x_is_resource_name: false # BOOLEAN | 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.
|
37
|
+
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]
|
38
|
+
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\"
|
39
|
+
page: 1, # Integer | The page number
|
40
|
+
page_size: 10, # Integer | The size of per page
|
41
|
+
status: ['status_example'] # Array<String> | The status of webhook job.
|
42
|
+
}
|
43
|
+
|
44
|
+
begin
|
45
|
+
#List project webhook jobs
|
46
|
+
result = api_instance.list_webhook_jobs(project_name_or_idpolicy_id, opts)
|
47
|
+
p result
|
48
|
+
rescue Harbor2Client::ApiError => e
|
49
|
+
puts "Exception when calling WebhookjobApi->list_webhook_jobs: #{e}"
|
50
|
+
end
|
51
|
+
```
|
52
|
+
|
53
|
+
### Parameters
|
54
|
+
|
55
|
+
Name | Type | Description | Notes
|
56
|
+
------------- | ------------- | ------------- | -------------
|
57
|
+
**project_name_or_id** | **String**| The name or id of the project |
|
58
|
+
**policy_id** | **Integer**| The policy ID. |
|
59
|
+
**x_request_id** | **String**| An unique ID for the request | [optional]
|
60
|
+
**x_is_resource_name** | **BOOLEAN**| 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. | [optional] [default to false]
|
61
|
+
**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]
|
62
|
+
**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]
|
63
|
+
**page** | **Integer**| The page number | [optional] [default to 1]
|
64
|
+
**page_size** | **Integer**| The size of per page | [optional] [default to 10]
|
65
|
+
**status** | [**Array<String>**](String.md)| The status of webhook job. | [optional]
|
66
|
+
|
67
|
+
### Return type
|
68
|
+
|
69
|
+
[**Array<WebhookJob>**](WebhookJob.md)
|
70
|
+
|
71
|
+
### Authorization
|
72
|
+
|
73
|
+
[basic](../README.md#basic)
|
74
|
+
|
75
|
+
### HTTP request headers
|
76
|
+
|
77
|
+
- **Content-Type**: application/json
|
78
|
+
- **Accept**: application/json
|
79
|
+
|
80
|
+
|
81
|
+
|
data/git_push.sh
CHANGED
@@ -11,17 +11,17 @@ git_repo_id=$2
|
|
11
11
|
release_note=$3
|
12
12
|
|
13
13
|
if [ "$git_user_id" = "" ]; then
|
14
|
-
git_user_id=""
|
14
|
+
git_user_id="GIT_USER_ID"
|
15
15
|
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
16
16
|
fi
|
17
17
|
|
18
18
|
if [ "$git_repo_id" = "" ]; then
|
19
|
-
git_repo_id=""
|
19
|
+
git_repo_id="GIT_REPO_ID"
|
20
20
|
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
|
21
21
|
fi
|
22
22
|
|
23
23
|
if [ "$release_note" = "" ]; then
|
24
|
-
release_note=""
|
24
|
+
release_note="Minor update"
|
25
25
|
echo "[INFO] No command line input provided. Set \$release_note to $release_note"
|
26
26
|
fi
|
27
27
|
|
data/harbor2_client.gemspec
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
OpenAPI spec version: 2.0
|
9
9
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
11
|
-
Swagger Codegen version: 2.4.
|
11
|
+
Swagger Codegen version: 2.4.22
|
12
12
|
|
13
13
|
=end
|
14
14
|
|
@@ -19,12 +19,12 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.name = "harbor2_client"
|
20
20
|
s.version = Harbor2Client::VERSION
|
21
21
|
s.platform = Gem::Platform::RUBY
|
22
|
-
s.authors = ["Richard Grainger"
|
23
|
-
s.email = [""]
|
24
|
-
s.homepage = "https://github.com/liger1978/ruby-harbor2_client
|
25
|
-
s.summary = "Harbor
|
26
|
-
s.description = "
|
27
|
-
s.license =
|
22
|
+
s.authors = ["Richard Grainger"]
|
23
|
+
s.email = ["harbottle@room3d3.com"]
|
24
|
+
s.homepage = "https://github.com/liger1978/ruby-harbor2_client"
|
25
|
+
s.summary = "A ruby wrapper for the Harbor swagger APIs"
|
26
|
+
s.description = "A ruby wrapper for the Harbor swagger APIs"
|
27
|
+
s.license = 'MIT'
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
29
29
|
|
30
30
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|