emasser 1.0.0 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (445) hide show
  1. checksums.yaml +4 -4
  2. data/.dockerignore +5 -8
  3. data/.env-example +3 -1
  4. data/.github/release-drafter.yml +2 -2
  5. data/.github/workflows/gh-pages.yml +4 -5
  6. data/.github/workflows/push-to-docker-mail.yml +28 -0
  7. data/.github/workflows/push-to-docker.yml +35 -0
  8. data/.github/workflows/release.yml +7 -3
  9. data/.github/workflows/test-cli.yml +4 -5
  10. data/.gitignore +3 -1
  11. data/Dockerfile +37 -3
  12. data/Gemfile +1 -1
  13. data/Gemfile.lock +37 -43
  14. data/README.md +131 -61
  15. data/docs/features.md +345 -207
  16. data/docs/images/emasser_architecture.jpg +0 -0
  17. data/emasser.gemspec +16 -12
  18. data/exe/emasser +0 -0
  19. data/images/emasser_architecture.jpg +0 -0
  20. data/images/emasser_diagram-Page-3.jpg +0 -0
  21. data/lib/emasser/cli.rb +12 -0
  22. data/lib/emasser/configuration.rb +22 -7
  23. data/lib/emasser/constants.rb +11 -3
  24. data/lib/emasser/delete.rb +14 -12
  25. data/lib/emasser/get.rb +83 -88
  26. data/lib/emasser/help/cloudresource_post_mapper.md +62 -0
  27. data/lib/emasser/help/container_post_mapper.md +44 -0
  28. data/lib/emasser/output_converters.rb +101 -4
  29. data/lib/emasser/post.rb +248 -55
  30. data/lib/emasser/put.rb +29 -22
  31. data/lib/emasser/version.rb +1 -1
  32. data/lib/emasser.rb +1 -1
  33. metadata +64 -447
  34. data/.github/workflows/generate_docs.yml +0 -33
  35. data/TAGS +0 -2393
  36. data/docs/developers.md +0 -115
  37. data/docs/swagger/dist/favicon-16x16.png +0 -0
  38. data/docs/swagger/dist/favicon-32x32.png +0 -0
  39. data/docs/swagger/dist/oauth2-redirect.html +0 -75
  40. data/docs/swagger/dist/swagger-ui-bundle.js +0 -3
  41. data/docs/swagger/dist/swagger-ui-bundle.js.map +0 -1
  42. data/docs/swagger/dist/swagger-ui-es-bundle-core.js +0 -3
  43. data/docs/swagger/dist/swagger-ui-es-bundle-core.js.map +0 -1
  44. data/docs/swagger/dist/swagger-ui-es-bundle.js +0 -3
  45. data/docs/swagger/dist/swagger-ui-es-bundle.js.map +0 -1
  46. data/docs/swagger/dist/swagger-ui-standalone-preset.js +0 -3
  47. data/docs/swagger/dist/swagger-ui-standalone-preset.js.map +0 -1
  48. data/docs/swagger/dist/swagger-ui.css +0 -4
  49. data/docs/swagger/dist/swagger-ui.css.map +0 -1
  50. data/docs/swagger/dist/swagger-ui.js +0 -3
  51. data/docs/swagger/dist/swagger-ui.js.map +0 -1
  52. data/docs/swagger/index.html +0 -60
  53. data/emass_client/eMASSRestOpenApi.yaml +0 -5698
  54. data/emass_client/ruby_client/.gitignore +0 -39
  55. data/emass_client/ruby_client/.rspec +0 -2
  56. data/emass_client/ruby_client/.rubocop.yml +0 -154
  57. data/emass_client/ruby_client/.swagger-codegen/VERSION +0 -1
  58. data/emass_client/ruby_client/.swagger-codegen-ignore +0 -23
  59. data/emass_client/ruby_client/Gemfile +0 -9
  60. data/emass_client/ruby_client/README.md +0 -1284
  61. data/emass_client/ruby_client/Rakefile +0 -8
  62. data/emass_client/ruby_client/docs/ArtifactsApi.md +0 -284
  63. data/emass_client/ruby_client/docs/ArtifactsDelete.md +0 -6
  64. data/emass_client/ruby_client/docs/ArtifactsDeleteInner.md +0 -7
  65. data/emass_client/ruby_client/docs/ArtifactsExportApi.md +0 -76
  66. data/emass_client/ruby_client/docs/ArtifactsGet.md +0 -20
  67. data/emass_client/ruby_client/docs/ArtifactsRequestPutBody.md +0 -16
  68. data/emass_client/ruby_client/docs/ArtifactsResponseDel.md +0 -8
  69. data/emass_client/ruby_client/docs/ArtifactsResponseDelData.md +0 -9
  70. data/emass_client/ruby_client/docs/ArtifactsResponseGet.md +0 -8
  71. data/emass_client/ruby_client/docs/ArtifactsResponsePutPost.md +0 -8
  72. data/emass_client/ruby_client/docs/CACApi.md +0 -140
  73. data/emass_client/ruby_client/docs/CMMCAssessmentsApi.md +0 -71
  74. data/emass_client/ruby_client/docs/CacGet.md +0 -13
  75. data/emass_client/ruby_client/docs/CacRequestPostBody.md +0 -8
  76. data/emass_client/ruby_client/docs/CacResponseGet.md +0 -8
  77. data/emass_client/ruby_client/docs/CacResponsePost.md +0 -8
  78. data/emass_client/ruby_client/docs/CacResponsePostData.md +0 -9
  79. data/emass_client/ruby_client/docs/CmmcGet.md +0 -19
  80. data/emass_client/ruby_client/docs/CmmcResponseGet.md +0 -8
  81. data/emass_client/ruby_client/docs/ConnectivityCcsd.md +0 -8
  82. data/emass_client/ruby_client/docs/ControlsApi.md +0 -140
  83. data/emass_client/ruby_client/docs/ControlsGet.md +0 -36
  84. data/emass_client/ruby_client/docs/ControlsPut.md +0 -9
  85. data/emass_client/ruby_client/docs/ControlsRequestPutBody.md +0 -29
  86. data/emass_client/ruby_client/docs/ControlsResponseGet.md +0 -8
  87. data/emass_client/ruby_client/docs/ControlsResponsePut.md +0 -8
  88. data/emass_client/ruby_client/docs/DefinitionTransitions.md +0 -9
  89. data/emass_client/ruby_client/docs/DeleteMilestone.md +0 -7
  90. data/emass_client/ruby_client/docs/DeletePoam.md +0 -7
  91. data/emass_client/ruby_client/docs/Empty200Response.md +0 -6
  92. data/emass_client/ruby_client/docs/Error.md +0 -8
  93. data/emass_client/ruby_client/docs/InstancesTransitions.md +0 -12
  94. data/emass_client/ruby_client/docs/MilestoneResponseGet.md +0 -8
  95. data/emass_client/ruby_client/docs/MilestoneResponsePost.md +0 -8
  96. data/emass_client/ruby_client/docs/MilestoneResponsePut.md +0 -8
  97. data/emass_client/ruby_client/docs/MilestonesApi.md +0 -350
  98. data/emass_client/ruby_client/docs/MilestonesDelete.md +0 -6
  99. data/emass_client/ruby_client/docs/MilestonesGet.md +0 -12
  100. data/emass_client/ruby_client/docs/MilestonesPost.md +0 -6
  101. data/emass_client/ruby_client/docs/MilestonesPut.md +0 -6
  102. data/emass_client/ruby_client/docs/MilestonesPutPostDelete.md +0 -11
  103. data/emass_client/ruby_client/docs/MilestonesRequestPostBody.md +0 -9
  104. data/emass_client/ruby_client/docs/MilestonesRequestPutBody.md +0 -9
  105. data/emass_client/ruby_client/docs/MilestonesRequiredPost.md +0 -8
  106. data/emass_client/ruby_client/docs/MilestonesRequiredPut.md +0 -9
  107. data/emass_client/ruby_client/docs/Model200.md +0 -7
  108. data/emass_client/ruby_client/docs/Model201.md +0 -7
  109. data/emass_client/ruby_client/docs/Model201Meta.md +0 -8
  110. data/emass_client/ruby_client/docs/Model400.md +0 -7
  111. data/emass_client/ruby_client/docs/Model400Meta.md +0 -8
  112. data/emass_client/ruby_client/docs/Model400Response.md +0 -7
  113. data/emass_client/ruby_client/docs/Model401.md +0 -7
  114. data/emass_client/ruby_client/docs/Model401Meta.md +0 -8
  115. data/emass_client/ruby_client/docs/Model403.md +0 -7
  116. data/emass_client/ruby_client/docs/Model403Meta.md +0 -8
  117. data/emass_client/ruby_client/docs/Model404.md +0 -8
  118. data/emass_client/ruby_client/docs/Model404Response.md +0 -7
  119. data/emass_client/ruby_client/docs/Model405.md +0 -7
  120. data/emass_client/ruby_client/docs/Model405Meta.md +0 -8
  121. data/emass_client/ruby_client/docs/Model411.md +0 -7
  122. data/emass_client/ruby_client/docs/Model411Meta.md +0 -8
  123. data/emass_client/ruby_client/docs/Model490.md +0 -7
  124. data/emass_client/ruby_client/docs/Model490Meta.md +0 -8
  125. data/emass_client/ruby_client/docs/Model500.md +0 -7
  126. data/emass_client/ruby_client/docs/Model500Meta.md +0 -8
  127. data/emass_client/ruby_client/docs/PACApi.md +0 -137
  128. data/emass_client/ruby_client/docs/POAMApi.md +0 -346
  129. data/emass_client/ruby_client/docs/PacGet.md +0 -14
  130. data/emass_client/ruby_client/docs/PacPost.md +0 -9
  131. data/emass_client/ruby_client/docs/PacRequestPostBody.md +0 -9
  132. data/emass_client/ruby_client/docs/PacResponseGet.md +0 -8
  133. data/emass_client/ruby_client/docs/PacResponsePost.md +0 -8
  134. data/emass_client/ruby_client/docs/PoamDelete.md +0 -6
  135. data/emass_client/ruby_client/docs/PoamGet.md +0 -39
  136. data/emass_client/ruby_client/docs/PoamPost.md +0 -6
  137. data/emass_client/ruby_client/docs/PoamPostPutDel.md +0 -10
  138. data/emass_client/ruby_client/docs/PoamPut.md +0 -6
  139. data/emass_client/ruby_client/docs/PoamRequestPostBody.md +0 -6
  140. data/emass_client/ruby_client/docs/PoamRequestPutBody.md +0 -6
  141. data/emass_client/ruby_client/docs/PoamRequiredPost.md +0 -32
  142. data/emass_client/ruby_client/docs/PoamRequiredPut.md +0 -35
  143. data/emass_client/ruby_client/docs/PoamResponseDelete.md +0 -8
  144. data/emass_client/ruby_client/docs/PoamResponseGet.md +0 -8
  145. data/emass_client/ruby_client/docs/PoamResponsePost.md +0 -8
  146. data/emass_client/ruby_client/docs/PoamResponsePut.md +0 -8
  147. data/emass_client/ruby_client/docs/Register.md +0 -8
  148. data/emass_client/ruby_client/docs/RegisterData.md +0 -7
  149. data/emass_client/ruby_client/docs/RegisterUserRequestPostBody.md +0 -7
  150. data/emass_client/ruby_client/docs/RegistrationApi.md +0 -71
  151. data/emass_client/ruby_client/docs/RoleCategory.md +0 -10
  152. data/emass_client/ruby_client/docs/Roles.md +0 -9
  153. data/emass_client/ruby_client/docs/Ssps.md +0 -9
  154. data/emass_client/ruby_client/docs/Stage.md +0 -8
  155. data/emass_client/ruby_client/docs/StaticCodeApplication.md +0 -12
  156. data/emass_client/ruby_client/docs/StaticCodeRequestPostBody.md +0 -6
  157. data/emass_client/ruby_client/docs/StaticCodeRequiredPost.md +0 -8
  158. data/emass_client/ruby_client/docs/StaticCodeRequiredPostApplication.md +0 -8
  159. data/emass_client/ruby_client/docs/StaticCodeScansApi.md +0 -73
  160. data/emass_client/ruby_client/docs/Success200Response.md +0 -8
  161. data/emass_client/ruby_client/docs/SystemIdArtifactsBody.md +0 -10
  162. data/emass_client/ruby_client/docs/SystemResponse.md +0 -8
  163. data/emass_client/ruby_client/docs/SystemRolesApi.md +0 -137
  164. data/emass_client/ruby_client/docs/SystemRolesCategoryResponse.md +0 -8
  165. data/emass_client/ruby_client/docs/SystemRolesResponse.md +0 -8
  166. data/emass_client/ruby_client/docs/SystemRolesResponseData.md +0 -8
  167. data/emass_client/ruby_client/docs/Systems.md +0 -70
  168. data/emass_client/ruby_client/docs/SystemsApi.md +0 -155
  169. data/emass_client/ruby_client/docs/Test.md +0 -8
  170. data/emass_client/ruby_client/docs/TestApi.md +0 -66
  171. data/emass_client/ruby_client/docs/TestData.md +0 -7
  172. data/emass_client/ruby_client/docs/TestResultsApi.md +0 -144
  173. data/emass_client/ruby_client/docs/TestResultsGet.md +0 -15
  174. data/emass_client/ruby_client/docs/TestResultsPost.md +0 -9
  175. data/emass_client/ruby_client/docs/TestResultsRequestPostBody.md +0 -11
  176. data/emass_client/ruby_client/docs/TestResultsResponseGet.md +0 -8
  177. data/emass_client/ruby_client/docs/TestResultsResponsePost.md +0 -8
  178. data/emass_client/ruby_client/docs/Users.md +0 -9
  179. data/emass_client/ruby_client/docs/WorkflowDefinitionGet.md +0 -11
  180. data/emass_client/ruby_client/docs/WorkflowDefinitionResponseGet.md +0 -8
  181. data/emass_client/ruby_client/docs/WorkflowDefinitionsApi.md +0 -74
  182. data/emass_client/ruby_client/docs/WorkflowInstancesApi.md +0 -146
  183. data/emass_client/ruby_client/docs/WorkflowInstancesGet.md +0 -16
  184. data/emass_client/ruby_client/docs/WorkflowInstancesResponseGet.md +0 -8
  185. data/emass_client/ruby_client/git_push.sh +0 -55
  186. data/emass_client/ruby_client/lib/swagger_client/api/artifacts_api.rb +0 -310
  187. data/emass_client/ruby_client/lib/swagger_client/api/artifacts_export_api.rb +0 -86
  188. data/emass_client/ruby_client/lib/swagger_client/api/cac_api.rb +0 -143
  189. data/emass_client/ruby_client/lib/swagger_client/api/cmmc_assessments_api.rb +0 -77
  190. data/emass_client/ruby_client/lib/swagger_client/api/controls_api.rb +0 -143
  191. data/emass_client/ruby_client/lib/swagger_client/api/milestones_api.rb +0 -366
  192. data/emass_client/ruby_client/lib/swagger_client/api/pac_api.rb +0 -140
  193. data/emass_client/ruby_client/lib/swagger_client/api/poam_api.rb +0 -345
  194. data/emass_client/ruby_client/lib/swagger_client/api/registration_api.rb +0 -78
  195. data/emass_client/ruby_client/lib/swagger_client/api/static_code_scans_api.rb +0 -84
  196. data/emass_client/ruby_client/lib/swagger_client/api/system_roles_api.rb +0 -150
  197. data/emass_client/ruby_client/lib/swagger_client/api/systems_api.rb +0 -162
  198. data/emass_client/ruby_client/lib/swagger_client/api/test_api.rb +0 -70
  199. data/emass_client/ruby_client/lib/swagger_client/api/test_results_api.rb +0 -149
  200. data/emass_client/ruby_client/lib/swagger_client/api/workflow_definitions_api.rb +0 -76
  201. data/emass_client/ruby_client/lib/swagger_client/api/workflow_instances_api.rb +0 -153
  202. data/emass_client/ruby_client/lib/swagger_client/api_client.rb +0 -389
  203. data/emass_client/ruby_client/lib/swagger_client/api_error.rb +0 -57
  204. data/emass_client/ruby_client/lib/swagger_client/configuration.rb +0 -224
  205. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_delete.rb +0 -201
  206. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_delete_inner.rb +0 -207
  207. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_get.rb +0 -383
  208. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_request_put_body.rb +0 -363
  209. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_del.rb +0 -217
  210. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_del_data.rb +0 -225
  211. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_get.rb +0 -217
  212. data/emass_client/ruby_client/lib/swagger_client/models/artifacts_response_put_post.rb +0 -217
  213. data/emass_client/ruby_client/lib/swagger_client/models/cac_get.rb +0 -301
  214. data/emass_client/ruby_client/lib/swagger_client/models/cac_request_post_body.rb +0 -217
  215. data/emass_client/ruby_client/lib/swagger_client/models/cac_response_get.rb +0 -217
  216. data/emass_client/ruby_client/lib/swagger_client/models/cac_response_post.rb +0 -217
  217. data/emass_client/ruby_client/lib/swagger_client/models/cac_response_post_data.rb +0 -225
  218. data/emass_client/ruby_client/lib/swagger_client/models/cmmc_get.rb +0 -398
  219. data/emass_client/ruby_client/lib/swagger_client/models/cmmc_response_get.rb +0 -217
  220. data/emass_client/ruby_client/lib/swagger_client/models/connectivity_ccsd.rb +0 -217
  221. data/emass_client/ruby_client/lib/swagger_client/models/controls_get.rb +0 -663
  222. data/emass_client/ruby_client/lib/swagger_client/models/controls_put.rb +0 -227
  223. data/emass_client/ruby_client/lib/swagger_client/models/controls_request_put_body.rb +0 -606
  224. data/emass_client/ruby_client/lib/swagger_client/models/controls_response_get.rb +0 -217
  225. data/emass_client/ruby_client/lib/swagger_client/models/controls_response_put.rb +0 -217
  226. data/emass_client/ruby_client/lib/swagger_client/models/definition_transitions.rb +0 -274
  227. data/emass_client/ruby_client/lib/swagger_client/models/delete_milestone.rb +0 -212
  228. data/emass_client/ruby_client/lib/swagger_client/models/delete_poam.rb +0 -212
  229. data/emass_client/ruby_client/lib/swagger_client/models/empty200_response.rb +0 -197
  230. data/emass_client/ruby_client/lib/swagger_client/models/error.rb +0 -225
  231. data/emass_client/ruby_client/lib/swagger_client/models/instances_transitions.rb +0 -327
  232. data/emass_client/ruby_client/lib/swagger_client/models/milestone_response_get.rb +0 -217
  233. data/emass_client/ruby_client/lib/swagger_client/models/milestone_response_post.rb +0 -217
  234. data/emass_client/ruby_client/lib/swagger_client/models/milestone_response_put.rb +0 -217
  235. data/emass_client/ruby_client/lib/swagger_client/models/milestones_delete.rb +0 -197
  236. data/emass_client/ruby_client/lib/swagger_client/models/milestones_get.rb +0 -291
  237. data/emass_client/ruby_client/lib/swagger_client/models/milestones_post.rb +0 -197
  238. data/emass_client/ruby_client/lib/swagger_client/models/milestones_put.rb +0 -197
  239. data/emass_client/ruby_client/lib/swagger_client/models/milestones_put_post_delete.rb +0 -247
  240. data/emass_client/ruby_client/lib/swagger_client/models/milestones_request_post_body.rb +0 -242
  241. data/emass_client/ruby_client/lib/swagger_client/models/milestones_request_put_body.rb +0 -242
  242. data/emass_client/ruby_client/lib/swagger_client/models/milestones_required_post.rb +0 -227
  243. data/emass_client/ruby_client/lib/swagger_client/models/milestones_required_put.rb +0 -242
  244. data/emass_client/ruby_client/lib/swagger_client/models/model_200.rb +0 -208
  245. data/emass_client/ruby_client/lib/swagger_client/models/model_201.rb +0 -206
  246. data/emass_client/ruby_client/lib/swagger_client/models/model_201_meta.rb +0 -219
  247. data/emass_client/ruby_client/lib/swagger_client/models/model_400.rb +0 -206
  248. data/emass_client/ruby_client/lib/swagger_client/models/model_400_meta.rb +0 -219
  249. data/emass_client/ruby_client/lib/swagger_client/models/model_400_response.rb +0 -206
  250. data/emass_client/ruby_client/lib/swagger_client/models/model_401.rb +0 -206
  251. data/emass_client/ruby_client/lib/swagger_client/models/model_401_meta.rb +0 -219
  252. data/emass_client/ruby_client/lib/swagger_client/models/model_403.rb +0 -206
  253. data/emass_client/ruby_client/lib/swagger_client/models/model_403_meta.rb +0 -219
  254. data/emass_client/ruby_client/lib/swagger_client/models/model_404.rb +0 -219
  255. data/emass_client/ruby_client/lib/swagger_client/models/model_404_response.rb +0 -206
  256. data/emass_client/ruby_client/lib/swagger_client/models/model_405.rb +0 -206
  257. data/emass_client/ruby_client/lib/swagger_client/models/model_405_meta.rb +0 -219
  258. data/emass_client/ruby_client/lib/swagger_client/models/model_411.rb +0 -206
  259. data/emass_client/ruby_client/lib/swagger_client/models/model_411_meta.rb +0 -219
  260. data/emass_client/ruby_client/lib/swagger_client/models/model_490.rb +0 -206
  261. data/emass_client/ruby_client/lib/swagger_client/models/model_490_meta.rb +0 -219
  262. data/emass_client/ruby_client/lib/swagger_client/models/model_500.rb +0 -206
  263. data/emass_client/ruby_client/lib/swagger_client/models/model_500_meta.rb +0 -219
  264. data/emass_client/ruby_client/lib/swagger_client/models/pac_get.rb +0 -311
  265. data/emass_client/ruby_client/lib/swagger_client/models/pac_post.rb +0 -259
  266. data/emass_client/ruby_client/lib/swagger_client/models/pac_request_post_body.rb +0 -261
  267. data/emass_client/ruby_client/lib/swagger_client/models/pac_response_get.rb +0 -217
  268. data/emass_client/ruby_client/lib/swagger_client/models/pac_response_post.rb +0 -217
  269. data/emass_client/ruby_client/lib/swagger_client/models/poam_delete.rb +0 -197
  270. data/emass_client/ruby_client/lib/swagger_client/models/poam_get.rb +0 -646
  271. data/emass_client/ruby_client/lib/swagger_client/models/poam_post.rb +0 -197
  272. data/emass_client/ruby_client/lib/swagger_client/models/poam_post_put_del.rb +0 -237
  273. data/emass_client/ruby_client/lib/swagger_client/models/poam_put.rb +0 -197
  274. data/emass_client/ruby_client/lib/swagger_client/models/poam_request_post_body.rb +0 -197
  275. data/emass_client/ruby_client/lib/swagger_client/models/poam_request_put_body.rb +0 -197
  276. data/emass_client/ruby_client/lib/swagger_client/models/poam_required_post.rb +0 -564
  277. data/emass_client/ruby_client/lib/swagger_client/models/poam_required_put.rb +0 -594
  278. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_delete.rb +0 -217
  279. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_get.rb +0 -217
  280. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_post.rb +0 -217
  281. data/emass_client/ruby_client/lib/swagger_client/models/poam_response_put.rb +0 -217
  282. data/emass_client/ruby_client/lib/swagger_client/models/register.rb +0 -215
  283. data/emass_client/ruby_client/lib/swagger_client/models/register_data.rb +0 -206
  284. data/emass_client/ruby_client/lib/swagger_client/models/register_user_request_post_body.rb +0 -211
  285. data/emass_client/ruby_client/lib/swagger_client/models/role_category.rb +0 -272
  286. data/emass_client/ruby_client/lib/swagger_client/models/roles.rb +0 -274
  287. data/emass_client/ruby_client/lib/swagger_client/models/ssps.rb +0 -227
  288. data/emass_client/ruby_client/lib/swagger_client/models/stage.rb +0 -252
  289. data/emass_client/ruby_client/lib/swagger_client/models/static_code_application.rb +0 -303
  290. data/emass_client/ruby_client/lib/swagger_client/models/static_code_request_post_body.rb +0 -197
  291. data/emass_client/ruby_client/lib/swagger_client/models/static_code_required_post.rb +0 -217
  292. data/emass_client/ruby_client/lib/swagger_client/models/static_code_required_post_application.rb +0 -217
  293. data/emass_client/ruby_client/lib/swagger_client/models/success200_response.rb +0 -217
  294. data/emass_client/ruby_client/lib/swagger_client/models/system_id_artifacts_body.rb +0 -284
  295. data/emass_client/ruby_client/lib/swagger_client/models/system_response.rb +0 -217
  296. data/emass_client/ruby_client/lib/swagger_client/models/system_roles_category_response.rb +0 -217
  297. data/emass_client/ruby_client/lib/swagger_client/models/system_roles_response.rb +0 -217
  298. data/emass_client/ruby_client/lib/swagger_client/models/system_roles_response_data.rb +0 -219
  299. data/emass_client/ruby_client/lib/swagger_client/models/systems.rb +0 -1137
  300. data/emass_client/ruby_client/lib/swagger_client/models/test.rb +0 -215
  301. data/emass_client/ruby_client/lib/swagger_client/models/test_data.rb +0 -206
  302. data/emass_client/ruby_client/lib/swagger_client/models/test_results_get.rb +0 -333
  303. data/emass_client/ruby_client/lib/swagger_client/models/test_results_post.rb +0 -227
  304. data/emass_client/ruby_client/lib/swagger_client/models/test_results_request_post_body.rb +0 -306
  305. data/emass_client/ruby_client/lib/swagger_client/models/test_results_response_get.rb +0 -217
  306. data/emass_client/ruby_client/lib/swagger_client/models/test_results_response_post.rb +0 -217
  307. data/emass_client/ruby_client/lib/swagger_client/models/users.rb +0 -224
  308. data/emass_client/ruby_client/lib/swagger_client/models/workflow_definition_get.rb +0 -282
  309. data/emass_client/ruby_client/lib/swagger_client/models/workflow_definition_response_get.rb +0 -217
  310. data/emass_client/ruby_client/lib/swagger_client/models/workflow_instances_get.rb +0 -368
  311. data/emass_client/ruby_client/lib/swagger_client/models/workflow_instances_response_get.rb +0 -217
  312. data/emass_client/ruby_client/lib/swagger_client/version.rb +0 -14
  313. data/emass_client/ruby_client/lib/swagger_client.rb +0 -161
  314. data/emass_client/ruby_client/spec/api/artifacts_api_spec.rb +0 -92
  315. data/emass_client/ruby_client/spec/api/artifacts_export_api_spec.rb +0 -48
  316. data/emass_client/ruby_client/spec/api/cac_api_spec.rb +0 -60
  317. data/emass_client/ruby_client/spec/api/cmmc_assessments_api_spec.rb +0 -46
  318. data/emass_client/ruby_client/spec/api/controls_api_spec.rb +0 -60
  319. data/emass_client/ruby_client/spec/api/milestones_api_spec.rb +0 -105
  320. data/emass_client/ruby_client/spec/api/pac_api_spec.rb +0 -59
  321. data/emass_client/ruby_client/spec/api/poam_api_spec.rb +0 -103
  322. data/emass_client/ruby_client/spec/api/registration_api_spec.rb +0 -46
  323. data/emass_client/ruby_client/spec/api/static_code_scans_api_spec.rb +0 -47
  324. data/emass_client/ruby_client/spec/api/system_roles_api_spec.rb +0 -60
  325. data/emass_client/ruby_client/spec/api/systems_api_spec.rb +0 -67
  326. data/emass_client/ruby_client/spec/api/test_api_spec.rb +0 -45
  327. data/emass_client/ruby_client/spec/api/test_results_api_spec.rb +0 -62
  328. data/emass_client/ruby_client/spec/api/workflow_definitions_api_spec.rb +0 -47
  329. data/emass_client/ruby_client/spec/api/workflow_instances_api_spec.rb +0 -63
  330. data/emass_client/ruby_client/spec/api_client_spec.rb +0 -225
  331. data/emass_client/ruby_client/spec/base_object_spec.rb +0 -109
  332. data/emass_client/ruby_client/spec/configuration_spec.rb +0 -41
  333. data/emass_client/ruby_client/spec/models/artifacts_delete_inner_spec.rb +0 -40
  334. data/emass_client/ruby_client/spec/models/artifacts_delete_spec.rb +0 -34
  335. data/emass_client/ruby_client/spec/models/artifacts_get_spec.rb +0 -126
  336. data/emass_client/ruby_client/spec/models/artifacts_request_put_body_spec.rb +0 -102
  337. data/emass_client/ruby_client/spec/models/artifacts_response_del_data_spec.rb +0 -52
  338. data/emass_client/ruby_client/spec/models/artifacts_response_del_spec.rb +0 -46
  339. data/emass_client/ruby_client/spec/models/artifacts_response_get_spec.rb +0 -46
  340. data/emass_client/ruby_client/spec/models/artifacts_response_put_post_spec.rb +0 -46
  341. data/emass_client/ruby_client/spec/models/cac_get_spec.rb +0 -80
  342. data/emass_client/ruby_client/spec/models/cac_request_post_body_spec.rb +0 -46
  343. data/emass_client/ruby_client/spec/models/cac_response_get_spec.rb +0 -46
  344. data/emass_client/ruby_client/spec/models/cac_response_post_data_spec.rb +0 -52
  345. data/emass_client/ruby_client/spec/models/cac_response_post_spec.rb +0 -46
  346. data/emass_client/ruby_client/spec/models/cmmc_get_spec.rb +0 -128
  347. data/emass_client/ruby_client/spec/models/cmmc_response_get_spec.rb +0 -46
  348. data/emass_client/ruby_client/spec/models/connectivity_ccsd_spec.rb +0 -46
  349. data/emass_client/ruby_client/spec/models/controls_get_spec.rb +0 -262
  350. data/emass_client/ruby_client/spec/models/controls_put_spec.rb +0 -52
  351. data/emass_client/ruby_client/spec/models/controls_request_put_body_spec.rb +0 -216
  352. data/emass_client/ruby_client/spec/models/controls_response_get_spec.rb +0 -46
  353. data/emass_client/ruby_client/spec/models/controls_response_put_spec.rb +0 -46
  354. data/emass_client/ruby_client/spec/models/definition_transitions_spec.rb +0 -64
  355. data/emass_client/ruby_client/spec/models/delete_milestone_spec.rb +0 -40
  356. data/emass_client/ruby_client/spec/models/delete_poam_spec.rb +0 -40
  357. data/emass_client/ruby_client/spec/models/empty200_response_spec.rb +0 -34
  358. data/emass_client/ruby_client/spec/models/error_spec.rb +0 -46
  359. data/emass_client/ruby_client/spec/models/instances_transitions_spec.rb +0 -86
  360. data/emass_client/ruby_client/spec/models/milestone_response_get_spec.rb +0 -46
  361. data/emass_client/ruby_client/spec/models/milestone_response_post_spec.rb +0 -46
  362. data/emass_client/ruby_client/spec/models/milestone_response_put_spec.rb +0 -46
  363. data/emass_client/ruby_client/spec/models/milestones_delete_spec.rb +0 -34
  364. data/emass_client/ruby_client/spec/models/milestones_get_spec.rb +0 -74
  365. data/emass_client/ruby_client/spec/models/milestones_post_spec.rb +0 -34
  366. data/emass_client/ruby_client/spec/models/milestones_put_post_delete_spec.rb +0 -64
  367. data/emass_client/ruby_client/spec/models/milestones_put_spec.rb +0 -34
  368. data/emass_client/ruby_client/spec/models/milestones_request_post_body_spec.rb +0 -52
  369. data/emass_client/ruby_client/spec/models/milestones_request_put_body_spec.rb +0 -52
  370. data/emass_client/ruby_client/spec/models/milestones_required_post_spec.rb +0 -46
  371. data/emass_client/ruby_client/spec/models/milestones_required_put_spec.rb +0 -52
  372. data/emass_client/ruby_client/spec/models/model_200_spec.rb +0 -40
  373. data/emass_client/ruby_client/spec/models/model_201_meta_spec.rb +0 -46
  374. data/emass_client/ruby_client/spec/models/model_201_spec.rb +0 -40
  375. data/emass_client/ruby_client/spec/models/model_400_meta_spec.rb +0 -46
  376. data/emass_client/ruby_client/spec/models/model_400_response_spec.rb +0 -40
  377. data/emass_client/ruby_client/spec/models/model_400_spec.rb +0 -40
  378. data/emass_client/ruby_client/spec/models/model_401_meta_spec.rb +0 -46
  379. data/emass_client/ruby_client/spec/models/model_401_spec.rb +0 -40
  380. data/emass_client/ruby_client/spec/models/model_403_meta_spec.rb +0 -46
  381. data/emass_client/ruby_client/spec/models/model_403_spec.rb +0 -40
  382. data/emass_client/ruby_client/spec/models/model_404_response_spec.rb +0 -40
  383. data/emass_client/ruby_client/spec/models/model_404_spec.rb +0 -46
  384. data/emass_client/ruby_client/spec/models/model_405_meta_spec.rb +0 -46
  385. data/emass_client/ruby_client/spec/models/model_405_spec.rb +0 -40
  386. data/emass_client/ruby_client/spec/models/model_411_meta_spec.rb +0 -46
  387. data/emass_client/ruby_client/spec/models/model_411_spec.rb +0 -40
  388. data/emass_client/ruby_client/spec/models/model_490_meta_spec.rb +0 -46
  389. data/emass_client/ruby_client/spec/models/model_490_spec.rb +0 -40
  390. data/emass_client/ruby_client/spec/models/model_500_meta_spec.rb +0 -46
  391. data/emass_client/ruby_client/spec/models/model_500_spec.rb +0 -40
  392. data/emass_client/ruby_client/spec/models/pac_get_spec.rb +0 -86
  393. data/emass_client/ruby_client/spec/models/pac_post_spec.rb +0 -56
  394. data/emass_client/ruby_client/spec/models/pac_request_post_body_spec.rb +0 -56
  395. data/emass_client/ruby_client/spec/models/pac_response_get_spec.rb +0 -46
  396. data/emass_client/ruby_client/spec/models/pac_response_post_spec.rb +0 -46
  397. data/emass_client/ruby_client/spec/models/poam_delete_spec.rb +0 -34
  398. data/emass_client/ruby_client/spec/models/poam_get_spec.rb +0 -264
  399. data/emass_client/ruby_client/spec/models/poam_post_put_del_spec.rb +0 -58
  400. data/emass_client/ruby_client/spec/models/poam_post_spec.rb +0 -34
  401. data/emass_client/ruby_client/spec/models/poam_put_spec.rb +0 -34
  402. data/emass_client/ruby_client/spec/models/poam_request_post_body_spec.rb +0 -34
  403. data/emass_client/ruby_client/spec/models/poam_request_put_body_spec.rb +0 -34
  404. data/emass_client/ruby_client/spec/models/poam_required_post_spec.rb +0 -218
  405. data/emass_client/ruby_client/spec/models/poam_required_put_spec.rb +0 -236
  406. data/emass_client/ruby_client/spec/models/poam_response_delete_spec.rb +0 -46
  407. data/emass_client/ruby_client/spec/models/poam_response_get_spec.rb +0 -46
  408. data/emass_client/ruby_client/spec/models/poam_response_post_spec.rb +0 -46
  409. data/emass_client/ruby_client/spec/models/poam_response_put_spec.rb +0 -46
  410. data/emass_client/ruby_client/spec/models/register_data_spec.rb +0 -40
  411. data/emass_client/ruby_client/spec/models/register_spec.rb +0 -46
  412. data/emass_client/ruby_client/spec/models/register_user_request_post_body_spec.rb +0 -40
  413. data/emass_client/ruby_client/spec/models/role_category_spec.rb +0 -62
  414. data/emass_client/ruby_client/spec/models/roles_spec.rb +0 -60
  415. data/emass_client/ruby_client/spec/models/ssps_spec.rb +0 -52
  416. data/emass_client/ruby_client/spec/models/stage_spec.rb +0 -50
  417. data/emass_client/ruby_client/spec/models/static_code_application_spec.rb +0 -78
  418. data/emass_client/ruby_client/spec/models/static_code_request_post_body_spec.rb +0 -34
  419. data/emass_client/ruby_client/spec/models/static_code_required_post_application_spec.rb +0 -46
  420. data/emass_client/ruby_client/spec/models/static_code_required_post_spec.rb +0 -46
  421. data/emass_client/ruby_client/spec/models/success200_response_spec.rb +0 -46
  422. data/emass_client/ruby_client/spec/models/system_id_artifacts_body_spec.rb +0 -66
  423. data/emass_client/ruby_client/spec/models/system_response_spec.rb +0 -46
  424. data/emass_client/ruby_client/spec/models/system_roles_category_response_spec.rb +0 -46
  425. data/emass_client/ruby_client/spec/models/system_roles_response_data_spec.rb +0 -46
  426. data/emass_client/ruby_client/spec/models/system_roles_response_spec.rb +0 -46
  427. data/emass_client/ruby_client/spec/models/systems_spec.rb +0 -510
  428. data/emass_client/ruby_client/spec/models/test_data_spec.rb +0 -40
  429. data/emass_client/ruby_client/spec/models/test_results_get_spec.rb +0 -96
  430. data/emass_client/ruby_client/spec/models/test_results_post_spec.rb +0 -52
  431. data/emass_client/ruby_client/spec/models/test_results_request_post_body_spec.rb +0 -68
  432. data/emass_client/ruby_client/spec/models/test_results_response_get_spec.rb +0 -46
  433. data/emass_client/ruby_client/spec/models/test_results_response_post_spec.rb +0 -46
  434. data/emass_client/ruby_client/spec/models/test_spec.rb +0 -46
  435. data/emass_client/ruby_client/spec/models/users_spec.rb +0 -52
  436. data/emass_client/ruby_client/spec/models/workflow_definition_get_spec.rb +0 -68
  437. data/emass_client/ruby_client/spec/models/workflow_definition_response_get_spec.rb +0 -46
  438. data/emass_client/ruby_client/spec/models/workflow_instances_get_spec.rb +0 -110
  439. data/emass_client/ruby_client/spec/models/workflow_instances_response_get_spec.rb +0 -46
  440. data/emass_client/ruby_client/spec/spec_helper.rb +0 -110
  441. data/emass_client/ruby_client/swagger_client.gemspec +0 -38
  442. data/emass_client/swagger-codegen/ruby_template/api_client.mustache +0 -384
  443. data/emass_client/swagger-codegen/ruby_template/api_info.mustache +0 -12
  444. data/emass_client/swagger-codegen/ruby_template/configuration.mustache +0 -234
  445. data/emass_client/swagger-codegen/ruby_template/gemspec.mustache +0 -37
