harbor2_legacy_client 0.1.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.
Files changed (375) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/README.md +365 -0
  4. data/Rakefile +8 -0
  5. data/docs/Action.md +8 -0
  6. data/docs/Action1.md +8 -0
  7. data/docs/AdminJobSchedule.md +9 -0
  8. data/docs/AdminJobScheduleObj.md +9 -0
  9. data/docs/BadRequestFormatedError.md +8 -0
  10. data/docs/BoolConfigItem.md +9 -0
  11. data/docs/CVEAllowlist.md +11 -0
  12. data/docs/CVEAllowlistItem.md +8 -0
  13. data/docs/ChartAPIError.md +8 -0
  14. data/docs/ChartMetadata.md +18 -0
  15. data/docs/ChartRepositoryApi.md +191 -0
  16. data/docs/ChartVersion.md +23 -0
  17. data/docs/ComponentHealthStatus.md +10 -0
  18. data/docs/ComponentOverviewEntry.md +9 -0
  19. data/docs/Configurations.md +42 -0
  20. data/docs/ConfigurationsResponse.md +41 -0
  21. data/docs/ConfigurationsScanAllPolicy.md +9 -0
  22. data/docs/ConfigurationsScanAllPolicyParameter.md +8 -0
  23. data/docs/ConflictFormatedError.md +8 -0
  24. data/docs/EmailServerSetting.md +13 -0
  25. data/docs/Endpoint.md +9 -0
  26. data/docs/EventType.md +7 -0
  27. data/docs/FilterStyle.md +10 -0
  28. data/docs/ForbiddenChartAPIError.md +8 -0
  29. data/docs/GCResult.md +16 -0
  30. data/docs/GeneralInfo.md +16 -0
  31. data/docs/InputSecret.md +8 -0
  32. data/docs/InsufficientStorageChartAPIError.md +8 -0
  33. data/docs/IntegerConfigItem.md +9 -0
  34. data/docs/InternalChartAPIError.md +8 -0
  35. data/docs/IsDefault.md +8 -0
  36. data/docs/Label.md +16 -0
  37. data/docs/LabelApi.md +191 -0
  38. data/docs/Labels.md +7 -0
  39. data/docs/LdapConf.md +15 -0
  40. data/docs/LdapFailedImportUsers.md +9 -0
  41. data/docs/LdapImportUsers.md +8 -0
  42. data/docs/LdapUsers.md +10 -0
  43. data/docs/Namespace.md +9 -0
  44. data/docs/NotFoundChartAPIError.md +8 -0
  45. data/docs/NotifyType.md +7 -0
  46. data/docs/OverallHealthStatus.md +9 -0
  47. data/docs/Password.md +9 -0
  48. data/docs/Permission.md +9 -0
  49. data/docs/PingRegistry.md +14 -0
  50. data/docs/ProductsApi.md +6382 -0
  51. data/docs/Project.md +22 -0
  52. data/docs/ProjectMember.md +10 -0
  53. data/docs/ProjectMemberEntity.md +14 -0
  54. data/docs/ProjectMetadata.md +13 -0
  55. data/docs/ProjectReq.md +13 -0
  56. data/docs/ProjectScanner.md +8 -0
  57. data/docs/ProjectSummary.md +15 -0
  58. data/docs/ProjectSummaryQuota.md +9 -0
  59. data/docs/PutRegistry.md +14 -0
  60. data/docs/Quota.md +13 -0
  61. data/docs/QuotaApi.md +118 -0
  62. data/docs/QuotaRefObject.md +7 -0
  63. data/docs/QuotaSwitcher.md +8 -0
  64. data/docs/QuotaUpdateReq.md +8 -0
  65. data/docs/Registry.md +17 -0
  66. data/docs/RegistryCredential.md +10 -0
  67. data/docs/RegistryInfo.md +11 -0
  68. data/docs/ReplicationExecution.md +19 -0
  69. data/docs/ReplicationFilter.md +9 -0
  70. data/docs/ReplicationPolicy.md +20 -0
  71. data/docs/ReplicationTask.md +16 -0
  72. data/docs/ReplicationTrigger.md +9 -0
  73. data/docs/ResourceList.md +7 -0
  74. data/docs/RetentionApi.md +449 -0
  75. data/docs/RetentionExecution.md +14 -0
  76. data/docs/RetentionExecutionTask.md +18 -0
  77. data/docs/RetentionMetadata.md +10 -0
  78. data/docs/RetentionPolicy.md +12 -0
  79. data/docs/RetentionPolicyScope.md +9 -0
  80. data/docs/RetentionRule.md +15 -0
  81. data/docs/RetentionRuleMetadata.md +11 -0
  82. data/docs/RetentionRuleParamMetadata.md +10 -0
  83. data/docs/RetentionRuleTrigger.md +10 -0
  84. data/docs/RetentionSelector.md +11 -0
  85. data/docs/RetentionSelectorMetadata.md +10 -0
  86. data/docs/RobotAccount.md +15 -0
  87. data/docs/RobotAccountAccess.md +9 -0
  88. data/docs/RobotAccountApi.md +291 -0
  89. data/docs/RobotAccountCreate.md +11 -0
  90. data/docs/RobotAccountPostRep.md +9 -0
  91. data/docs/RobotAccountUpdate.md +8 -0
  92. data/docs/Role.md +11 -0
  93. data/docs/RoleParam.md +9 -0
  94. data/docs/RoleRequest.md +8 -0
  95. data/docs/ScanApi.md +104 -0
  96. data/docs/Scanner.md +10 -0
  97. data/docs/ScannerAdapterMetadata.md +10 -0
  98. data/docs/ScannerCapability.md +9 -0
  99. data/docs/ScannerRegistration.md +21 -0
  100. data/docs/ScannerRegistrationReq.md +15 -0
  101. data/docs/ScannerRegistrationSettings.md +11 -0
  102. data/docs/ScannersApi.md +600 -0
  103. data/docs/Search.md +10 -0
  104. data/docs/SearchRepository.md +13 -0
  105. data/docs/SearchResult.md +10 -0
  106. data/docs/StatisticMap.md +13 -0
  107. data/docs/Stats.md +12 -0
  108. data/docs/Storage.md +9 -0
  109. data/docs/StringConfigItem.md +9 -0
  110. data/docs/SupportedWebhookEventTypes.md +9 -0
  111. data/docs/SysAdminFlag.md +8 -0
  112. data/docs/SystemApi.md +163 -0
  113. data/docs/SystemInfo.md +8 -0
  114. data/docs/TriggerSettings.md +8 -0
  115. data/docs/UnauthorizedChartAPIError.md +8 -0
  116. data/docs/User.md +22 -0
  117. data/docs/UserEntity.md +9 -0
  118. data/docs/UserGroup.md +11 -0
  119. data/docs/UserProfile.md +10 -0
  120. data/docs/UserSearch.md +9 -0
  121. data/docs/WebhookJob.md +15 -0
  122. data/docs/WebhookLastTrigger.md +11 -0
  123. data/docs/WebhookPolicy.md +17 -0
  124. data/docs/WebhookTargetObject.md +11 -0
  125. data/git_push.sh +55 -0
  126. data/harbor2_legacy_client.gemspec +46 -0
  127. data/lib/harbor2_legacy_client.rb +159 -0
  128. data/lib/harbor2_legacy_client/api/chart_repository_api.rb +230 -0
  129. data/lib/harbor2_legacy_client/api/label_api.rb +230 -0
  130. data/lib/harbor2_legacy_client/api/products_api.rb +6500 -0
  131. data/lib/harbor2_legacy_client/api/quota_api.rb +136 -0
  132. data/lib/harbor2_legacy_client/api/retention_api.rb +482 -0
  133. data/lib/harbor2_legacy_client/api/robot_account_api.rb +321 -0
  134. data/lib/harbor2_legacy_client/api/scan_api.rb +119 -0
  135. data/lib/harbor2_legacy_client/api/scanners_api.rb +624 -0
  136. data/lib/harbor2_legacy_client/api/system_api.rb +173 -0
  137. data/lib/harbor2_legacy_client/api_client.rb +391 -0
  138. data/lib/harbor2_legacy_client/api_error.rb +38 -0
  139. data/lib/harbor2_legacy_client/configuration.rb +209 -0
  140. data/lib/harbor2_legacy_client/models/action.rb +184 -0
  141. data/lib/harbor2_legacy_client/models/action_1.rb +184 -0
  142. data/lib/harbor2_legacy_client/models/admin_job_schedule.rb +196 -0
  143. data/lib/harbor2_legacy_client/models/admin_job_schedule_obj.rb +195 -0
  144. data/lib/harbor2_legacy_client/models/bad_request_formated_error.rb +191 -0
  145. data/lib/harbor2_legacy_client/models/bool_config_item.rb +195 -0
  146. data/lib/harbor2_legacy_client/models/chart_api_error.rb +191 -0
  147. data/lib/harbor2_legacy_client/models/chart_metadata.rb +320 -0
  148. data/lib/harbor2_legacy_client/models/chart_version.rb +371 -0
  149. data/lib/harbor2_legacy_client/models/component_health_status.rb +206 -0
  150. data/lib/harbor2_legacy_client/models/component_overview_entry.rb +195 -0
  151. data/lib/harbor2_legacy_client/models/configurations.rb +524 -0
  152. data/lib/harbor2_legacy_client/models/configurations_response.rb +514 -0
  153. data/lib/harbor2_legacy_client/models/configurations_scan_all_policy.rb +194 -0
  154. data/lib/harbor2_legacy_client/models/configurations_scan_all_policy_parameter.rb +186 -0
  155. data/lib/harbor2_legacy_client/models/conflict_formated_error.rb +191 -0
  156. data/lib/harbor2_legacy_client/models/cve_allowlist.rb +217 -0
  157. data/lib/harbor2_legacy_client/models/cve_allowlist_item.rb +186 -0
  158. data/lib/harbor2_legacy_client/models/email_server_setting.rb +235 -0
  159. data/lib/harbor2_legacy_client/models/endpoint.rb +195 -0
  160. data/lib/harbor2_legacy_client/models/event_type.rb +176 -0
  161. data/lib/harbor2_legacy_client/models/filter_style.rb +208 -0
  162. data/lib/harbor2_legacy_client/models/forbidden_chart_api_error.rb +191 -0
  163. data/lib/harbor2_legacy_client/models/gc_result.rb +264 -0
  164. data/lib/harbor2_legacy_client/models/general_info.rb +265 -0
  165. data/lib/harbor2_legacy_client/models/input_secret.rb +185 -0
  166. data/lib/harbor2_legacy_client/models/insufficient_storage_chart_api_error.rb +191 -0
  167. data/lib/harbor2_legacy_client/models/integer_config_item.rb +195 -0
  168. data/lib/harbor2_legacy_client/models/internal_chart_api_error.rb +191 -0
  169. data/lib/harbor2_legacy_client/models/is_default.rb +185 -0
  170. data/lib/harbor2_legacy_client/models/label.rb +265 -0
  171. data/lib/harbor2_legacy_client/models/labels.rb +176 -0
  172. data/lib/harbor2_legacy_client/models/ldap_conf.rb +255 -0
  173. data/lib/harbor2_legacy_client/models/ldap_failed_import_users.rb +195 -0
  174. data/lib/harbor2_legacy_client/models/ldap_import_users.rb +187 -0
  175. data/lib/harbor2_legacy_client/models/ldap_users.rb +205 -0
  176. data/lib/harbor2_legacy_client/models/namespace.rb +196 -0
  177. data/lib/harbor2_legacy_client/models/not_found_chart_api_error.rb +191 -0
  178. data/lib/harbor2_legacy_client/models/notify_type.rb +176 -0
  179. data/lib/harbor2_legacy_client/models/overall_health_status.rb +197 -0
  180. data/lib/harbor2_legacy_client/models/password.rb +195 -0
  181. data/lib/harbor2_legacy_client/models/permission.rb +196 -0
  182. data/lib/harbor2_legacy_client/models/ping_registry.rb +245 -0
  183. data/lib/harbor2_legacy_client/models/project.rb +327 -0
  184. data/lib/harbor2_legacy_client/models/project_member.rb +203 -0
  185. data/lib/harbor2_legacy_client/models/project_member_entity.rb +245 -0
  186. data/lib/harbor2_legacy_client/models/project_metadata.rb +235 -0
  187. data/lib/harbor2_legacy_client/models/project_req.rb +235 -0
  188. data/lib/harbor2_legacy_client/models/project_scanner.rb +185 -0
  189. data/lib/harbor2_legacy_client/models/project_summary.rb +253 -0
  190. data/lib/harbor2_legacy_client/models/project_summary_quota.rb +195 -0
  191. data/lib/harbor2_legacy_client/models/put_registry.rb +245 -0
  192. data/lib/harbor2_legacy_client/models/quota.rb +236 -0
  193. data/lib/harbor2_legacy_client/models/quota_ref_object.rb +175 -0
  194. data/lib/harbor2_legacy_client/models/quota_switcher.rb +185 -0
  195. data/lib/harbor2_legacy_client/models/quota_update_req.rb +185 -0
  196. data/lib/harbor2_legacy_client/models/registry.rb +274 -0
  197. data/lib/harbor2_legacy_client/models/registry_credential.rb +205 -0
  198. data/lib/harbor2_legacy_client/models/registry_info.rb +220 -0
  199. data/lib/harbor2_legacy_client/models/replication_execution.rb +296 -0
  200. data/lib/harbor2_legacy_client/models/replication_filter.rb +195 -0
  201. data/lib/harbor2_legacy_client/models/replication_policy.rb +306 -0
  202. data/lib/harbor2_legacy_client/models/replication_task.rb +266 -0
  203. data/lib/harbor2_legacy_client/models/replication_trigger.rb +194 -0
  204. data/lib/harbor2_legacy_client/models/resource_list.rb +175 -0
  205. data/lib/harbor2_legacy_client/models/retention_execution.rb +238 -0
  206. data/lib/harbor2_legacy_client/models/retention_execution_task.rb +274 -0
  207. data/lib/harbor2_legacy_client/models/retention_metadata.rb +212 -0
  208. data/lib/harbor2_legacy_client/models/retention_policy.rb +223 -0
  209. data/lib/harbor2_legacy_client/models/retention_policy_scope.rb +193 -0
  210. data/lib/harbor2_legacy_client/models/retention_rule.rb +253 -0
  211. data/lib/harbor2_legacy_client/models/retention_rule_metadata.rb +218 -0
  212. data/lib/harbor2_legacy_client/models/retention_rule_param_metadata.rb +203 -0
  213. data/lib/harbor2_legacy_client/models/retention_rule_trigger.rb +202 -0
  214. data/lib/harbor2_legacy_client/models/retention_selector.rb +211 -0
  215. data/lib/harbor2_legacy_client/models/retention_selector_metadata.rb +205 -0
  216. data/lib/harbor2_legacy_client/models/robot_account.rb +256 -0
  217. data/lib/harbor2_legacy_client/models/robot_account_access.rb +195 -0
  218. data/lib/harbor2_legacy_client/models/robot_account_create.rb +217 -0
  219. data/lib/harbor2_legacy_client/models/robot_account_post_rep.rb +195 -0
  220. data/lib/harbor2_legacy_client/models/robot_account_update.rb +185 -0
  221. data/lib/harbor2_legacy_client/models/role.rb +214 -0
  222. data/lib/harbor2_legacy_client/models/role_param.rb +197 -0
  223. data/lib/harbor2_legacy_client/models/role_request.rb +185 -0
  224. data/lib/harbor2_legacy_client/models/scanner.rb +205 -0
  225. data/lib/harbor2_legacy_client/models/scanner_adapter_metadata.rb +207 -0
  226. data/lib/harbor2_legacy_client/models/scanner_capability.rb +197 -0
  227. data/lib/harbor2_legacy_client/models/scanner_registration.rb +328 -0
  228. data/lib/harbor2_legacy_client/models/scanner_registration_req.rb +263 -0
  229. data/lib/harbor2_legacy_client/models/scanner_registration_settings.rb +217 -0
  230. data/lib/harbor2_legacy_client/models/search.rb +211 -0
  231. data/lib/harbor2_legacy_client/models/search_repository.rb +235 -0
  232. data/lib/harbor2_legacy_client/models/search_result.rb +205 -0
  233. data/lib/harbor2_legacy_client/models/statistic_map.rb +235 -0
  234. data/lib/harbor2_legacy_client/models/stats.rb +228 -0
  235. data/lib/harbor2_legacy_client/models/storage.rb +195 -0
  236. data/lib/harbor2_legacy_client/models/string_config_item.rb +195 -0
  237. data/lib/harbor2_legacy_client/models/supported_webhook_event_types.rb +198 -0
  238. data/lib/harbor2_legacy_client/models/sys_admin_flag.rb +185 -0
  239. data/lib/harbor2_legacy_client/models/system_info.rb +187 -0
  240. data/lib/harbor2_legacy_client/models/trigger_settings.rb +185 -0
  241. data/lib/harbor2_legacy_client/models/unauthorized_chart_api_error.rb +191 -0
  242. data/lib/harbor2_legacy_client/models/user.rb +312 -0
  243. data/lib/harbor2_legacy_client/models/user_entity.rb +195 -0
  244. data/lib/harbor2_legacy_client/models/user_group.rb +215 -0
  245. data/lib/harbor2_legacy_client/models/user_profile.rb +205 -0
  246. data/lib/harbor2_legacy_client/models/user_search.rb +194 -0
  247. data/lib/harbor2_legacy_client/models/webhook_job.rb +256 -0
  248. data/lib/harbor2_legacy_client/models/webhook_last_trigger.rb +216 -0
  249. data/lib/harbor2_legacy_client/models/webhook_policy.rb +278 -0
  250. data/lib/harbor2_legacy_client/models/webhook_target_object.rb +216 -0
  251. data/lib/harbor2_legacy_client/version.rb +15 -0
  252. data/spec/api/chart_repository_api_spec.rb +79 -0
  253. data/spec/api/label_api_spec.rb +79 -0
  254. data/spec/api/products_api_spec.rb +1493 -0
  255. data/spec/api/quota_api_spec.rb +60 -0
  256. data/spec/api/retention_api_spec.rb +136 -0
  257. data/spec/api/robot_account_api_spec.rb +100 -0
  258. data/spec/api/scan_api_spec.rb +57 -0
  259. data/spec/api/scanners_api_spec.rb +169 -0
  260. data/spec/api/system_api_spec.rb +70 -0
  261. data/spec/api_client_spec.rb +243 -0
  262. data/spec/configuration_spec.rb +42 -0
  263. data/spec/models/action_1_spec.rb +41 -0
  264. data/spec/models/action_spec.rb +41 -0
  265. data/spec/models/admin_job_schedule_obj_spec.rb +47 -0
  266. data/spec/models/admin_job_schedule_spec.rb +47 -0
  267. data/spec/models/bad_request_formated_error_spec.rb +41 -0
  268. data/spec/models/bool_config_item_spec.rb +47 -0
  269. data/spec/models/chart_api_error_spec.rb +41 -0
  270. data/spec/models/chart_metadata_spec.rb +101 -0
  271. data/spec/models/chart_version_spec.rb +131 -0
  272. data/spec/models/component_health_status_spec.rb +53 -0
  273. data/spec/models/component_overview_entry_spec.rb +47 -0
  274. data/spec/models/configurations_response_spec.rb +239 -0
  275. data/spec/models/configurations_scan_all_policy_parameter_spec.rb +41 -0
  276. data/spec/models/configurations_scan_all_policy_spec.rb +47 -0
  277. data/spec/models/configurations_spec.rb +245 -0
  278. data/spec/models/conflict_formated_error_spec.rb +41 -0
  279. data/spec/models/cve_allowlist_item_spec.rb +41 -0
  280. data/spec/models/cve_allowlist_spec.rb +59 -0
  281. data/spec/models/email_server_setting_spec.rb +71 -0
  282. data/spec/models/endpoint_spec.rb +47 -0
  283. data/spec/models/event_type_spec.rb +35 -0
  284. data/spec/models/filter_style_spec.rb +53 -0
  285. data/spec/models/forbidden_chart_api_error_spec.rb +41 -0
  286. data/spec/models/gc_result_spec.rb +89 -0
  287. data/spec/models/general_info_spec.rb +89 -0
  288. data/spec/models/input_secret_spec.rb +41 -0
  289. data/spec/models/insufficient_storage_chart_api_error_spec.rb +41 -0
  290. data/spec/models/integer_config_item_spec.rb +47 -0
  291. data/spec/models/internal_chart_api_error_spec.rb +41 -0
  292. data/spec/models/is_default_spec.rb +41 -0
  293. data/spec/models/label_spec.rb +89 -0
  294. data/spec/models/labels_spec.rb +35 -0
  295. data/spec/models/ldap_conf_spec.rb +83 -0
  296. data/spec/models/ldap_failed_import_users_spec.rb +47 -0
  297. data/spec/models/ldap_import_users_spec.rb +41 -0
  298. data/spec/models/ldap_users_spec.rb +53 -0
  299. data/spec/models/namespace_spec.rb +47 -0
  300. data/spec/models/not_found_chart_api_error_spec.rb +41 -0
  301. data/spec/models/notify_type_spec.rb +35 -0
  302. data/spec/models/overall_health_status_spec.rb +47 -0
  303. data/spec/models/password_spec.rb +47 -0
  304. data/spec/models/permission_spec.rb +47 -0
  305. data/spec/models/ping_registry_spec.rb +77 -0
  306. data/spec/models/project_member_entity_spec.rb +77 -0
  307. data/spec/models/project_member_spec.rb +53 -0
  308. data/spec/models/project_metadata_spec.rb +71 -0
  309. data/spec/models/project_req_spec.rb +71 -0
  310. data/spec/models/project_scanner_spec.rb +41 -0
  311. data/spec/models/project_spec.rb +125 -0
  312. data/spec/models/project_summary_quota_spec.rb +47 -0
  313. data/spec/models/project_summary_spec.rb +83 -0
  314. data/spec/models/put_registry_spec.rb +77 -0
  315. data/spec/models/quota_ref_object_spec.rb +35 -0
  316. data/spec/models/quota_spec.rb +71 -0
  317. data/spec/models/quota_switcher_spec.rb +41 -0
  318. data/spec/models/quota_update_req_spec.rb +41 -0
  319. data/spec/models/registry_credential_spec.rb +53 -0
  320. data/spec/models/registry_info_spec.rb +59 -0
  321. data/spec/models/registry_spec.rb +95 -0
  322. data/spec/models/replication_execution_spec.rb +107 -0
  323. data/spec/models/replication_filter_spec.rb +47 -0
  324. data/spec/models/replication_policy_spec.rb +113 -0
  325. data/spec/models/replication_task_spec.rb +89 -0
  326. data/spec/models/replication_trigger_spec.rb +47 -0
  327. data/spec/models/resource_list_spec.rb +35 -0
  328. data/spec/models/retention_execution_spec.rb +77 -0
  329. data/spec/models/retention_execution_task_spec.rb +101 -0
  330. data/spec/models/retention_metadata_spec.rb +53 -0
  331. data/spec/models/retention_policy_scope_spec.rb +47 -0
  332. data/spec/models/retention_policy_spec.rb +65 -0
  333. data/spec/models/retention_rule_metadata_spec.rb +59 -0
  334. data/spec/models/retention_rule_param_metadata_spec.rb +53 -0
  335. data/spec/models/retention_rule_spec.rb +83 -0
  336. data/spec/models/retention_rule_trigger_spec.rb +53 -0
  337. data/spec/models/retention_selector_metadata_spec.rb +53 -0
  338. data/spec/models/retention_selector_spec.rb +59 -0
  339. data/spec/models/robot_account_access_spec.rb +47 -0
  340. data/spec/models/robot_account_create_spec.rb +59 -0
  341. data/spec/models/robot_account_post_rep_spec.rb +47 -0
  342. data/spec/models/robot_account_spec.rb +83 -0
  343. data/spec/models/robot_account_update_spec.rb +41 -0
  344. data/spec/models/role_param_spec.rb +47 -0
  345. data/spec/models/role_request_spec.rb +41 -0
  346. data/spec/models/role_spec.rb +59 -0
  347. data/spec/models/scanner_adapter_metadata_spec.rb +53 -0
  348. data/spec/models/scanner_capability_spec.rb +47 -0
  349. data/spec/models/scanner_registration_req_spec.rb +83 -0
  350. data/spec/models/scanner_registration_settings_spec.rb +59 -0
  351. data/spec/models/scanner_registration_spec.rb +119 -0
  352. data/spec/models/scanner_spec.rb +53 -0
  353. data/spec/models/search_repository_spec.rb +71 -0
  354. data/spec/models/search_result_spec.rb +53 -0
  355. data/spec/models/search_spec.rb +53 -0
  356. data/spec/models/statistic_map_spec.rb +71 -0
  357. data/spec/models/stats_spec.rb +65 -0
  358. data/spec/models/storage_spec.rb +47 -0
  359. data/spec/models/string_config_item_spec.rb +47 -0
  360. data/spec/models/supported_webhook_event_types_spec.rb +47 -0
  361. data/spec/models/sys_admin_flag_spec.rb +41 -0
  362. data/spec/models/system_info_spec.rb +41 -0
  363. data/spec/models/trigger_settings_spec.rb +41 -0
  364. data/spec/models/unauthorized_chart_api_error_spec.rb +41 -0
  365. data/spec/models/user_entity_spec.rb +47 -0
  366. data/spec/models/user_group_spec.rb +59 -0
  367. data/spec/models/user_profile_spec.rb +53 -0
  368. data/spec/models/user_search_spec.rb +47 -0
  369. data/spec/models/user_spec.rb +125 -0
  370. data/spec/models/webhook_job_spec.rb +83 -0
  371. data/spec/models/webhook_last_trigger_spec.rb +59 -0
  372. data/spec/models/webhook_policy_spec.rb +95 -0
  373. data/spec/models/webhook_target_object_spec.rb +59 -0
  374. data/spec/spec_helper.rb +111 -0
  375. metadata +740 -0
