vsphere-automation-cis 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (277) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +3 -0
  3. data/Gemfile.lock +81 -0
  4. data/README.md +173 -0
  5. data/Rakefile +10 -0
  6. data/docs/CisSessionCreateResult.md +8 -0
  7. data/docs/CisSessionInfo.md +10 -0
  8. data/docs/CisSessionResult.md +8 -0
  9. data/docs/CisTaggingCategoryAddToUsedBy.md +8 -0
  10. data/docs/CisTaggingCategoryCreate.md +8 -0
  11. data/docs/CisTaggingCategoryCreateResult.md +8 -0
  12. data/docs/CisTaggingCategoryCreateSpec.md +12 -0
  13. data/docs/CisTaggingCategoryListResult.md +8 -0
  14. data/docs/CisTaggingCategoryListUsedCategories.md +8 -0
  15. data/docs/CisTaggingCategoryListUsedCategoriesResult.md +8 -0
  16. data/docs/CisTaggingCategoryModel.md +13 -0
  17. data/docs/CisTaggingCategoryModelCardinality.md +7 -0
  18. data/docs/CisTaggingCategoryRemoveFromUsedBy.md +8 -0
  19. data/docs/CisTaggingCategoryResult.md +8 -0
  20. data/docs/CisTaggingCategoryUpdate.md +8 -0
  21. data/docs/CisTaggingCategoryUpdateSpec.md +11 -0
  22. data/docs/CisTaggingTagAddToUsedBy.md +8 -0
  23. data/docs/CisTaggingTagAssociationAttach.md +8 -0
  24. data/docs/CisTaggingTagAssociationAttachMultipleTagsToObject.md +9 -0
  25. data/docs/CisTaggingTagAssociationAttachMultipleTagsToObjectResult.md +8 -0
  26. data/docs/CisTaggingTagAssociationAttachTagToMultipleObjects.md +8 -0
  27. data/docs/CisTaggingTagAssociationAttachTagToMultipleObjectsResult.md +8 -0
  28. data/docs/CisTaggingTagAssociationBatchResult.md +9 -0
  29. data/docs/CisTaggingTagAssociationDetach.md +8 -0
  30. data/docs/CisTaggingTagAssociationDetachMultipleTagsFromObject.md +9 -0
  31. data/docs/CisTaggingTagAssociationDetachMultipleTagsFromObjectResult.md +8 -0
  32. data/docs/CisTaggingTagAssociationDetachTagFromMultipleObjects.md +8 -0
  33. data/docs/CisTaggingTagAssociationDetachTagFromMultipleObjectsResult.md +8 -0
  34. data/docs/CisTaggingTagAssociationListAttachableTags.md +8 -0
  35. data/docs/CisTaggingTagAssociationListAttachableTagsResult.md +8 -0
  36. data/docs/CisTaggingTagAssociationListAttachedObjectsOnTags.md +8 -0
  37. data/docs/CisTaggingTagAssociationListAttachedObjectsOnTagsResult.md +8 -0
  38. data/docs/CisTaggingTagAssociationListAttachedObjectsResult.md +8 -0
  39. data/docs/CisTaggingTagAssociationListAttachedTags.md +8 -0
  40. data/docs/CisTaggingTagAssociationListAttachedTagsOnObjects.md +8 -0
  41. data/docs/CisTaggingTagAssociationListAttachedTagsOnObjectsResult.md +8 -0
  42. data/docs/CisTaggingTagAssociationListAttachedTagsResult.md +8 -0
  43. data/docs/CisTaggingTagAssociationObjectToTags.md +9 -0
  44. data/docs/CisTaggingTagAssociationTagToObjects.md +9 -0
  45. data/docs/CisTaggingTagCreate.md +8 -0
  46. data/docs/CisTaggingTagCreateResult.md +8 -0
  47. data/docs/CisTaggingTagCreateSpec.md +11 -0
  48. data/docs/CisTaggingTagListResult.md +8 -0
  49. data/docs/CisTaggingTagListTagsForCategoryResult.md +8 -0
  50. data/docs/CisTaggingTagListUsedTags.md +8 -0
  51. data/docs/CisTaggingTagListUsedTagsResult.md +8 -0
  52. data/docs/CisTaggingTagModel.md +12 -0
  53. data/docs/CisTaggingTagRemoveFromUsedBy.md +8 -0
  54. data/docs/CisTaggingTagResult.md +8 -0
  55. data/docs/CisTaggingTagUpdate.md +8 -0
  56. data/docs/CisTaggingTagUpdateSpec.md +9 -0
  57. data/docs/CisTaskInfo.md +19 -0
  58. data/docs/CisTaskProgress.md +10 -0
  59. data/docs/CisTaskStatus.md +7 -0
  60. data/docs/CisTasksFilterSpec.md +12 -0
  61. data/docs/CisTasksGetSpec.md +9 -0
  62. data/docs/CisTasksListResult.md +8 -0
  63. data/docs/CisTasksListResultValue.md +9 -0
  64. data/docs/CisTasksResult.md +8 -0
  65. data/docs/FilterSpecTargets.md +9 -0
  66. data/docs/SessionApi.md +131 -0
  67. data/docs/TaggingCategoryApi.md +401 -0
  68. data/docs/TaggingTagApi.md +445 -0
  69. data/docs/TaggingTagAssociationApi.md +498 -0
  70. data/docs/TasksApi.md +159 -0
  71. data/docs/VapiStdDynamicID.md +9 -0
  72. data/docs/VapiStdErrorsAlreadyExists.md +9 -0
  73. data/docs/VapiStdErrorsAlreadyExistsError.md +9 -0
  74. data/docs/VapiStdErrorsError.md +9 -0
  75. data/docs/VapiStdErrorsErrorError.md +9 -0
  76. data/docs/VapiStdErrorsInvalidArgument.md +9 -0
  77. data/docs/VapiStdErrorsInvalidArgumentError.md +9 -0
  78. data/docs/VapiStdErrorsNotAllowedInCurrentState.md +9 -0
  79. data/docs/VapiStdErrorsNotAllowedInCurrentStateError.md +9 -0
  80. data/docs/VapiStdErrorsNotFound.md +9 -0
  81. data/docs/VapiStdErrorsNotFoundError.md +9 -0
  82. data/docs/VapiStdErrorsResourceInaccessible.md +9 -0
  83. data/docs/VapiStdErrorsResourceInaccessibleError.md +9 -0
  84. data/docs/VapiStdErrorsServiceUnavailable.md +9 -0
  85. data/docs/VapiStdErrorsServiceUnavailableError.md +9 -0
  86. data/docs/VapiStdErrorsUnauthenticated.md +9 -0
  87. data/docs/VapiStdErrorsUnauthenticatedError.md +9 -0
  88. data/docs/VapiStdErrorsUnauthorized.md +9 -0
  89. data/docs/VapiStdErrorsUnauthorizedError.md +9 -0
  90. data/docs/VapiStdErrorsUnsupported.md +9 -0
  91. data/docs/VapiStdErrorsUnsupportedError.md +9 -0
  92. data/docs/VapiStdLocalizableMessage.md +10 -0
  93. data/git_push.sh +55 -0
  94. data/lib/vsphere-automation-cis.rb +124 -0
  95. data/lib/vsphere-automation-cis/api/session_api.rb +172 -0
  96. data/lib/vsphere-automation-cis/api/tagging_category_api.rb +511 -0
  97. data/lib/vsphere-automation-cis/api/tagging_tag_api.rb +567 -0
  98. data/lib/vsphere-automation-cis/api/tagging_tag_association_api.rb +654 -0
  99. data/lib/vsphere-automation-cis/api/tasks_api.rb +212 -0
  100. data/lib/vsphere-automation-cis/api_client.rb +386 -0
  101. data/lib/vsphere-automation-cis/api_error.rb +36 -0
  102. data/lib/vsphere-automation-cis/configuration.rb +200 -0
  103. data/lib/vsphere-automation-cis/models/cis_session_create_result.rb +188 -0
  104. data/lib/vsphere-automation-cis/models/cis_session_info.rb +219 -0
  105. data/lib/vsphere-automation-cis/models/cis_session_result.rb +188 -0
  106. data/lib/vsphere-automation-cis/models/cis_tagging_category_add_to_used_by.rb +189 -0
  107. data/lib/vsphere-automation-cis/models/cis_tagging_category_create.rb +188 -0
  108. data/lib/vsphere-automation-cis/models/cis_tagging_category_create_result.rb +188 -0
  109. data/lib/vsphere-automation-cis/models/cis_tagging_category_create_spec.rb +245 -0
  110. data/lib/vsphere-automation-cis/models/cis_tagging_category_list_result.rb +190 -0
  111. data/lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories.rb +189 -0
  112. data/lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories_result.rb +190 -0
  113. data/lib/vsphere-automation-cis/models/cis_tagging_category_model.rb +267 -0
  114. data/lib/vsphere-automation-cis/models/cis_tagging_category_model_cardinality.rb +30 -0
  115. data/lib/vsphere-automation-cis/models/cis_tagging_category_remove_from_used_by.rb +189 -0
  116. data/lib/vsphere-automation-cis/models/cis_tagging_category_result.rb +188 -0
  117. data/lib/vsphere-automation-cis/models/cis_tagging_category_update.rb +188 -0
  118. data/lib/vsphere-automation-cis/models/cis_tagging_category_update_spec.rb +215 -0
  119. data/lib/vsphere-automation-cis/models/cis_tagging_tag_add_to_used_by.rb +189 -0
  120. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach.rb +188 -0
  121. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object.rb +205 -0
  122. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result.rb +188 -0
  123. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects.rb +191 -0
  124. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result.rb +188 -0
  125. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_batch_result.rb +206 -0
  126. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach.rb +188 -0
  127. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object.rb +205 -0
  128. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result.rb +188 -0
  129. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects.rb +191 -0
  130. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result.rb +188 -0
  131. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags.rb +188 -0
  132. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags_result.rb +190 -0
  133. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags.rb +191 -0
  134. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags_result.rb +190 -0
  135. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_result.rb +190 -0
  136. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags.rb +188 -0
  137. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects.rb +191 -0
  138. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects_result.rb +190 -0
  139. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_result.rb +190 -0
  140. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_object_to_tags.rb +205 -0
  141. data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_tag_to_objects.rb +206 -0
  142. data/lib/vsphere-automation-cis/models/cis_tagging_tag_create.rb +188 -0
  143. data/lib/vsphere-automation-cis/models/cis_tagging_tag_create_result.rb +188 -0
  144. data/lib/vsphere-automation-cis/models/cis_tagging_tag_create_spec.rb +229 -0
  145. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_result.rb +190 -0
  146. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_tags_for_category_result.rb +190 -0
  147. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags.rb +189 -0
  148. data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags_result.rb +190 -0
  149. data/lib/vsphere-automation-cis/models/cis_tagging_tag_model.rb +251 -0
  150. data/lib/vsphere-automation-cis/models/cis_tagging_tag_remove_from_used_by.rb +189 -0
  151. data/lib/vsphere-automation-cis/models/cis_tagging_tag_result.rb +188 -0
  152. data/lib/vsphere-automation-cis/models/cis_tagging_tag_update.rb +188 -0
  153. data/lib/vsphere-automation-cis/models/cis_tagging_tag_update_spec.rb +194 -0
  154. data/lib/vsphere-automation-cis/models/cis_task_info.rb +315 -0
  155. data/lib/vsphere-automation-cis/models/cis_task_progress.rb +218 -0
  156. data/lib/vsphere-automation-cis/models/cis_task_status.rb +33 -0
  157. data/lib/vsphere-automation-cis/models/cis_tasks_filter_spec.rb +234 -0
  158. data/lib/vsphere-automation-cis/models/cis_tasks_get_spec.rb +194 -0
  159. data/lib/vsphere-automation-cis/models/cis_tasks_list_result.rb +190 -0
  160. data/lib/vsphere-automation-cis/models/cis_tasks_list_result_value.rb +192 -0
  161. data/lib/vsphere-automation-cis/models/cis_tasks_result.rb +188 -0
  162. data/lib/vsphere-automation-cis/models/filter_spec_targets.rb +204 -0
  163. data/lib/vsphere-automation-cis/models/vapi_std_dynamic_id.rb +204 -0
  164. data/lib/vsphere-automation-cis/models/vapi_std_errors_already_exists.rb +201 -0
  165. data/lib/vsphere-automation-cis/models/vapi_std_errors_already_exists_error.rb +192 -0
  166. data/lib/vsphere-automation-cis/models/vapi_std_errors_error.rb +201 -0
  167. data/lib/vsphere-automation-cis/models/vapi_std_errors_error_error.rb +192 -0
  168. data/lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument.rb +201 -0
  169. data/lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument_error.rb +192 -0
  170. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state.rb +201 -0
  171. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state_error.rb +192 -0
  172. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_found.rb +201 -0
  173. data/lib/vsphere-automation-cis/models/vapi_std_errors_not_found_error.rb +192 -0
  174. data/lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible.rb +201 -0
  175. data/lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible_error.rb +192 -0
  176. data/lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable.rb +201 -0
  177. data/lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable_error.rb +192 -0
  178. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated.rb +201 -0
  179. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated_error.rb +192 -0
  180. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized.rb +201 -0
  181. data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized_error.rb +192 -0
  182. data/lib/vsphere-automation-cis/models/vapi_std_errors_unsupported.rb +201 -0
  183. data/lib/vsphere-automation-cis/models/vapi_std_errors_unsupported_error.rb +192 -0
  184. data/lib/vsphere-automation-cis/models/vapi_std_localizable_message.rb +221 -0
  185. data/lib/vsphere-automation-cis/version.rb +15 -0
  186. data/spec/api/session_api_spec.rb +64 -0
  187. data/spec/api/tagging_category_api_spec.rb +134 -0
  188. data/spec/api/tagging_tag_api_spec.rb +145 -0
  189. data/spec/api/tagging_tag_association_api_spec.rb +158 -0
  190. data/spec/api/tasks_api_spec.rb +74 -0
  191. data/spec/api_client_spec.rb +224 -0
  192. data/spec/configuration_spec.rb +40 -0
  193. data/spec/models/cis_session_create_result_spec.rb +39 -0
  194. data/spec/models/cis_session_info_spec.rb +51 -0
  195. data/spec/models/cis_session_result_spec.rb +39 -0
  196. data/spec/models/cis_tagging_category_add_to_used_by_spec.rb +39 -0
  197. data/spec/models/cis_tagging_category_create_result_spec.rb +39 -0
  198. data/spec/models/cis_tagging_category_create_spec.rb +39 -0
  199. data/spec/models/cis_tagging_category_create_spec_spec.rb +63 -0
  200. data/spec/models/cis_tagging_category_list_result_spec.rb +39 -0
  201. data/spec/models/cis_tagging_category_list_used_categories_result_spec.rb +39 -0
  202. data/spec/models/cis_tagging_category_list_used_categories_spec.rb +39 -0
  203. data/spec/models/cis_tagging_category_model_cardinality_spec.rb +33 -0
  204. data/spec/models/cis_tagging_category_model_spec.rb +69 -0
  205. data/spec/models/cis_tagging_category_remove_from_used_by_spec.rb +39 -0
  206. data/spec/models/cis_tagging_category_result_spec.rb +39 -0
  207. data/spec/models/cis_tagging_category_update_spec.rb +39 -0
  208. data/spec/models/cis_tagging_category_update_spec_spec.rb +57 -0
  209. data/spec/models/cis_tagging_tag_add_to_used_by_spec.rb +39 -0
  210. data/spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result_spec.rb +39 -0
  211. data/spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_spec.rb +45 -0
  212. data/spec/models/cis_tagging_tag_association_attach_spec.rb +39 -0
  213. data/spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result_spec.rb +39 -0
  214. data/spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_spec.rb +39 -0
  215. data/spec/models/cis_tagging_tag_association_batch_result_spec.rb +45 -0
  216. data/spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result_spec.rb +39 -0
  217. data/spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_spec.rb +45 -0
  218. data/spec/models/cis_tagging_tag_association_detach_spec.rb +39 -0
  219. data/spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result_spec.rb +39 -0
  220. data/spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_spec.rb +39 -0
  221. data/spec/models/cis_tagging_tag_association_list_attachable_tags_result_spec.rb +39 -0
  222. data/spec/models/cis_tagging_tag_association_list_attachable_tags_spec.rb +39 -0
  223. data/spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_result_spec.rb +39 -0
  224. data/spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_spec.rb +39 -0
  225. data/spec/models/cis_tagging_tag_association_list_attached_objects_result_spec.rb +39 -0
  226. data/spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_result_spec.rb +39 -0
  227. data/spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_spec.rb +39 -0
  228. data/spec/models/cis_tagging_tag_association_list_attached_tags_result_spec.rb +39 -0
  229. data/spec/models/cis_tagging_tag_association_list_attached_tags_spec.rb +39 -0
  230. data/spec/models/cis_tagging_tag_association_object_to_tags_spec.rb +45 -0
  231. data/spec/models/cis_tagging_tag_association_tag_to_objects_spec.rb +45 -0
  232. data/spec/models/cis_tagging_tag_create_result_spec.rb +39 -0
  233. data/spec/models/cis_tagging_tag_create_spec.rb +39 -0
  234. data/spec/models/cis_tagging_tag_create_spec_spec.rb +57 -0
  235. data/spec/models/cis_tagging_tag_list_result_spec.rb +39 -0
  236. data/spec/models/cis_tagging_tag_list_tags_for_category_result_spec.rb +39 -0
  237. data/spec/models/cis_tagging_tag_list_used_tags_result_spec.rb +39 -0
  238. data/spec/models/cis_tagging_tag_list_used_tags_spec.rb +39 -0
  239. data/spec/models/cis_tagging_tag_model_spec.rb +63 -0
  240. data/spec/models/cis_tagging_tag_remove_from_used_by_spec.rb +39 -0
  241. data/spec/models/cis_tagging_tag_result_spec.rb +39 -0
  242. data/spec/models/cis_tagging_tag_update_spec.rb +39 -0
  243. data/spec/models/cis_tagging_tag_update_spec_spec.rb +45 -0
  244. data/spec/models/cis_task_info_spec.rb +105 -0
  245. data/spec/models/cis_task_progress_spec.rb +51 -0
  246. data/spec/models/cis_task_status_spec.rb +33 -0
  247. data/spec/models/cis_tasks_filter_spec_spec.rb +63 -0
  248. data/spec/models/cis_tasks_get_spec_spec.rb +45 -0
  249. data/spec/models/cis_tasks_list_result_spec.rb +39 -0
  250. data/spec/models/cis_tasks_list_result_value_spec.rb +45 -0
  251. data/spec/models/cis_tasks_result_spec.rb +39 -0
  252. data/spec/models/filter_spec_targets_spec.rb +45 -0
  253. data/spec/models/vapi_std_dynamic_id_spec.rb +45 -0
  254. data/spec/models/vapi_std_errors_already_exists_error_spec.rb +45 -0
  255. data/spec/models/vapi_std_errors_already_exists_spec.rb +45 -0
  256. data/spec/models/vapi_std_errors_error_error_spec.rb +45 -0
  257. data/spec/models/vapi_std_errors_error_spec.rb +45 -0
  258. data/spec/models/vapi_std_errors_invalid_argument_error_spec.rb +45 -0
  259. data/spec/models/vapi_std_errors_invalid_argument_spec.rb +45 -0
  260. data/spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb +45 -0
  261. data/spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb +45 -0
  262. data/spec/models/vapi_std_errors_not_found_error_spec.rb +45 -0
  263. data/spec/models/vapi_std_errors_not_found_spec.rb +45 -0
  264. data/spec/models/vapi_std_errors_resource_inaccessible_error_spec.rb +45 -0
  265. data/spec/models/vapi_std_errors_resource_inaccessible_spec.rb +45 -0
  266. data/spec/models/vapi_std_errors_service_unavailable_error_spec.rb +45 -0
  267. data/spec/models/vapi_std_errors_service_unavailable_spec.rb +45 -0
  268. data/spec/models/vapi_std_errors_unauthenticated_error_spec.rb +45 -0
  269. data/spec/models/vapi_std_errors_unauthenticated_spec.rb +45 -0
  270. data/spec/models/vapi_std_errors_unauthorized_error_spec.rb +45 -0
  271. data/spec/models/vapi_std_errors_unauthorized_spec.rb +45 -0
  272. data/spec/models/vapi_std_errors_unsupported_error_spec.rb +45 -0
  273. data/spec/models/vapi_std_errors_unsupported_spec.rb +45 -0
  274. data/spec/models/vapi_std_localizable_message_spec.rb +51 -0
  275. data/spec/spec_helper.rb +109 -0
  276. data/vsphere-automation-cis.gemspec +43 -0
  277. metadata +535 -0