@@ -1,8 +0,0 @@
1
- begin
2
- require 'rspec/core/rake_task'
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
- task default: :spec
6
- rescue LoadError
7
- # no rspec available
8
- end
@@ -1,284 +0,0 @@
1
- # SwaggerClient::ArtifactsApi
2
-
3
- All URIs are relative to *http://localhost:4010*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**add_artifacts_by_system_id**](ArtifactsApi.md#add_artifacts_by_system_id) | **POST** /api/systems/{systemId}/artifacts | Add one or many artifacts in a system
8
- [**delete_artifact**](ArtifactsApi.md#delete_artifact) | **DELETE** /api/systems/{systemId}/artifacts | Remove one or many artifacts in a system
9
- [**get_system_artifacts**](ArtifactsApi.md#get_system_artifacts) | **GET** /api/systems/{systemId}/artifacts | Get one or many artifacts in a system
10
- [**update_artifact_by_system_id**](ArtifactsApi.md#update_artifact_by_system_id) | **PUT** /api/systems/{systemId}/artifacts | Update one or many artifacts in a system
11
-
12
- # **add_artifacts_by_system_id**
13
- > ArtifactsResponsePutPost add_artifacts_by_system_id(is_templatetypecategoryzippersystem_id)
14
-
15
- Add one or many artifacts in a system
16
-
17
- <strong>Information</strong><br> The request body of a POST request through the Artifact Endpoint accepts a single binary file with file extension \".zip\" only. This accepted .zip file should contain one or more files corresponding to existing artifacts or new artifacts that will be created upon successful receipt. Filename uniqueness throughout eMASS will be enforced by the API.<br><br> Upon successful receipt of a file, if a file within the .zip is matched via filename to an artifact existing within the application, the file associated with the artifact will be updated. If no artifact is matched via filename to the application, a new artifact will be created with the following default values. Any values not specified below will be blank. <ul> <li>isTemplate: false</li> <li>type: other</li> <li>category: evidence</li> </ul> To update values other than the file itself, please submit a PUT request.<br> <strong>Zip file information</strong><br> Upload a zip file contain one or more files corresponding to existing artifacts or new artifacts that will be created upon successful receipt.<br><br> <strong>Business Rules</strong><br> Artifact cannot be saved if the file does not have the following file extensions: .docx,.doc,.txt,.rtf,.xfdl,.xml,.mht,.mh,tml,.html,.htm,.pdf,.mdb,.accdb,.ppt, .pptx,.xls,.xlsx,.csv,.log,.jpeg,.jpg,.tiff,.bmp,.tif,.png,.gif,.zip,.rar,.msg, .vsd,.vsw,.vdx,.z{#},.ckl,.avi,.vsdx Artifact version cannot be saved if an Artifact with the same file name already exist in the system. Artifact cannot be saved if the file size exceeds 30MB.
18
-
19
- ### Example
20
- ```ruby
21
- # load the gem
22
- require 'swagger_client'
23
- # setup authorization
24
- SwaggerClient.configure do |config|
25
- # Configure API key authorization: apikey
26
- config.api_key['api-key'] = 'YOUR API KEY'
27
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
- #config.api_key_prefix['api-key'] = 'Bearer'
29
-
30
- # Configure API key authorization: mockType
31
- config.api_key['Prefer'] = 'YOUR API KEY'
32
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
33
- #config.api_key_prefix['Prefer'] = 'Bearer'
34
-
35
- # Configure API key authorization: userid
36
- config.api_key['user-uid'] = 'YOUR API KEY'
37
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
38
- #config.api_key_prefix['user-uid'] = 'Bearer'
39
- end
40
-
41
- api_instance = SwaggerClient::ArtifactsApi.new
42
- is_template = true # BOOLEAN |
43
- type = 'type_example' # String |
44
- category = 'category_example' # String |
45
- zipper = 'zipper_example' # String |
46
- system_id = 56 # Integer | **System Id**: The unique system record identifier.
47
-
48
-
49
- begin
50
- #Add one or many artifacts in a system
51
- result = api_instance.add_artifacts_by_system_id(is_templatetypecategoryzippersystem_id)
52
- p result
53
- rescue SwaggerClient::ApiError => e
54
- puts "Exception when calling ArtifactsApi->add_artifacts_by_system_id: #{e}"
55
- end
56
- ```
57
-
58
- ### Parameters
59
-
60
- Name | Type | Description | Notes
61
- ------------- | ------------- | ------------- | -------------
62
- **is_template** | **BOOLEAN**| |
63
- **type** | **String**| |
64
- **category** | **String**| |
65
- **zipper** | **String**| |
66
- **system_id** | **Integer**| **System Id**: The unique system record identifier. |
67
-
68
- ### Return type
69
-
70
- [**ArtifactsResponsePutPost**](ArtifactsResponsePutPost.md)
71
-
72
- ### Authorization
73
-
74
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
75
-
76
- ### HTTP request headers
77
-
78
- - **Content-Type**: multipart/form-data
79
- - **Accept**: application/json
80
-
81
-
82
-
83
- # **delete_artifact**
84
- > ArtifactsResponseDel delete_artifact(bodysystem_id)
85
-
86
- Remove one or many artifacts in a system
87
-
88
- Remove the Artifact(s) matching `systemId` path parameter and request body artifact(s) file name<br><br> <b>Note:</b> Multiple files can be deleted by providing multiple file names at the CL (comma delimited) Example: --files file1.txt, file2.txt
89
-
90
- ### Example
91
- ```ruby
92
- # load the gem
93
- require 'swagger_client'
94
- # setup authorization
95
- SwaggerClient.configure do |config|
96
- # Configure API key authorization: apikey
97
- config.api_key['api-key'] = 'YOUR API KEY'
98
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
99
- #config.api_key_prefix['api-key'] = 'Bearer'
100
-
101
- # Configure API key authorization: mockType
102
- config.api_key['Prefer'] = 'YOUR API KEY'
103
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
104
- #config.api_key_prefix['Prefer'] = 'Bearer'
105
-
106
- # Configure API key authorization: userid
107
- config.api_key['user-uid'] = 'YOUR API KEY'
108
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
109
- #config.api_key_prefix['user-uid'] = 'Bearer'
110
- end
111
-
112
- api_instance = SwaggerClient::ArtifactsApi.new
113
- body = [SwaggerClient::ArtifactsDeleteInner.new] # Array<ArtifactsDeleteInner> | See notes above for additional information
114
- system_id = 56 # Integer | **System Id**: The unique system record identifier.
115
-
116
-
117
- begin
118
- #Remove one or many artifacts in a system
119
- result = api_instance.delete_artifact(bodysystem_id)
120
- p result
121
- rescue SwaggerClient::ApiError => e
122
- puts "Exception when calling ArtifactsApi->delete_artifact: #{e}"
123
- end
124
- ```
125
-
126
- ### Parameters
127
-
128
- Name | Type | Description | Notes
129
- ------------- | ------------- | ------------- | -------------
130
- **body** | [**Array&lt;ArtifactsDeleteInner&gt;**](ArtifactsDeleteInner.md)| See notes above for additional information |
131
- **system_id** | **Integer**| **System Id**: The unique system record identifier. |
132
-
133
- ### Return type
134
-
135
- [**ArtifactsResponseDel**](ArtifactsResponseDel.md)
136
-
137
- ### Authorization
138
-
139
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
140
-
141
- ### HTTP request headers
142
-
143
- - **Content-Type**: application/json
144
- - **Accept**: application/json
145
-
146
-
147
-
148
- # **get_system_artifacts**
149
- > ArtifactsResponseGet get_system_artifacts(system_id, opts)
150
-
151
- Get one or many artifacts in a system
152
-
153
- Returns selected artifacts matching parameters to include the file name containing the artifacts.
154
-
155
- ### Example
156
- ```ruby
157
- # load the gem
158
- require 'swagger_client'
159
- # setup authorization
160
- SwaggerClient.configure do |config|
161
- # Configure API key authorization: apikey
162
- config.api_key['api-key'] = 'YOUR API KEY'
163
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
164
- #config.api_key_prefix['api-key'] = 'Bearer'
165
-
166
- # Configure API key authorization: mockType
167
- config.api_key['Prefer'] = 'YOUR API KEY'
168
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
169
- #config.api_key_prefix['Prefer'] = 'Bearer'
170
-
171
- # Configure API key authorization: userid
172
- config.api_key['user-uid'] = 'YOUR API KEY'
173
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
174
- #config.api_key_prefix['user-uid'] = 'Bearer'
175
- end
176
-
177
- api_instance = SwaggerClient::ArtifactsApi.new
178
- system_id = 56 # Integer | **System Id**: The unique system record identifier.
179
- opts = {
180
- filename: 'filename_example', # String | **File Name**: The file name (to include file-extension).
181
- control_acronyms: 'control_acronyms_example', # String | **System Acronym**: Filter query by given system acronym (single or comma separated).
182
- ccis: 'ccis_example', # String | **CCI System**: Filter query by Control Correlation Identifiers (CCIs).
183
- system_only: true # BOOLEAN | **Systems Only**: Indicates that only system(s) information is retrieved.
184
- }
185
-
186
- begin
187
- #Get one or many artifacts in a system
188
- result = api_instance.get_system_artifacts(system_id, opts)
189
- p result
190
- rescue SwaggerClient::ApiError => e
191
- puts "Exception when calling ArtifactsApi->get_system_artifacts: #{e}"
192
- end
193
- ```
194
-
195
- ### Parameters
196
-
197
- Name | Type | Description | Notes
198
- ------------- | ------------- | ------------- | -------------
199
- **system_id** | **Integer**| **System Id**: The unique system record identifier. |
200
- **filename** | **String**| **File Name**: The file name (to include file-extension). | [optional]
201
- **control_acronyms** | **String**| **System Acronym**: Filter query by given system acronym (single or comma separated). | [optional]
202
- **ccis** | **String**| **CCI System**: Filter query by Control Correlation Identifiers (CCIs). | [optional]
203
- **system_only** | **BOOLEAN**| **Systems Only**: Indicates that only system(s) information is retrieved. | [optional] [default to true]
204
-
205
- ### Return type
206
-
207
- [**ArtifactsResponseGet**](ArtifactsResponseGet.md)
208
-
209
- ### Authorization
210
-
211
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
212
-
213
- ### HTTP request headers
214
-
215
- - **Content-Type**: Not defined
216
- - **Accept**: application/json
217
-
218
-
219
-
220
- # **update_artifact_by_system_id**
221
- > ArtifactsResponsePutPost update_artifact_by_system_id(bodysystem_id)
222
-
223
- Update one or many artifacts in a system
224
-
225
- Updates an artifact for given `systemId` path parameter<br><br> **Request Body Required Fields** - `filename` - `isTemplate` - `type` - `category`
226
-
227
- ### Example
228
- ```ruby
229
- # load the gem
230
- require 'swagger_client'
231
- # setup authorization
232
- SwaggerClient.configure do |config|
233
- # Configure API key authorization: apikey
234
- config.api_key['api-key'] = 'YOUR API KEY'
235
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
236
- #config.api_key_prefix['api-key'] = 'Bearer'
237
-
238
- # Configure API key authorization: mockType
239
- config.api_key['Prefer'] = 'YOUR API KEY'
240
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
241
- #config.api_key_prefix['Prefer'] = 'Bearer'
242
-
243
- # Configure API key authorization: userid
244
- config.api_key['user-uid'] = 'YOUR API KEY'
245
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
246
- #config.api_key_prefix['user-uid'] = 'Bearer'
247
- end
248
-
249
- api_instance = SwaggerClient::ArtifactsApi.new
250
- body = SwaggerClient::ArtifactsRequestPutBody.new # ArtifactsRequestPutBody | See `information` above for additional instructions
251
- system_id = 56 # Integer | **System Id**: The unique system record identifier.
252
-
253
-
254
- begin
255
- #Update one or many artifacts in a system
256
- result = api_instance.update_artifact_by_system_id(bodysystem_id)
257
- p result
258
- rescue SwaggerClient::ApiError => e
259
- puts "Exception when calling ArtifactsApi->update_artifact_by_system_id: #{e}"
260
- end
261
- ```
262
-
263
- ### Parameters
264
-
265
- Name | Type | Description | Notes
266
- ------------- | ------------- | ------------- | -------------
267
- **body** | [**ArtifactsRequestPutBody**](ArtifactsRequestPutBody.md)| See &#x60;information&#x60; above for additional instructions |
268
- **system_id** | **Integer**| **System Id**: The unique system record identifier. |
269
-
270
- ### Return type
271
-
272
- [**ArtifactsResponsePutPost**](ArtifactsResponsePutPost.md)
273
-
274
- ### Authorization
275
-
276
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
277
-
278
- ### HTTP request headers
279
-
280
- - **Content-Type**: application/json
281
- - **Accept**: application/json
282
-
283
-
284
-
@@ -1,6 +0,0 @@
1
- # SwaggerClient::ArtifactsDelete
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
-
@@ -1,7 +0,0 @@
1
- # SwaggerClient::ArtifactsDeleteInner
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **filename** | **String** | [Required] File name should match exactly one file within the provided zip file. 1000 Characters. | [optional]
7
-
@@ -1,76 +0,0 @@
1
- # SwaggerClient::ArtifactsExportApi
2
-
3
- All URIs are relative to *http://localhost:4010*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**get_system_artifacts_export**](ArtifactsExportApi.md#get_system_artifacts_export) | **GET** /api/systems/{systemId}/artifacts-export | Get the file of an artifact in a system
8
-
9
- # **get_system_artifacts_export**
10
- > String get_system_artifacts_export(system_id, filename, opts)
11
-
12
- Get the file of an artifact in a system
13
-
14
- <strong>Sample Responce</strong><br> Binary file associated with given filename.<br> If `compress` parameter is specified, zip archive of binary file associated with given filename.
15
-
16
- ### Example
17
- ```ruby
18
- # load the gem
19
- require 'swagger_client'
20
- # setup authorization
21
- SwaggerClient.configure do |config|
22
- # Configure API key authorization: apikey
23
- config.api_key['api-key'] = 'YOUR API KEY'
24
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
25
- #config.api_key_prefix['api-key'] = 'Bearer'
26
-
27
- # Configure API key authorization: mockType
28
- config.api_key['Prefer'] = 'YOUR API KEY'
29
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
30
- #config.api_key_prefix['Prefer'] = 'Bearer'
31
-
32
- # Configure API key authorization: userid
33
- config.api_key['user-uid'] = 'YOUR API KEY'
34
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
35
- #config.api_key_prefix['user-uid'] = 'Bearer'
36
- end
37
-
38
- api_instance = SwaggerClient::ArtifactsExportApi.new
39
- system_id = 56 # Integer | **System Id**: The unique system record identifier.
40
- filename = 'filename_example' # String | **File Name**: The file name (to include file-extension).
41
- opts = {
42
- compress: true # BOOLEAN | **Compress File**: Determines if returned file is compressed.
43
- }
44
-
45
- begin
46
- #Get the file of an artifact in a system
47
- result = api_instance.get_system_artifacts_export(system_id, filename, opts)
48
- p result
49
- rescue SwaggerClient::ApiError => e
50
- puts "Exception when calling ArtifactsExportApi->get_system_artifacts_export: #{e}"
51
- end
52
- ```
53
-
54
- ### Parameters
55
-
56
- Name | Type | Description | Notes
57
- ------------- | ------------- | ------------- | -------------
58
- **system_id** | **Integer**| **System Id**: The unique system record identifier. |
59
- **filename** | **String**| **File Name**: The file name (to include file-extension). |
60
- **compress** | **BOOLEAN**| **Compress File**: Determines if returned file is compressed. | [optional] [default to true]
61
-
62
- ### Return type
63
-
64
- **String**
65
-
66
- ### Authorization
67
-
68
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
69
-
70
- ### HTTP request headers
71
-
72
- - **Content-Type**: Not defined
73
- - **Accept**: text/plain, application/octet-stream, application/json
74
-
75
-
76
-
@@ -1,20 +0,0 @@
1
- # SwaggerClient::ArtifactsGet
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **system_id** | **Integer** | [Required] Unique eMASS system identifier. | [optional]
7
- **filename** | **String** | [Required] File name should match exactly one file within the provided zip file. 1000 Characters. | [optional]
8
- **is_inherited** | **BOOLEAN** | [Read-only] Indicates whether an artifact is inherited. | [optional]
9
- **is_template** | **BOOLEAN** | [Read-only] Indicates whether an artifact template. | [optional]
10
- **type** | **String** | [Required] Artifact type options | [optional]
11
- **category** | **String** | [Required] Artifact category options | [optional]
12
- **description** | **String** | [Optional] Artifact description. 2000 Characters. | [optional]
13
- **ref_page_number** | **String** | [Optional] Artifact reference page number. 50 Characters. | [optional]
14
- **ccis** | **String** | [Optional] CCI associated with test result. | [optional]
15
- **controls** | **String** | [Optional] Control acronym associated with the artifact. NIST SP 800-53 Revision 4 defined. | [optional]
16
- **mime_content_type** | **String** | [Read-Only] Standard MIME content type derived from file extension. | [optional]
17
- **file_size** | **String** | [Read-Only] File size of attached artifact. | [optional]
18
- **artifact_expiration_date** | **Integer** | [Optional] Date Artifact expires and requires review. In Unix Date format. | [optional]
19
- **last_reviewed_date** | **Integer** | [Conditional] Date Artifact was last reviewed.. Unix time format. | [optional]
20
-
@@ -1,16 +0,0 @@
1
- # SwaggerClient::ArtifactsRequestPutBody
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **filename** | **String** | [Required] File name should match exactly one file within the provided zip file. 1000 Characters. |
7
- **is_template** | **BOOLEAN** | [Required] Indicates it is an artifact template. |
8
- **type** | **String** | [Required] Artifact type options |
9
- **category** | **String** | [Required] Artifact category options |
10
- **description** | **String** | [Optional] Artifact description. 2000 Characters. | [optional]
11
- **ref_page_number** | **String** | [Optional] Artifact reference page number. 50 Characters. | [optional]
12
- **ccis** | **String** | [Required] CCI associated with test result. | [optional]
13
- **controls** | **String** | [Optional] Control acronym associated with the artifact. NIST SP 800-53 Revision 4 defined. | [optional]
14
- **artifact_expiration_date** | **Integer** | [Optional] Date Artifact expires and requires review. In Unix Date format. | [optional]
15
- **last_reviewed_date** | **Integer** | [Optional]] Date Artifact was last reviewed.. Unix time format. | [optional]
16
-
@@ -1,8 +0,0 @@
1
- # SwaggerClient::ArtifactsResponseDel
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **meta** | [**Model200**](Model200.md) | | [optional]
7
- **data** | [**Array&lt;ArtifactsResponseDelData&gt;**](ArtifactsResponseDelData.md) | | [optional]
8
-
@@ -1,9 +0,0 @@
1
- # SwaggerClient::ArtifactsResponseDelData
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **filename** | **String** | [Required] File name should match exactly one file within the provided zip file. 1000 Characters. | [optional]
7
- **success** | **BOOLEAN** | | [optional]
8
- **system_id** | **Integer** | | [optional]
9
-
@@ -1,8 +0,0 @@
1
- # SwaggerClient::ArtifactsResponseGet
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **meta** | [**Model200**](Model200.md) | | [optional]
7
- **data** | [**Array&lt;ArtifactsGet&gt;**](ArtifactsGet.md) | | [optional]
8
-
@@ -1,8 +0,0 @@
1
- # SwaggerClient::ArtifactsResponsePutPost
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **meta** | [**Model200**](Model200.md) | | [optional]
7
- **data** | [**Array&lt;ArtifactsResponseDelData&gt;**](ArtifactsResponseDelData.md) | | [optional]
8
-
@@ -1,140 +0,0 @@
1
- # SwaggerClient::CACApi
2
-
3
- All URIs are relative to *http://localhost:4010*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**add_system_cac**](CACApi.md#add_system_cac) | **POST** /api/systems/{systemId}/approval/cac | Submit control to second role of CAC
8
- [**get_system_cac**](CACApi.md#get_system_cac) | **GET** /api/systems/{systemId}/approval/cac | Get location of one or many controls in CAC
9
-
10
- # **add_system_cac**
11
- > CacResponsePost add_system_cac(bodysystem_id)
12
-
13
- Submit control to second role of CAC
14
-
15
- Adds a Control Approval Chain (CAC) for given `systemId` path parameter<br><br> POST requests will only yield successful results if the control is currently sitting at the first role of the CAC. If the control is not currently sitting at the first role, then an error will be returned.
16
-
17
- ### Example
18
- ```ruby
19
- # load the gem
20
- require 'swagger_client'
21
- # setup authorization
22
- SwaggerClient.configure do |config|
23
- # Configure API key authorization: apikey
24
- config.api_key['api-key'] = 'YOUR API KEY'
25
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
26
- #config.api_key_prefix['api-key'] = 'Bearer'
27
-
28
- # Configure API key authorization: mockType
29
- config.api_key['Prefer'] = 'YOUR API KEY'
30
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
31
- #config.api_key_prefix['Prefer'] = 'Bearer'
32
-
33
- # Configure API key authorization: userid
34
- config.api_key['user-uid'] = 'YOUR API KEY'
35
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
36
- #config.api_key_prefix['user-uid'] = 'Bearer'
37
- end
38
-
39
- api_instance = SwaggerClient::CACApi.new
40
- body = SwaggerClient::CacRequestPostBody.new # CacRequestPostBody | Update an existing Artifact by Id
41
- system_id = 56 # Integer | **System Id**: The unique system record identifier.
42
-
43
-
44
- begin
45
- #Submit control to second role of CAC
46
- result = api_instance.add_system_cac(bodysystem_id)
47
- p result
48
- rescue SwaggerClient::ApiError => e
49
- puts "Exception when calling CACApi->add_system_cac: #{e}"
50
- end
51
- ```
52
-
53
- ### Parameters
54
-
55
- Name | Type | Description | Notes
56
- ------------- | ------------- | ------------- | -------------
57
- **body** | [**CacRequestPostBody**](CacRequestPostBody.md)| Update an existing Artifact by Id |
58
- **system_id** | **Integer**| **System Id**: The unique system record identifier. |
59
-
60
- ### Return type
61
-
62
- [**CacResponsePost**](CacResponsePost.md)
63
-
64
- ### Authorization
65
-
66
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
67
-
68
- ### HTTP request headers
69
-
70
- - **Content-Type**: application/json
71
- - **Accept**: application/json
72
-
73
-
74
-
75
- # **get_system_cac**
76
- > CacResponseGet get_system_cac(system_id, opts)
77
-
78
- Get location of one or many controls in CAC
79
-
80
- Returns the location of a system's package in the Control Approval Chain (CAC) for matching `systemId` path parameter
81
-
82
- ### Example
83
- ```ruby
84
- # load the gem
85
- require 'swagger_client'
86
- # setup authorization
87
- SwaggerClient.configure do |config|
88
- # Configure API key authorization: apikey
89
- config.api_key['api-key'] = 'YOUR API KEY'
90
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
91
- #config.api_key_prefix['api-key'] = 'Bearer'
92
-
93
- # Configure API key authorization: mockType
94
- config.api_key['Prefer'] = 'YOUR API KEY'
95
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
96
- #config.api_key_prefix['Prefer'] = 'Bearer'
97
-
98
- # Configure API key authorization: userid
99
- config.api_key['user-uid'] = 'YOUR API KEY'
100
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
101
- #config.api_key_prefix['user-uid'] = 'Bearer'
102
- end
103
-
104
- api_instance = SwaggerClient::CACApi.new
105
- system_id = 56 # Integer | **System Id**: The unique system record identifier.
106
- opts = {
107
- control_acronyms: 'control_acronyms_example' # String | **System Acronym**: Filter query by given system acronym (single or comma separated).
108
- }
109
-
110
- begin
111
- #Get location of one or many controls in CAC
112
- result = api_instance.get_system_cac(system_id, opts)
113
- p result
114
- rescue SwaggerClient::ApiError => e
115
- puts "Exception when calling CACApi->get_system_cac: #{e}"
116
- end
117
- ```
118
-
119
- ### Parameters
120
-
121
- Name | Type | Description | Notes
122
- ------------- | ------------- | ------------- | -------------
123
- **system_id** | **Integer**| **System Id**: The unique system record identifier. |
124
- **control_acronyms** | **String**| **System Acronym**: Filter query by given system acronym (single or comma separated). | [optional]
125
-
126
- ### Return type
127
-
128
- [**CacResponseGet**](CacResponseGet.md)
129
-
130
- ### Authorization
131
-
132
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
133
-
134
- ### HTTP request headers
135
-
136
- - **Content-Type**: Not defined
137
- - **Accept**: application/json
138
-
139
-
140
-
@@ -1,71 +0,0 @@
1
- # SwaggerClient::CMMCAssessmentsApi
2
-
3
- All URIs are relative to *http://localhost:4010*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**get_cmmc_assessments**](CMMCAssessmentsApi.md#get_cmmc_assessments) | **GET** /api/cmmc-assessments | Get CMMC assessment information
8
-
9
- # **get_cmmc_assessments**
10
- > CmmcResponseGet get_cmmc_assessments(since_date)
11
-
12
- Get CMMC assessment information
13
-
14
- Get all CMMC assessment after the given date `sinceDate` parameter. It is available to CMMC eMASS only.
15
-
16
- ### Example
17
- ```ruby
18
- # load the gem
19
- require 'swagger_client'
20
- # setup authorization
21
- SwaggerClient.configure do |config|
22
- # Configure API key authorization: apikey
23
- config.api_key['api-key'] = 'YOUR API KEY'
24
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
25
- #config.api_key_prefix['api-key'] = 'Bearer'
26
-
27
- # Configure API key authorization: mockType
28
- config.api_key['Prefer'] = 'YOUR API KEY'
29
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
30
- #config.api_key_prefix['Prefer'] = 'Bearer'
31
-
32
- # Configure API key authorization: userid
33
- config.api_key['user-uid'] = 'YOUR API KEY'
34
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
35
- #config.api_key_prefix['user-uid'] = 'Bearer'
36
- end
37
-
38
- api_instance = SwaggerClient::CMMCAssessmentsApi.new
39
- since_date = 'since_date_example' # String | **Date** CMMC date (Unix date format)
40
-
41
-
42
- begin
43
- #Get CMMC assessment information
44
- result = api_instance.get_cmmc_assessments(since_date)
45
- p result
46
- rescue SwaggerClient::ApiError => e
47
- puts "Exception when calling CMMCAssessmentsApi->get_cmmc_assessments: #{e}"
48
- end
49
- ```
50
-
51
- ### Parameters
52
-
53
- Name | Type | Description | Notes
54
- ------------- | ------------- | ------------- | -------------
55
- **since_date** | **String**| **Date** CMMC date (Unix date format) |
56
-
57
- ### Return type
58
-
59
- [**CmmcResponseGet**](CmmcResponseGet.md)
60
-
61
- ### Authorization
62
-
63
- [apikey](../README.md#apikey), [mockType](../README.md#mockType), [userid](../README.md#userid)
64
-
65
- ### HTTP request headers
66
-
67
- - **Content-Type**: Not defined
68
- - **Accept**: application/json
69
-
70
-
71
-