@@ -0,0 +1,321 @@
1
+ =begin
2
+ #Harbor API
3
+
4
+ #These APIs provide services for manipulating Harbor project.
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.17
10
+
11
+ =end
12
+
13
+ require 'uri'
14
+
15
+ module Harbor2LegacyClient
16
+ class RobotAccountApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # Get all robot accounts of specified project
23
+ # Get all robot accounts of specified project
24
+ # @param project_id Relevant project ID.
25
+ # @param [Hash] opts the optional parameters
26
+ # @return [Array<RobotAccount>]
27
+ def projects_project_id_robots_get(project_id, opts = {})
28
+ data, _status_code, _headers = projects_project_id_robots_get_with_http_info(project_id, opts)
29
+ data
30
+ end
31
+
32
+ # Get all robot accounts of specified project
33
+ # Get all robot accounts of specified project
34
+ # @param project_id Relevant project ID.
35
+ # @param [Hash] opts the optional parameters
36
+ # @return [Array<(Array<RobotAccount>, Fixnum, Hash)>] Array<RobotAccount> data, response status code and response headers
37
+ def projects_project_id_robots_get_with_http_info(project_id, opts = {})
38
+ if @api_client.config.debugging
39
+ @api_client.config.logger.debug 'Calling API: RobotAccountApi.projects_project_id_robots_get ...'
40
+ end
41
+ # verify the required parameter 'project_id' is set
42
+ if @api_client.config.client_side_validation && project_id.nil?
43
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling RobotAccountApi.projects_project_id_robots_get"
44
+ end
45
+ # resource path
46
+ local_var_path = '/projects/{project_id}/robots'.sub('{' + 'project_id' + '}', project_id.to_s)
47
+
48
+ # query parameters
49
+ query_params = {}
50
+
51
+ # header parameters
52
+ header_params = {}
53
+ # HTTP header 'Accept' (if needed)
54
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
55
+ # HTTP header 'Content-Type'
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
57
+
58
+ # form parameters
59
+ form_params = {}
60
+
61
+ # http body (model)
62
+ post_body = nil
63
+ auth_names = ['basicAuth']
64
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
65
+ :header_params => header_params,
66
+ :query_params => query_params,
67
+ :form_params => form_params,
68
+ :body => post_body,
69
+ :auth_names => auth_names,
70
+ :return_type => 'Array<RobotAccount>')
71
+ if @api_client.config.debugging
72
+ @api_client.config.logger.debug "API called: RobotAccountApi#projects_project_id_robots_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
73
+ end
74
+ return data, status_code, headers
75
+ end
76
+ # Create a robot account for project
77
+ # Create a robot account for project
78
+ # @param project_id Relevant project ID.
79
+ # @param robot Request body of creating a robot account.
80
+ # @param [Hash] opts the optional parameters
81
+ # @return [RobotAccountPostRep]
82
+ def projects_project_id_robots_post(project_id, robot, opts = {})
83
+ data, _status_code, _headers = projects_project_id_robots_post_with_http_info(project_id, robot, opts)
84
+ data
85
+ end
86
+
87
+ # Create a robot account for project
88
+ # Create a robot account for project
89
+ # @param project_id Relevant project ID.
90
+ # @param robot Request body of creating a robot account.
91
+ # @param [Hash] opts the optional parameters
92
+ # @return [Array<(RobotAccountPostRep, Fixnum, Hash)>] RobotAccountPostRep data, response status code and response headers
93
+ def projects_project_id_robots_post_with_http_info(project_id, robot, opts = {})
94
+ if @api_client.config.debugging
95
+ @api_client.config.logger.debug 'Calling API: RobotAccountApi.projects_project_id_robots_post ...'
96
+ end
97
+ # verify the required parameter 'project_id' is set
98
+ if @api_client.config.client_side_validation && project_id.nil?
99
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling RobotAccountApi.projects_project_id_robots_post"
100
+ end
101
+ # verify the required parameter 'robot' is set
102
+ if @api_client.config.client_side_validation && robot.nil?
103
+ fail ArgumentError, "Missing the required parameter 'robot' when calling RobotAccountApi.projects_project_id_robots_post"
104
+ end
105
+ # resource path
106
+ local_var_path = '/projects/{project_id}/robots'.sub('{' + 'project_id' + '}', project_id.to_s)
107
+
108
+ # query parameters
109
+ query_params = {}
110
+
111
+ # header parameters
112
+ header_params = {}
113
+ # HTTP header 'Accept' (if needed)
114
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
115
+ # HTTP header 'Content-Type'
116
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
117
+
118
+ # form parameters
119
+ form_params = {}
120
+
121
+ # http body (model)
122
+ post_body = @api_client.object_to_http_body(robot)
123
+ auth_names = ['basicAuth']
124
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
125
+ :header_params => header_params,
126
+ :query_params => query_params,
127
+ :form_params => form_params,
128
+ :body => post_body,
129
+ :auth_names => auth_names,
130
+ :return_type => 'RobotAccountPostRep')
131
+ if @api_client.config.debugging
132
+ @api_client.config.logger.debug "API called: RobotAccountApi#projects_project_id_robots_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
133
+ end
134
+ return data, status_code, headers
135
+ end
136
+ # Delete the specified robot account
137
+ # Delete the specified robot account
138
+ # @param project_id Relevant project ID.
139
+ # @param robot_id The ID of robot account.
140
+ # @param [Hash] opts the optional parameters
141
+ # @return [nil]
142
+ def projects_project_id_robots_robot_id_delete(project_id, robot_id, opts = {})
143
+ projects_project_id_robots_robot_id_delete_with_http_info(project_id, robot_id, opts)
144
+ nil
145
+ end
146
+
147
+ # Delete the specified robot account
148
+ # Delete the specified robot account
149
+ # @param project_id Relevant project ID.
150
+ # @param robot_id The ID of robot account.
151
+ # @param [Hash] opts the optional parameters
152
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
153
+ def projects_project_id_robots_robot_id_delete_with_http_info(project_id, robot_id, opts = {})
154
+ if @api_client.config.debugging
155
+ @api_client.config.logger.debug 'Calling API: RobotAccountApi.projects_project_id_robots_robot_id_delete ...'
156
+ end
157
+ # verify the required parameter 'project_id' is set
158
+ if @api_client.config.client_side_validation && project_id.nil?
159
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling RobotAccountApi.projects_project_id_robots_robot_id_delete"
160
+ end
161
+ # verify the required parameter 'robot_id' is set
162
+ if @api_client.config.client_side_validation && robot_id.nil?
163
+ fail ArgumentError, "Missing the required parameter 'robot_id' when calling RobotAccountApi.projects_project_id_robots_robot_id_delete"
164
+ end
165
+ # resource path
166
+ local_var_path = '/projects/{project_id}/robots/{robot_id}'.sub('{' + 'project_id' + '}', project_id.to_s).sub('{' + 'robot_id' + '}', robot_id.to_s)
167
+
168
+ # query parameters
169
+ query_params = {}
170
+
171
+ # header parameters
172
+ header_params = {}
173
+ # HTTP header 'Accept' (if needed)
174
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
175
+ # HTTP header 'Content-Type'
176
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
177
+
178
+ # form parameters
179
+ form_params = {}
180
+
181
+ # http body (model)
182
+ post_body = nil
183
+ auth_names = ['basicAuth']
184
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
185
+ :header_params => header_params,
186
+ :query_params => query_params,
187
+ :form_params => form_params,
188
+ :body => post_body,
189
+ :auth_names => auth_names)
190
+ if @api_client.config.debugging
191
+ @api_client.config.logger.debug "API called: RobotAccountApi#projects_project_id_robots_robot_id_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
192
+ end
193
+ return data, status_code, headers
194
+ end
195
+ # Return the infor of the specified robot account.
196
+ # Return the infor of the specified robot account.
197
+ # @param project_id Relevant project ID.
198
+ # @param robot_id The ID of robot account.
199
+ # @param [Hash] opts the optional parameters
200
+ # @return [RobotAccount]
201
+ def projects_project_id_robots_robot_id_get(project_id, robot_id, opts = {})
202
+ data, _status_code, _headers = projects_project_id_robots_robot_id_get_with_http_info(project_id, robot_id, opts)
203
+ data
204
+ end
205
+
206
+ # Return the infor of the specified robot account.
207
+ # Return the infor of the specified robot account.
208
+ # @param project_id Relevant project ID.
209
+ # @param robot_id The ID of robot account.
210
+ # @param [Hash] opts the optional parameters
211
+ # @return [Array<(RobotAccount, Fixnum, Hash)>] RobotAccount data, response status code and response headers
212
+ def projects_project_id_robots_robot_id_get_with_http_info(project_id, robot_id, opts = {})
213
+ if @api_client.config.debugging
214
+ @api_client.config.logger.debug 'Calling API: RobotAccountApi.projects_project_id_robots_robot_id_get ...'
215
+ end
216
+ # verify the required parameter 'project_id' is set
217
+ if @api_client.config.client_side_validation && project_id.nil?
218
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling RobotAccountApi.projects_project_id_robots_robot_id_get"
219
+ end
220
+ # verify the required parameter 'robot_id' is set
221
+ if @api_client.config.client_side_validation && robot_id.nil?
222
+ fail ArgumentError, "Missing the required parameter 'robot_id' when calling RobotAccountApi.projects_project_id_robots_robot_id_get"
223
+ end
224
+ # resource path
225
+ local_var_path = '/projects/{project_id}/robots/{robot_id}'.sub('{' + 'project_id' + '}', project_id.to_s).sub('{' + 'robot_id' + '}', robot_id.to_s)
226
+
227
+ # query parameters
228
+ query_params = {}
229
+
230
+ # header parameters
231
+ header_params = {}
232
+ # HTTP header 'Accept' (if needed)
233
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
234
+ # HTTP header 'Content-Type'
235
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
236
+
237
+ # form parameters
238
+ form_params = {}
239
+
240
+ # http body (model)
241
+ post_body = nil
242
+ auth_names = ['basicAuth']
243
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
244
+ :header_params => header_params,
245
+ :query_params => query_params,
246
+ :form_params => form_params,
247
+ :body => post_body,
248
+ :auth_names => auth_names,
249
+ :return_type => 'RobotAccount')
250
+ if @api_client.config.debugging
251
+ @api_client.config.logger.debug "API called: RobotAccountApi#projects_project_id_robots_robot_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
252
+ end
253
+ return data, status_code, headers
254
+ end
255
+ # Update status of robot account.
256
+ # Used to disable/enable a specified robot account.
257
+ # @param project_id Relevant project ID.
258
+ # @param robot_id The ID of robot account.
259
+ # @param robot Request body of enable/disable a robot account.
260
+ # @param [Hash] opts the optional parameters
261
+ # @return [nil]
262
+ def projects_project_id_robots_robot_id_put(project_id, robot_id, robot, opts = {})
263
+ projects_project_id_robots_robot_id_put_with_http_info(project_id, robot_id, robot, opts)
264
+ nil
265
+ end
266
+
267
+ # Update status of robot account.
268
+ # Used to disable/enable a specified robot account.
269
+ # @param project_id Relevant project ID.
270
+ # @param robot_id The ID of robot account.
271
+ # @param robot Request body of enable/disable a robot account.
272
+ # @param [Hash] opts the optional parameters
273
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
274
+ def projects_project_id_robots_robot_id_put_with_http_info(project_id, robot_id, robot, opts = {})
275
+ if @api_client.config.debugging
276
+ @api_client.config.logger.debug 'Calling API: RobotAccountApi.projects_project_id_robots_robot_id_put ...'
277
+ end
278
+ # verify the required parameter 'project_id' is set
279
+ if @api_client.config.client_side_validation && project_id.nil?
280
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling RobotAccountApi.projects_project_id_robots_robot_id_put"
281
+ end
282
+ # verify the required parameter 'robot_id' is set
283
+ if @api_client.config.client_side_validation && robot_id.nil?
284
+ fail ArgumentError, "Missing the required parameter 'robot_id' when calling RobotAccountApi.projects_project_id_robots_robot_id_put"
285
+ end
286
+ # verify the required parameter 'robot' is set
287
+ if @api_client.config.client_side_validation && robot.nil?
288
+ fail ArgumentError, "Missing the required parameter 'robot' when calling RobotAccountApi.projects_project_id_robots_robot_id_put"
289
+ end
290
+ # resource path
291
+ local_var_path = '/projects/{project_id}/robots/{robot_id}'.sub('{' + 'project_id' + '}', project_id.to_s).sub('{' + 'robot_id' + '}', robot_id.to_s)
292
+
293
+ # query parameters
294
+ query_params = {}
295
+
296
+ # header parameters
297
+ header_params = {}
298
+ # HTTP header 'Accept' (if needed)
299
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
300
+ # HTTP header 'Content-Type'
301
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
302
+
303
+ # form parameters
304
+ form_params = {}
305
+
306
+ # http body (model)
307
+ post_body = @api_client.object_to_http_body(robot)
308
+ auth_names = ['basicAuth']
309
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
310
+ :header_params => header_params,
311
+ :query_params => query_params,
312
+ :form_params => form_params,
313
+ :body => post_body,
314
+ :auth_names => auth_names)
315
+ if @api_client.config.debugging
316
+ @api_client.config.logger.debug "API called: RobotAccountApi#projects_project_id_robots_robot_id_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
317
+ end
318
+ return data, status_code, headers
319
+ end
320
+ end
321
+ end
@@ -0,0 +1,119 @@
1
+ =begin
2
+ #Harbor API
3
+
4
+ #These APIs provide services for manipulating Harbor project.
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.17
10
+
11
+ =end
12
+
13
+ require 'uri'
14
+
15
+ module Harbor2LegacyClient
16
+ class ScanApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # Get the metrics of the latest scan all process
23
+ # Get the metrics of the latest scan all process
24
+ # @param [Hash] opts the optional parameters
25
+ # @return [Stats]
26
+ def scans_all_metrics_get(opts = {})
27
+ data, _status_code, _headers = scans_all_metrics_get_with_http_info(opts)
28
+ data
29
+ end
30
+
31
+ # Get the metrics of the latest scan all process
32
+ # Get the metrics of the latest scan all process
33
+ # @param [Hash] opts the optional parameters
34
+ # @return [Array<(Stats, Fixnum, Hash)>] Stats data, response status code and response headers
35
+ def scans_all_metrics_get_with_http_info(opts = {})
36
+ if @api_client.config.debugging
37
+ @api_client.config.logger.debug 'Calling API: ScanApi.scans_all_metrics_get ...'
38
+ end
39
+ # resource path
40
+ local_var_path = '/scans/all/metrics'
41
+
42
+ # query parameters
43
+ query_params = {}
44
+
45
+ # header parameters
46
+ header_params = {}
47
+ # HTTP header 'Accept' (if needed)
48
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
49
+ # HTTP header 'Content-Type'
50
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
51
+
52
+ # form parameters
53
+ form_params = {}
54
+
55
+ # http body (model)
56
+ post_body = nil
57
+ auth_names = ['basicAuth']
58
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
59
+ :header_params => header_params,
60
+ :query_params => query_params,
61
+ :form_params => form_params,
62
+ :body => post_body,
63
+ :auth_names => auth_names,
64
+ :return_type => 'Stats')
65
+ if @api_client.config.debugging
66
+ @api_client.config.logger.debug "API called: ScanApi#scans_all_metrics_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
67
+ end
68
+ return data, status_code, headers
69
+ end
70
+ # Get the metrics of the latest scheduled scan all process
71
+ # Get the metrics of the latest scheduled scan all process
72
+ # @param [Hash] opts the optional parameters
73
+ # @return [Stats]
74
+ def scans_schedule_metrics_get(opts = {})
75
+ data, _status_code, _headers = scans_schedule_metrics_get_with_http_info(opts)
76
+ data
77
+ end
78
+
79
+ # Get the metrics of the latest scheduled scan all process
80
+ # Get the metrics of the latest scheduled scan all process
81
+ # @param [Hash] opts the optional parameters
82
+ # @return [Array<(Stats, Fixnum, Hash)>] Stats data, response status code and response headers
83
+ def scans_schedule_metrics_get_with_http_info(opts = {})
84
+ if @api_client.config.debugging
85
+ @api_client.config.logger.debug 'Calling API: ScanApi.scans_schedule_metrics_get ...'
86
+ end
87
+ # resource path
88
+ local_var_path = '/scans/schedule/metrics'
89
+
90
+ # query parameters
91
+ query_params = {}
92
+
93
+ # header parameters
94
+ header_params = {}
95
+ # HTTP header 'Accept' (if needed)
96
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
97
+ # HTTP header 'Content-Type'
98
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
99
+
100
+ # form parameters
101
+ form_params = {}
102
+
103
+ # http body (model)
104
+ post_body = nil
105
+ auth_names = ['basicAuth']
106
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
107
+ :header_params => header_params,
108
+ :query_params => query_params,
109
+ :form_params => form_params,
110
+ :body => post_body,
111
+ :auth_names => auth_names,
112
+ :return_type => 'Stats')
113
+ if @api_client.config.debugging
114
+ @api_client.config.logger.debug "API called: ScanApi#scans_schedule_metrics_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
115
+ end
116
+ return data, status_code, headers
117
+ end
118
+ end
119
+ end
@@ -0,0 +1,624 @@
1
+ =begin
2
+ #Harbor API
3
+
4
+ #These APIs provide services for manipulating Harbor project.
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.17
10
+
11
+ =end
12
+
13
+ require 'uri'
14
+
15
+ module Harbor2LegacyClient
16
+ class ScannersApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # Get scanner registration candidates for configurating project level scanner
23
+ # Retrieve the system configured scanner registrations as candidates of setting project level scanner.
24
+ # @param project_id The project identifier.
25
+ # @param [Hash] opts the optional parameters
26
+ # @return [Array<ScannerRegistration>]
27
+ def projects_project_id_scanner_candidates_get(project_id, opts = {})
28
+ data, _status_code, _headers = projects_project_id_scanner_candidates_get_with_http_info(project_id, opts)
29
+ data
30
+ end
31
+
32
+ # Get scanner registration candidates for configurating project level scanner
33
+ # Retrieve the system configured scanner registrations as candidates of setting project level scanner.
34
+ # @param project_id The project identifier.
35
+ # @param [Hash] opts the optional parameters
36
+ # @return [Array<(Array<ScannerRegistration>, Fixnum, Hash)>] Array<ScannerRegistration> data, response status code and response headers
37
+ def projects_project_id_scanner_candidates_get_with_http_info(project_id, opts = {})
38
+ if @api_client.config.debugging
39
+ @api_client.config.logger.debug 'Calling API: ScannersApi.projects_project_id_scanner_candidates_get ...'
40
+ end
41
+ # verify the required parameter 'project_id' is set
42
+ if @api_client.config.client_side_validation && project_id.nil?
43
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ScannersApi.projects_project_id_scanner_candidates_get"
44
+ end
45
+ # resource path
46
+ local_var_path = '/projects/{project_id}/scanner/candidates'.sub('{' + 'project_id' + '}', project_id.to_s)
47
+
48
+ # query parameters
49
+ query_params = {}
50
+
51
+ # header parameters
52
+ header_params = {}
53
+ # HTTP header 'Accept' (if needed)
54
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
55
+ # HTTP header 'Content-Type'
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
57
+
58
+ # form parameters
59
+ form_params = {}
60
+
61
+ # http body (model)
62
+ post_body = nil
63
+ auth_names = ['basicAuth']
64
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
65
+ :header_params => header_params,
66
+ :query_params => query_params,
67
+ :form_params => form_params,
68
+ :body => post_body,
69
+ :auth_names => auth_names,
70
+ :return_type => 'Array<ScannerRegistration>')
71
+ if @api_client.config.debugging
72
+ @api_client.config.logger.debug "API called: ScannersApi#projects_project_id_scanner_candidates_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
73
+ end
74
+ return data, status_code, headers
75
+ end
76
+ # Get project level scanner
77
+ # 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.
78
+ # @param project_id The project identifier.
79
+ # @param [Hash] opts the optional parameters
80
+ # @return [ScannerRegistration]
81
+ def projects_project_id_scanner_get(project_id, opts = {})
82
+ data, _status_code, _headers = projects_project_id_scanner_get_with_http_info(project_id, opts)
83
+ data
84
+ end
85
+
86
+ # Get project level scanner
87
+ # 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.
88
+ # @param project_id The project identifier.
89
+ # @param [Hash] opts the optional parameters
90
+ # @return [Array<(ScannerRegistration, Fixnum, Hash)>] ScannerRegistration data, response status code and response headers
91
+ def projects_project_id_scanner_get_with_http_info(project_id, opts = {})
92
+ if @api_client.config.debugging
93
+ @api_client.config.logger.debug 'Calling API: ScannersApi.projects_project_id_scanner_get ...'
94
+ end
95
+ # verify the required parameter 'project_id' is set
96
+ if @api_client.config.client_side_validation && project_id.nil?
97
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ScannersApi.projects_project_id_scanner_get"
98
+ end
99
+ # resource path
100
+ local_var_path = '/projects/{project_id}/scanner'.sub('{' + 'project_id' + '}', project_id.to_s)
101
+
102
+ # query parameters
103
+ query_params = {}
104
+
105
+ # header parameters
106
+ header_params = {}
107
+ # HTTP header 'Accept' (if needed)
108
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
109
+ # HTTP header 'Content-Type'
110
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
111
+
112
+ # form parameters
113
+ form_params = {}
114
+
115
+ # http body (model)
116
+ post_body = nil
117
+ auth_names = ['basicAuth']
118
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
119
+ :header_params => header_params,
120
+ :query_params => query_params,
121
+ :form_params => form_params,
122
+ :body => post_body,
123
+ :auth_names => auth_names,
124
+ :return_type => 'ScannerRegistration')
125
+ if @api_client.config.debugging
126
+ @api_client.config.logger.debug "API called: ScannersApi#projects_project_id_scanner_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
127
+ end
128
+ return data, status_code, headers
129
+ end
130
+ # Configure scanner for the specified project
131
+ # Set one of the system configured scanner registration as the indepndent scanner of the specified project.
132
+ # @param project_id The project identifier.
133
+ # @param payload
134
+ # @param [Hash] opts the optional parameters
135
+ # @return [nil]
136
+ def projects_project_id_scanner_put(project_id, payload, opts = {})
137
+ projects_project_id_scanner_put_with_http_info(project_id, payload, opts)
138
+ nil
139
+ end
140
+
141
+ # Configure scanner for the specified project
142
+ # Set one of the system configured scanner registration as the indepndent scanner of the specified project.
143
+ # @param project_id The project identifier.
144
+ # @param payload
145
+ # @param [Hash] opts the optional parameters
146
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
147
+ def projects_project_id_scanner_put_with_http_info(project_id, payload, opts = {})
148
+ if @api_client.config.debugging
149
+ @api_client.config.logger.debug 'Calling API: ScannersApi.projects_project_id_scanner_put ...'
150
+ end
151
+ # verify the required parameter 'project_id' is set
152
+ if @api_client.config.client_side_validation && project_id.nil?
153
+ fail ArgumentError, "Missing the required parameter 'project_id' when calling ScannersApi.projects_project_id_scanner_put"
154
+ end
155
+ # verify the required parameter 'payload' is set
156
+ if @api_client.config.client_side_validation && payload.nil?
157
+ fail ArgumentError, "Missing the required parameter 'payload' when calling ScannersApi.projects_project_id_scanner_put"
158
+ end
159
+ # resource path
160
+ local_var_path = '/projects/{project_id}/scanner'.sub('{' + 'project_id' + '}', project_id.to_s)
161
+
162
+ # query parameters
163
+ query_params = {}
164
+
165
+ # header parameters
166
+ header_params = {}
167
+ # HTTP header 'Accept' (if needed)
168
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
169
+ # HTTP header 'Content-Type'
170
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
171
+
172
+ # form parameters
173
+ form_params = {}
174
+
175
+ # http body (model)
176
+ post_body = @api_client.object_to_http_body(payload)
177
+ auth_names = ['basicAuth']
178
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
179
+ :header_params => header_params,
180
+ :query_params => query_params,
181
+ :form_params => form_params,
182
+ :body => post_body,
183
+ :auth_names => auth_names)
184
+ if @api_client.config.debugging
185
+ @api_client.config.logger.debug "API called: ScannersApi#projects_project_id_scanner_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
186
+ end
187
+ return data, status_code, headers
188
+ end
189
+ # List scanner registrations
190
+ # Returns a list of currently configured scanner registrations.
191
+ # @param [Hash] opts the optional parameters
192
+ # @return [Array<ScannerRegistration>]
193
+ def scanners_get(opts = {})
194
+ data, _status_code, _headers = scanners_get_with_http_info(opts)
195
+ data
196
+ end
197
+
198
+ # List scanner registrations
199
+ # Returns a list of currently configured scanner registrations.
200
+ # @param [Hash] opts the optional parameters
201
+ # @return [Array<(Array<ScannerRegistration>, Fixnum, Hash)>] Array<ScannerRegistration> data, response status code and response headers
202
+ def scanners_get_with_http_info(opts = {})
203
+ if @api_client.config.debugging
204
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_get ...'
205
+ end
206
+ # resource path
207
+ local_var_path = '/scanners'
208
+
209
+ # query parameters
210
+ query_params = {}
211
+
212
+ # header parameters
213
+ header_params = {}
214
+ # HTTP header 'Accept' (if needed)
215
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
216
+ # HTTP header 'Content-Type'
217
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
218
+
219
+ # form parameters
220
+ form_params = {}
221
+
222
+ # http body (model)
223
+ post_body = nil
224
+ auth_names = ['basicAuth']
225
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
226
+ :header_params => header_params,
227
+ :query_params => query_params,
228
+ :form_params => form_params,
229
+ :body => post_body,
230
+ :auth_names => auth_names,
231
+ :return_type => 'Array<ScannerRegistration>')
232
+ if @api_client.config.debugging
233
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
234
+ end
235
+ return data, status_code, headers
236
+ end
237
+ # Tests scanner registration settings
238
+ # Pings scanner adapter to test endpoint URL and authorization settings.
239
+ # @param settings A scanner registration settings to be tested.
240
+ # @param [Hash] opts the optional parameters
241
+ # @return [nil]
242
+ def scanners_ping_post(settings, opts = {})
243
+ scanners_ping_post_with_http_info(settings, opts)
244
+ nil
245
+ end
246
+
247
+ # Tests scanner registration settings
248
+ # Pings scanner adapter to test endpoint URL and authorization settings.
249
+ # @param settings A scanner registration settings to be tested.
250
+ # @param [Hash] opts the optional parameters
251
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
252
+ def scanners_ping_post_with_http_info(settings, opts = {})
253
+ if @api_client.config.debugging
254
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_ping_post ...'
255
+ end
256
+ # verify the required parameter 'settings' is set
257
+ if @api_client.config.client_side_validation && settings.nil?
258
+ fail ArgumentError, "Missing the required parameter 'settings' when calling ScannersApi.scanners_ping_post"
259
+ end
260
+ # resource path
261
+ local_var_path = '/scanners/ping'
262
+
263
+ # query parameters
264
+ query_params = {}
265
+
266
+ # header parameters
267
+ header_params = {}
268
+ # HTTP header 'Accept' (if needed)
269
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
270
+ # HTTP header 'Content-Type'
271
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
272
+
273
+ # form parameters
274
+ form_params = {}
275
+
276
+ # http body (model)
277
+ post_body = @api_client.object_to_http_body(settings)
278
+ auth_names = ['basicAuth']
279
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
280
+ :header_params => header_params,
281
+ :query_params => query_params,
282
+ :form_params => form_params,
283
+ :body => post_body,
284
+ :auth_names => auth_names)
285
+ if @api_client.config.debugging
286
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_ping_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
287
+ end
288
+ return data, status_code, headers
289
+ end
290
+ # Create a scanner registration
291
+ # Creats a new scanner registration with the given data.
292
+ # @param registration A scanner registration to be created.
293
+ # @param [Hash] opts the optional parameters
294
+ # @return [nil]
295
+ def scanners_post(registration, opts = {})
296
+ scanners_post_with_http_info(registration, opts)
297
+ nil
298
+ end
299
+
300
+ # Create a scanner registration
301
+ # Creats a new scanner registration with the given data.
302
+ # @param registration A scanner registration to be created.
303
+ # @param [Hash] opts the optional parameters
304
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
305
+ def scanners_post_with_http_info(registration, opts = {})
306
+ if @api_client.config.debugging
307
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_post ...'
308
+ end
309
+ # verify the required parameter 'registration' is set
310
+ if @api_client.config.client_side_validation && registration.nil?
311
+ fail ArgumentError, "Missing the required parameter 'registration' when calling ScannersApi.scanners_post"
312
+ end
313
+ # resource path
314
+ local_var_path = '/scanners'
315
+
316
+ # query parameters
317
+ query_params = {}
318
+
319
+ # header parameters
320
+ header_params = {}
321
+ # HTTP header 'Accept' (if needed)
322
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
323
+ # HTTP header 'Content-Type'
324
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
325
+
326
+ # form parameters
327
+ form_params = {}
328
+
329
+ # http body (model)
330
+ post_body = @api_client.object_to_http_body(registration)
331
+ auth_names = ['basicAuth']
332
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
333
+ :header_params => header_params,
334
+ :query_params => query_params,
335
+ :form_params => form_params,
336
+ :body => post_body,
337
+ :auth_names => auth_names)
338
+ if @api_client.config.debugging
339
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
340
+ end
341
+ return data, status_code, headers
342
+ end
343
+ # Delete a scanner registration
344
+ # Deletes the specified scanner registration.
345
+ # @param registration_id The scanner registration identifier.
346
+ # @param [Hash] opts the optional parameters
347
+ # @return [ScannerRegistration]
348
+ def scanners_registration_id_delete(registration_id, opts = {})
349
+ data, _status_code, _headers = scanners_registration_id_delete_with_http_info(registration_id, opts)
350
+ data
351
+ end
352
+
353
+ # Delete a scanner registration
354
+ # Deletes the specified scanner registration.
355
+ # @param registration_id The scanner registration identifier.
356
+ # @param [Hash] opts the optional parameters
357
+ # @return [Array<(ScannerRegistration, Fixnum, Hash)>] ScannerRegistration data, response status code and response headers
358
+ def scanners_registration_id_delete_with_http_info(registration_id, opts = {})
359
+ if @api_client.config.debugging
360
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_registration_id_delete ...'
361
+ end
362
+ # verify the required parameter 'registration_id' is set
363
+ if @api_client.config.client_side_validation && registration_id.nil?
364
+ fail ArgumentError, "Missing the required parameter 'registration_id' when calling ScannersApi.scanners_registration_id_delete"
365
+ end
366
+ # resource path
367
+ local_var_path = '/scanners/{registration_id}'.sub('{' + 'registration_id' + '}', registration_id.to_s)
368
+
369
+ # query parameters
370
+ query_params = {}
371
+
372
+ # header parameters
373
+ header_params = {}
374
+ # HTTP header 'Accept' (if needed)
375
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
376
+ # HTTP header 'Content-Type'
377
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
378
+
379
+ # form parameters
380
+ form_params = {}
381
+
382
+ # http body (model)
383
+ post_body = nil
384
+ auth_names = ['basicAuth']
385
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
386
+ :header_params => header_params,
387
+ :query_params => query_params,
388
+ :form_params => form_params,
389
+ :body => post_body,
390
+ :auth_names => auth_names,
391
+ :return_type => 'ScannerRegistration')
392
+ if @api_client.config.debugging
393
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_registration_id_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
394
+ end
395
+ return data, status_code, headers
396
+ end
397
+ # Get a scanner registration details
398
+ # Retruns the details of the specified scanner registration.
399
+ # @param registration_id The scanner registration identifer.
400
+ # @param [Hash] opts the optional parameters
401
+ # @return [ScannerRegistration]
402
+ def scanners_registration_id_get(registration_id, opts = {})
403
+ data, _status_code, _headers = scanners_registration_id_get_with_http_info(registration_id, opts)
404
+ data
405
+ end
406
+
407
+ # Get a scanner registration details
408
+ # Retruns the details of the specified scanner registration.
409
+ # @param registration_id The scanner registration identifer.
410
+ # @param [Hash] opts the optional parameters
411
+ # @return [Array<(ScannerRegistration, Fixnum, Hash)>] ScannerRegistration data, response status code and response headers
412
+ def scanners_registration_id_get_with_http_info(registration_id, opts = {})
413
+ if @api_client.config.debugging
414
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_registration_id_get ...'
415
+ end
416
+ # verify the required parameter 'registration_id' is set
417
+ if @api_client.config.client_side_validation && registration_id.nil?
418
+ fail ArgumentError, "Missing the required parameter 'registration_id' when calling ScannersApi.scanners_registration_id_get"
419
+ end
420
+ # resource path
421
+ local_var_path = '/scanners/{registration_id}'.sub('{' + 'registration_id' + '}', registration_id.to_s)
422
+
423
+ # query parameters
424
+ query_params = {}
425
+
426
+ # header parameters
427
+ header_params = {}
428
+ # HTTP header 'Accept' (if needed)
429
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
430
+ # HTTP header 'Content-Type'
431
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
432
+
433
+ # form parameters
434
+ form_params = {}
435
+
436
+ # http body (model)
437
+ post_body = nil
438
+ auth_names = ['basicAuth']
439
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
440
+ :header_params => header_params,
441
+ :query_params => query_params,
442
+ :form_params => form_params,
443
+ :body => post_body,
444
+ :auth_names => auth_names,
445
+ :return_type => 'ScannerRegistration')
446
+ if @api_client.config.debugging
447
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_registration_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
448
+ end
449
+ return data, status_code, headers
450
+ end
451
+ # Get the metadata of the specified scanner registration
452
+ # Get the metadata of the specified scanner registration, including the capabilities and customzied properties.
453
+ # @param registration_id The scanner registration identifier.
454
+ # @param [Hash] opts the optional parameters
455
+ # @return [ScannerAdapterMetadata]
456
+ def scanners_registration_id_metadata_get(registration_id, opts = {})
457
+ data, _status_code, _headers = scanners_registration_id_metadata_get_with_http_info(registration_id, opts)
458
+ data
459
+ end
460
+
461
+ # Get the metadata of the specified scanner registration
462
+ # Get the metadata of the specified scanner registration, including the capabilities and customzied properties.
463
+ # @param registration_id The scanner registration identifier.
464
+ # @param [Hash] opts the optional parameters
465
+ # @return [Array<(ScannerAdapterMetadata, Fixnum, Hash)>] ScannerAdapterMetadata data, response status code and response headers
466
+ def scanners_registration_id_metadata_get_with_http_info(registration_id, opts = {})
467
+ if @api_client.config.debugging
468
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_registration_id_metadata_get ...'
469
+ end
470
+ # verify the required parameter 'registration_id' is set
471
+ if @api_client.config.client_side_validation && registration_id.nil?
472
+ fail ArgumentError, "Missing the required parameter 'registration_id' when calling ScannersApi.scanners_registration_id_metadata_get"
473
+ end
474
+ # resource path
475
+ local_var_path = '/scanners/{registration_id}/metadata'.sub('{' + 'registration_id' + '}', registration_id.to_s)
476
+
477
+ # query parameters
478
+ query_params = {}
479
+
480
+ # header parameters
481
+ header_params = {}
482
+ # HTTP header 'Accept' (if needed)
483
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
484
+ # HTTP header 'Content-Type'
485
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
486
+
487
+ # form parameters
488
+ form_params = {}
489
+
490
+ # http body (model)
491
+ post_body = nil
492
+ auth_names = ['basicAuth']
493
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
494
+ :header_params => header_params,
495
+ :query_params => query_params,
496
+ :form_params => form_params,
497
+ :body => post_body,
498
+ :auth_names => auth_names,
499
+ :return_type => 'ScannerAdapterMetadata')
500
+ if @api_client.config.debugging
501
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_registration_id_metadata_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
502
+ end
503
+ return data, status_code, headers
504
+ end
505
+ # Set system default scanner registration
506
+ # Set the specified scanner registration as the system default one.
507
+ # @param registration_id The scanner registration identifier.
508
+ # @param payload
509
+ # @param [Hash] opts the optional parameters
510
+ # @return [nil]
511
+ def scanners_registration_id_patch(registration_id, payload, opts = {})
512
+ scanners_registration_id_patch_with_http_info(registration_id, payload, opts)
513
+ nil
514
+ end
515
+
516
+ # Set system default scanner registration
517
+ # Set the specified scanner registration as the system default one.
518
+ # @param registration_id The scanner registration identifier.
519
+ # @param payload
520
+ # @param [Hash] opts the optional parameters
521
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
522
+ def scanners_registration_id_patch_with_http_info(registration_id, payload, opts = {})
523
+ if @api_client.config.debugging
524
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_registration_id_patch ...'
525
+ end
526
+ # verify the required parameter 'registration_id' is set
527
+ if @api_client.config.client_side_validation && registration_id.nil?
528
+ fail ArgumentError, "Missing the required parameter 'registration_id' when calling ScannersApi.scanners_registration_id_patch"
529
+ end
530
+ # verify the required parameter 'payload' is set
531
+ if @api_client.config.client_side_validation && payload.nil?
532
+ fail ArgumentError, "Missing the required parameter 'payload' when calling ScannersApi.scanners_registration_id_patch"
533
+ end
534
+ # resource path
535
+ local_var_path = '/scanners/{registration_id}'.sub('{' + 'registration_id' + '}', registration_id.to_s)
536
+
537
+ # query parameters
538
+ query_params = {}
539
+
540
+ # header parameters
541
+ header_params = {}
542
+ # HTTP header 'Accept' (if needed)
543
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
544
+ # HTTP header 'Content-Type'
545
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
546
+
547
+ # form parameters
548
+ form_params = {}
549
+
550
+ # http body (model)
551
+ post_body = @api_client.object_to_http_body(payload)
552
+ auth_names = ['basicAuth']
553
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
554
+ :header_params => header_params,
555
+ :query_params => query_params,
556
+ :form_params => form_params,
557
+ :body => post_body,
558
+ :auth_names => auth_names)
559
+ if @api_client.config.debugging
560
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_registration_id_patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
561
+ end
562
+ return data, status_code, headers
563
+ end
564
+ # Update a scanner registration
565
+ # Updates the specified scanner registration.
566
+ # @param registration_id The scanner registration identifier.
567
+ # @param registration A scanner registraiton to be updated.
568
+ # @param [Hash] opts the optional parameters
569
+ # @return [nil]
570
+ def scanners_registration_id_put(registration_id, registration, opts = {})
571
+ scanners_registration_id_put_with_http_info(registration_id, registration, opts)
572
+ nil
573
+ end
574
+
575
+ # Update a scanner registration
576
+ # Updates the specified scanner registration.
577
+ # @param registration_id The scanner registration identifier.
578
+ # @param registration A scanner registraiton to be updated.
579
+ # @param [Hash] opts the optional parameters
580
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
581
+ def scanners_registration_id_put_with_http_info(registration_id, registration, opts = {})
582
+ if @api_client.config.debugging
583
+ @api_client.config.logger.debug 'Calling API: ScannersApi.scanners_registration_id_put ...'
584
+ end
585
+ # verify the required parameter 'registration_id' is set
586
+ if @api_client.config.client_side_validation && registration_id.nil?
587
+ fail ArgumentError, "Missing the required parameter 'registration_id' when calling ScannersApi.scanners_registration_id_put"
588
+ end
589
+ # verify the required parameter 'registration' is set
590
+ if @api_client.config.client_side_validation && registration.nil?
591
+ fail ArgumentError, "Missing the required parameter 'registration' when calling ScannersApi.scanners_registration_id_put"
592
+ end
593
+ # resource path
594
+ local_var_path = '/scanners/{registration_id}'.sub('{' + 'registration_id' + '}', registration_id.to_s)
595
+
596
+ # query parameters
597
+ query_params = {}
598
+
599
+ # header parameters
600
+ header_params = {}
601
+ # HTTP header 'Accept' (if needed)
602
+ header_params['Accept'] = @api_client.select_header_accept(['application/json', 'text/plain'])
603
+ # HTTP header 'Content-Type'
604
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
605
+
606
+ # form parameters
607
+ form_params = {}
608
+
609
+ # http body (model)
610
+ post_body = @api_client.object_to_http_body(registration)
611
+ auth_names = ['basicAuth']
612
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
613
+ :header_params => header_params,
614
+ :query_params => query_params,
615
+ :form_params => form_params,
616
+ :body => post_body,
617
+ :auth_names => auth_names)
618
+ if @api_client.config.debugging
619
+ @api_client.config.logger.debug "API called: ScannersApi#scanners_registration_id_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
620
+ end
621
+ return data, status_code, headers
622
+ end
623
+ end
624
+ end