@@ -0,0 +1,9 @@
1
+ # VSphereAutomation::CIS::CisTasksListResultValue
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **value** | [**CisTaskInfo**](CisTaskInfo.md) | | [optional]
7
+ **key** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,8 @@
1
+ # VSphereAutomation::CIS::CisTasksResult
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **value** | [**CisTaskInfo**](CisTaskInfo.md) | |
7
+
8
+
@@ -0,0 +1,9 @@
1
+ # VSphereAutomation::CIS::FilterSpecTargets
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **String** | The identifier for a resource whose type is specified by {@link #type}. |
7
+ **type** | **String** | The type of resource being identified (for example {@code com.acme.Person}). <p> {@term Services} that contain {@term operations} for creating and deleting resources typically contain a {@term constant} specifying the resource type for the resources being created and deleted. The API metamodel metadata {@term services} include a {@term service} that allows retrieving all the known resource types. |
8
+
9
+
@@ -0,0 +1,131 @@
1
+ # VSphereAutomation::CIS::SessionApi
2
+
3
+ All URIs are relative to *https://<vcenter>/rest*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create**](SessionApi.md#create) | **POST** /com/vmware/cis/session | Creates a session with the API. This is the equivalent of login. This operation exchanges user credentials supplied in the security context for a session identifier that is to be used for authenticating subsequent calls. To authenticate subsequent calls clients are expected to include the session key.
8
+ [**delete**](SessionApi.md#delete) | **DELETE** /com/vmware/cis/session | Terminates the validity of a session token. This is the equivalent of log out. A session identifier is expected as part of the request.
9
+ [**get**](SessionApi.md#get) | **POST** /com/vmware/cis/session?~action=get | Returns information about the current session. This operation expects a valid session identifier to be supplied. A side effect of invoking this operation may be a change to the session's last accessed time to the current time if this is supported by the session implementation. Invoking any other operation in the API will also update the session's last accessed time. This API is meant to serve the needs of various front end projects that may want to display the name of the user. Examples of this include various web based user interfaces and logging facilities.
10
+
11
+
12
+ # **create**
13
+ > CisSessionCreateResult create(vmware_use_header_authn)
14
+
15
+ Creates a session with the API. This is the equivalent of login. This operation exchanges user credentials supplied in the security context for a session identifier that is to be used for authenticating subsequent calls. To authenticate subsequent calls clients are expected to include the session key.
16
+
17
+ ### Example
18
+ ```ruby
19
+ # load the gem
20
+ require 'vsphere-automation-cis'
21
+
22
+ api_instance = VSphereAutomation::CIS::SessionApi.new
23
+ vmware_use_header_authn = 'vmware_use_header_authn_example' # String | Custom header to protect against CSRF attacks in browser based clients
24
+
25
+ begin
26
+ #Creates a session with the API. This is the equivalent of login. This operation exchanges user credentials supplied in the security context for a session identifier that is to be used for authenticating subsequent calls. To authenticate subsequent calls clients are expected to include the session key.
27
+ result = api_instance.create(vmware_use_header_authn)
28
+ p result
29
+ rescue VSphereAutomation::ApiError => e
30
+ puts "Exception when calling SessionApi->create: #{e}"
31
+ end
32
+ ```
33
+
34
+ ### Parameters
35
+
36
+ Name | Type | Description | Notes
37
+ ------------- | ------------- | ------------- | -------------
38
+ **vmware_use_header_authn** | **String**| Custom header to protect against CSRF attacks in browser based clients |
39
+
40
+ ### Return type
41
+
42
+ [**CisSessionCreateResult**](CisSessionCreateResult.md)
43
+
44
+ ### Authorization
45
+
46
+ No authorization required
47
+
48
+ ### HTTP request headers
49
+
50
+ - **Content-Type**: Not defined
51
+ - **Accept**: */*
52
+
53
+
54
+
55
+ # **delete**
56
+ > delete
57
+
58
+ Terminates the validity of a session token. This is the equivalent of log out. A session identifier is expected as part of the request.
59
+
60
+ ### Example
61
+ ```ruby
62
+ # load the gem
63
+ require 'vsphere-automation-cis'
64
+
65
+ api_instance = VSphereAutomation::CIS::SessionApi.new
66
+
67
+ begin
68
+ #Terminates the validity of a session token. This is the equivalent of log out. A session identifier is expected as part of the request.
69
+ api_instance.delete
70
+ rescue VSphereAutomation::ApiError => e
71
+ puts "Exception when calling SessionApi->delete: #{e}"
72
+ end
73
+ ```
74
+
75
+ ### Parameters
76
+ This endpoint does not need any parameter.
77
+
78
+ ### Return type
79
+
80
+ nil (empty response body)
81
+
82
+ ### Authorization
83
+
84
+ No authorization required
85
+
86
+ ### HTTP request headers
87
+
88
+ - **Content-Type**: Not defined
89
+ - **Accept**: */*
90
+
91
+
92
+
93
+ # **get**
94
+ > CisSessionResult get
95
+
96
+ Returns information about the current session. This operation expects a valid session identifier to be supplied. A side effect of invoking this operation may be a change to the session's last accessed time to the current time if this is supported by the session implementation. Invoking any other operation in the API will also update the session's last accessed time. This API is meant to serve the needs of various front end projects that may want to display the name of the user. Examples of this include various web based user interfaces and logging facilities.
97
+
98
+ ### Example
99
+ ```ruby
100
+ # load the gem
101
+ require 'vsphere-automation-cis'
102
+
103
+ api_instance = VSphereAutomation::CIS::SessionApi.new
104
+
105
+ begin
106
+ #Returns information about the current session. This operation expects a valid session identifier to be supplied. A side effect of invoking this operation may be a change to the session's last accessed time to the current time if this is supported by the session implementation. Invoking any other operation in the API will also update the session's last accessed time. This API is meant to serve the needs of various front end projects that may want to display the name of the user. Examples of this include various web based user interfaces and logging facilities.
107
+ result = api_instance.get
108
+ p result
109
+ rescue VSphereAutomation::ApiError => e
110
+ puts "Exception when calling SessionApi->get: #{e}"
111
+ end
112
+ ```
113
+
114
+ ### Parameters
115
+ This endpoint does not need any parameter.
116
+
117
+ ### Return type
118
+
119
+ [**CisSessionResult**](CisSessionResult.md)
120
+
121
+ ### Authorization
122
+
123
+ No authorization required
124
+
125
+ ### HTTP request headers
126
+
127
+ - **Content-Type**: Not defined
128
+ - **Accept**: */*
129
+
130
+
131
+
@@ -0,0 +1,401 @@
1
+ # VSphereAutomation::CIS::TaggingCategoryApi
2
+
3
+ All URIs are relative to *https://<vcenter>/rest*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**add_to_used_by**](TaggingCategoryApi.md#add_to_used_by) | **POST** /com/vmware/cis/tagging/category/id:{category_id}?~action=add-to-used-by | Adds the {@param.name usedByEntity} to the {@link CategoryModel#usedBy} subscribers {@term set} for the specified category. If the {@param.name usedByEntity} is already in the {@term set}, then this becomes an idempotent no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
8
+ [**create**](TaggingCategoryApi.md#create) | **POST** /com/vmware/cis/tagging/category | Creates a category. To invoke this {@term operation}, you need the create category privilege.
9
+ [**delete**](TaggingCategoryApi.md#delete) | **DELETE** /com/vmware/cis/tagging/category/id:{category_id} | Deletes an existing category. To invoke this {@term operation}, you need the delete privilege on the category.
10
+ [**get**](TaggingCategoryApi.md#get) | **GET** /com/vmware/cis/tagging/category/id:{category_id} | Fetches the category information for the given category identifier. In order to view the category information, you need the read privilege on the category.
11
+ [**list**](TaggingCategoryApi.md#list) | **GET** /com/vmware/cis/tagging/category | Enumerates the categories in the system. To invoke this {@term operation}, you need the read privilege on the individual categories. The {@term list} will only contain those categories for which you have read privileges.
12
+ [**list_used_categories**](TaggingCategoryApi.md#list_used_categories) | **POST** /com/vmware/cis/tagging/category?~action=list-used-categories | Enumerates all categories for which the {@param.name usedByEntity} is part of the {@link CategoryModel#usedBy} subscribers {@term set}. To invoke this {@term operation}, you need the read privilege on the individual categories.
13
+ [**remove_from_used_by**](TaggingCategoryApi.md#remove_from_used_by) | **POST** /com/vmware/cis/tagging/category/id:{category_id}?~action=remove-from-used-by | Removes the {@param.name usedByEntity} from the {@link CategoryModel#usedBy} subscribers {@term set}. If the {@param.name usedByEntity} is not using this category, then this becomes a no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
14
+ [**revoke_propagating_permissions**](TaggingCategoryApi.md#revoke_propagating_permissions) | **POST** /com/vmware/cis/tagging/category/id:{category_id}?~action=revoke-propagating-permissions | Revokes all propagating permissions on the given category. You should then attach a direct permission with tagging privileges on the given category. To invoke this {@term operation}, you need category related privileges (direct or propagating) on the concerned category.
15
+ [**update**](TaggingCategoryApi.md#update) | **PATCH** /com/vmware/cis/tagging/category/id:{category_id} | Updates an existing category. To invoke this {@term operation}, you need the edit privilege on the category.
16
+
17
+
18
+ # **add_to_used_by**
19
+ > add_to_used_by(category_id, cis_tagging_category_add_to_used_by)
20
+
21
+ Adds the {@param.name usedByEntity} to the {@link CategoryModel#usedBy} subscribers {@term set} for the specified category. If the {@param.name usedByEntity} is already in the {@term set}, then this becomes an idempotent no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
22
+
23
+ ### Example
24
+ ```ruby
25
+ # load the gem
26
+ require 'vsphere-automation-cis'
27
+
28
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
29
+ category_id = 'category_id_example' # String | The identifier of the input category.
30
+ cis_tagging_category_add_to_used_by = VSphereAutomation::CisTaggingCategoryAddToUsedBy.new # CisTaggingCategoryAddToUsedBy |
31
+
32
+ begin
33
+ #Adds the {@param.name usedByEntity} to the {@link CategoryModel#usedBy} subscribers {@term set} for the specified category. If the {@param.name usedByEntity} is already in the {@term set}, then this becomes an idempotent no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
34
+ api_instance.add_to_used_by(category_id, cis_tagging_category_add_to_used_by)
35
+ rescue VSphereAutomation::ApiError => e
36
+ puts "Exception when calling TaggingCategoryApi->add_to_used_by: #{e}"
37
+ end
38
+ ```
39
+
40
+ ### Parameters
41
+
42
+ Name | Type | Description | Notes
43
+ ------------- | ------------- | ------------- | -------------
44
+ **category_id** | **String**| The identifier of the input category. |
45
+ **cis_tagging_category_add_to_used_by** | [**CisTaggingCategoryAddToUsedBy**](CisTaggingCategoryAddToUsedBy.md)| |
46
+
47
+ ### Return type
48
+
49
+ nil (empty response body)
50
+
51
+ ### Authorization
52
+
53
+ No authorization required
54
+
55
+ ### HTTP request headers
56
+
57
+ - **Content-Type**: application/json
58
+ - **Accept**: */*
59
+
60
+
61
+
62
+ # **create**
63
+ > CisTaggingCategoryCreateResult create(cis_tagging_category_create)
64
+
65
+ Creates a category. To invoke this {@term operation}, you need the create category privilege.
66
+
67
+ ### Example
68
+ ```ruby
69
+ # load the gem
70
+ require 'vsphere-automation-cis'
71
+
72
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
73
+ cis_tagging_category_create = VSphereAutomation::CisTaggingCategoryCreate.new # CisTaggingCategoryCreate |
74
+
75
+ begin
76
+ #Creates a category. To invoke this {@term operation}, you need the create category privilege.
77
+ result = api_instance.create(cis_tagging_category_create)
78
+ p result
79
+ rescue VSphereAutomation::ApiError => e
80
+ puts "Exception when calling TaggingCategoryApi->create: #{e}"
81
+ end
82
+ ```
83
+
84
+ ### Parameters
85
+
86
+ Name | Type | Description | Notes
87
+ ------------- | ------------- | ------------- | -------------
88
+ **cis_tagging_category_create** | [**CisTaggingCategoryCreate**](CisTaggingCategoryCreate.md)| |
89
+
90
+ ### Return type
91
+
92
+ [**CisTaggingCategoryCreateResult**](CisTaggingCategoryCreateResult.md)
93
+
94
+ ### Authorization
95
+
96
+ No authorization required
97
+
98
+ ### HTTP request headers
99
+
100
+ - **Content-Type**: application/json
101
+ - **Accept**: */*
102
+
103
+
104
+
105
+ # **delete**
106
+ > delete(category_id)
107
+
108
+ Deletes an existing category. To invoke this {@term operation}, you need the delete privilege on the category.
109
+
110
+ ### Example
111
+ ```ruby
112
+ # load the gem
113
+ require 'vsphere-automation-cis'
114
+
115
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
116
+ category_id = 'category_id_example' # String | The identifier of category to be deleted.
117
+
118
+ begin
119
+ #Deletes an existing category. To invoke this {@term operation}, you need the delete privilege on the category.
120
+ api_instance.delete(category_id)
121
+ rescue VSphereAutomation::ApiError => e
122
+ puts "Exception when calling TaggingCategoryApi->delete: #{e}"
123
+ end
124
+ ```
125
+
126
+ ### Parameters
127
+
128
+ Name | Type | Description | Notes
129
+ ------------- | ------------- | ------------- | -------------
130
+ **category_id** | **String**| The identifier of category to be deleted. |
131
+
132
+ ### Return type
133
+
134
+ nil (empty response body)
135
+
136
+ ### Authorization
137
+
138
+ No authorization required
139
+
140
+ ### HTTP request headers
141
+
142
+ - **Content-Type**: Not defined
143
+ - **Accept**: */*
144
+
145
+
146
+
147
+ # **get**
148
+ > CisTaggingCategoryResult get(category_id)
149
+
150
+ Fetches the category information for the given category identifier. In order to view the category information, you need the read privilege on the category.
151
+
152
+ ### Example
153
+ ```ruby
154
+ # load the gem
155
+ require 'vsphere-automation-cis'
156
+
157
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
158
+ category_id = 'category_id_example' # String | The identifier of the input category.
159
+
160
+ begin
161
+ #Fetches the category information for the given category identifier. In order to view the category information, you need the read privilege on the category.
162
+ result = api_instance.get(category_id)
163
+ p result
164
+ rescue VSphereAutomation::ApiError => e
165
+ puts "Exception when calling TaggingCategoryApi->get: #{e}"
166
+ end
167
+ ```
168
+
169
+ ### Parameters
170
+
171
+ Name | Type | Description | Notes
172
+ ------------- | ------------- | ------------- | -------------
173
+ **category_id** | **String**| The identifier of the input category. |
174
+
175
+ ### Return type
176
+
177
+ [**CisTaggingCategoryResult**](CisTaggingCategoryResult.md)
178
+
179
+ ### Authorization
180
+
181
+ No authorization required
182
+
183
+ ### HTTP request headers
184
+
185
+ - **Content-Type**: Not defined
186
+ - **Accept**: */*
187
+
188
+
189
+
190
+ # **list**
191
+ > CisTaggingCategoryListResult list
192
+
193
+ Enumerates the categories in the system. To invoke this {@term operation}, you need the read privilege on the individual categories. The {@term list} will only contain those categories for which you have read privileges.
194
+
195
+ ### Example
196
+ ```ruby
197
+ # load the gem
198
+ require 'vsphere-automation-cis'
199
+
200
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
201
+
202
+ begin
203
+ #Enumerates the categories in the system. To invoke this {@term operation}, you need the read privilege on the individual categories. The {@term list} will only contain those categories for which you have read privileges.
204
+ result = api_instance.list
205
+ p result
206
+ rescue VSphereAutomation::ApiError => e
207
+ puts "Exception when calling TaggingCategoryApi->list: #{e}"
208
+ end
209
+ ```
210
+
211
+ ### Parameters
212
+ This endpoint does not need any parameter.
213
+
214
+ ### Return type
215
+
216
+ [**CisTaggingCategoryListResult**](CisTaggingCategoryListResult.md)
217
+
218
+ ### Authorization
219
+
220
+ No authorization required
221
+
222
+ ### HTTP request headers
223
+
224
+ - **Content-Type**: Not defined
225
+ - **Accept**: */*
226
+
227
+
228
+
229
+ # **list_used_categories**
230
+ > CisTaggingCategoryListUsedCategoriesResult list_used_categories(cis_tagging_category_list_used_categories)
231
+
232
+ Enumerates all categories for which the {@param.name usedByEntity} is part of the {@link CategoryModel#usedBy} subscribers {@term set}. To invoke this {@term operation}, you need the read privilege on the individual categories.
233
+
234
+ ### Example
235
+ ```ruby
236
+ # load the gem
237
+ require 'vsphere-automation-cis'
238
+
239
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
240
+ cis_tagging_category_list_used_categories = VSphereAutomation::CisTaggingCategoryListUsedCategories.new # CisTaggingCategoryListUsedCategories |
241
+
242
+ begin
243
+ #Enumerates all categories for which the {@param.name usedByEntity} is part of the {@link CategoryModel#usedBy} subscribers {@term set}. To invoke this {@term operation}, you need the read privilege on the individual categories.
244
+ result = api_instance.list_used_categories(cis_tagging_category_list_used_categories)
245
+ p result
246
+ rescue VSphereAutomation::ApiError => e
247
+ puts "Exception when calling TaggingCategoryApi->list_used_categories: #{e}"
248
+ end
249
+ ```
250
+
251
+ ### Parameters
252
+
253
+ Name | Type | Description | Notes
254
+ ------------- | ------------- | ------------- | -------------
255
+ **cis_tagging_category_list_used_categories** | [**CisTaggingCategoryListUsedCategories**](CisTaggingCategoryListUsedCategories.md)| |
256
+
257
+ ### Return type
258
+
259
+ [**CisTaggingCategoryListUsedCategoriesResult**](CisTaggingCategoryListUsedCategoriesResult.md)
260
+
261
+ ### Authorization
262
+
263
+ No authorization required
264
+
265
+ ### HTTP request headers
266
+
267
+ - **Content-Type**: application/json
268
+ - **Accept**: */*
269
+
270
+
271
+
272
+ # **remove_from_used_by**
273
+ > remove_from_used_by(category_id, cis_tagging_category_remove_from_used_by)
274
+
275
+ Removes the {@param.name usedByEntity} from the {@link CategoryModel#usedBy} subscribers {@term set}. If the {@param.name usedByEntity} is not using this category, then this becomes a no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
276
+
277
+ ### Example
278
+ ```ruby
279
+ # load the gem
280
+ require 'vsphere-automation-cis'
281
+
282
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
283
+ category_id = 'category_id_example' # String | The identifier of the input category.
284
+ cis_tagging_category_remove_from_used_by = VSphereAutomation::CisTaggingCategoryRemoveFromUsedBy.new # CisTaggingCategoryRemoveFromUsedBy |
285
+
286
+ begin
287
+ #Removes the {@param.name usedByEntity} from the {@link CategoryModel#usedBy} subscribers {@term set}. If the {@param.name usedByEntity} is not using this category, then this becomes a no-op. To invoke this {@term operation}, you need the modify {@link CategoryModel#usedBy} privilege on the category.
288
+ api_instance.remove_from_used_by(category_id, cis_tagging_category_remove_from_used_by)
289
+ rescue VSphereAutomation::ApiError => e
290
+ puts "Exception when calling TaggingCategoryApi->remove_from_used_by: #{e}"
291
+ end
292
+ ```
293
+
294
+ ### Parameters
295
+
296
+ Name | Type | Description | Notes
297
+ ------------- | ------------- | ------------- | -------------
298
+ **category_id** | **String**| The identifier of the input category. |
299
+ **cis_tagging_category_remove_from_used_by** | [**CisTaggingCategoryRemoveFromUsedBy**](CisTaggingCategoryRemoveFromUsedBy.md)| |
300
+
301
+ ### Return type
302
+
303
+ nil (empty response body)
304
+
305
+ ### Authorization
306
+
307
+ No authorization required
308
+
309
+ ### HTTP request headers
310
+
311
+ - **Content-Type**: application/json
312
+ - **Accept**: */*
313
+
314
+
315
+
316
+ # **revoke_propagating_permissions**
317
+ > revoke_propagating_permissions(category_id)
318
+
319
+ Revokes all propagating permissions on the given category. You should then attach a direct permission with tagging privileges on the given category. To invoke this {@term operation}, you need category related privileges (direct or propagating) on the concerned category.
320
+
321
+ ### Example
322
+ ```ruby
323
+ # load the gem
324
+ require 'vsphere-automation-cis'
325
+
326
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
327
+ category_id = 'category_id_example' # String | The identifier of the input category.
328
+
329
+ begin
330
+ #Revokes all propagating permissions on the given category. You should then attach a direct permission with tagging privileges on the given category. To invoke this {@term operation}, you need category related privileges (direct or propagating) on the concerned category.
331
+ api_instance.revoke_propagating_permissions(category_id)
332
+ rescue VSphereAutomation::ApiError => e
333
+ puts "Exception when calling TaggingCategoryApi->revoke_propagating_permissions: #{e}"
334
+ end
335
+ ```
336
+
337
+ ### Parameters
338
+
339
+ Name | Type | Description | Notes
340
+ ------------- | ------------- | ------------- | -------------
341
+ **category_id** | **String**| The identifier of the input category. |
342
+
343
+ ### Return type
344
+
345
+ nil (empty response body)
346
+
347
+ ### Authorization
348
+
349
+ No authorization required
350
+
351
+ ### HTTP request headers
352
+
353
+ - **Content-Type**: Not defined
354
+ - **Accept**: */*
355
+
356
+
357
+
358
+ # **update**
359
+ > update(category_id, cis_tagging_category_update)
360
+
361
+ Updates an existing category. To invoke this {@term operation}, you need the edit privilege on the category.
362
+
363
+ ### Example
364
+ ```ruby
365
+ # load the gem
366
+ require 'vsphere-automation-cis'
367
+
368
+ api_instance = VSphereAutomation::CIS::TaggingCategoryApi.new
369
+ category_id = 'category_id_example' # String | The identifier of the category to be updated.
370
+ cis_tagging_category_update = VSphereAutomation::CisTaggingCategoryUpdate.new # CisTaggingCategoryUpdate |
371
+
372
+ begin
373
+ #Updates an existing category. To invoke this {@term operation}, you need the edit privilege on the category.
374
+ api_instance.update(category_id, cis_tagging_category_update)
375
+ rescue VSphereAutomation::ApiError => e
376
+ puts "Exception when calling TaggingCategoryApi->update: #{e}"
377
+ end
378
+ ```
379
+
380
+ ### Parameters
381
+
382
+ Name | Type | Description | Notes
383
+ ------------- | ------------- | ------------- | -------------
384
+ **category_id** | **String**| The identifier of the category to be updated. |
385
+ **cis_tagging_category_update** | [**CisTaggingCategoryUpdate**](CisTaggingCategoryUpdate.md)| |
386
+
387
+ ### Return type
388
+
389
+ nil (empty response body)
390
+
391
+ ### Authorization
392
+
393
+ No authorization required
394
+
395
+ ### HTTP request headers
396
+
397
+ - **Content-Type**: application/json
398
+ - **Accept**: */*
399
+
400
+
401
+