emass_client 3.4.1 → 3.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +45 -27
  3. data/lib/emass_client/api/artifacts_api.rb +7 -4
  4. data/lib/emass_client/api/artifacts_export_api.rb +2 -2
  5. data/lib/emass_client/api/cac_api.rb +2 -2
  6. data/lib/emass_client/api/{cloud_resources_api.rb → cloud_resource_results_api.rb} +8 -8
  7. data/lib/emass_client/api/cmmc_assessments_api.rb +2 -2
  8. data/lib/emass_client/api/{containers_api.rb → container_scan_results_api.rb} +8 -8
  9. data/lib/emass_client/api/controls_api.rb +2 -2
  10. data/lib/emass_client/api/dashboards_api.rb +1190 -193
  11. data/lib/emass_client/api/milestones_api.rb +2 -2
  12. data/lib/emass_client/api/pac_api.rb +2 -2
  13. data/lib/emass_client/api/poam_api.rb +2 -2
  14. data/lib/emass_client/api/registration_api.rb +2 -2
  15. data/lib/emass_client/api/static_code_scans_api.rb +2 -2
  16. data/lib/emass_client/api/system_roles_api.rb +2 -2
  17. data/lib/emass_client/api/systems_api.rb +2 -2
  18. data/lib/emass_client/api/test_api.rb +2 -2
  19. data/lib/emass_client/api/test_results_api.rb +2 -2
  20. data/lib/emass_client/api/workflow_definitions_api.rb +2 -2
  21. data/lib/emass_client/api/workflow_instances_api.rb +2 -2
  22. data/lib/emass_client/api_client.rb +2 -2
  23. data/lib/emass_client/api_error.rb +3 -2
  24. data/lib/emass_client/configuration.rb +8 -8
  25. data/lib/emass_client/models/artifacts_get.rb +44 -68
  26. data/lib/emass_client/models/artifacts_request_delete_body_inner.rb +2 -2
  27. data/lib/emass_client/models/artifacts_response_del.rb +2 -2
  28. data/lib/emass_client/models/artifacts_response_del_data_inner.rb +2 -2
  29. data/lib/emass_client/models/artifacts_response_get.rb +2 -2
  30. data/lib/emass_client/models/artifacts_response_put_post.rb +2 -2
  31. data/lib/emass_client/models/artifacts_response_put_post_data_inner.rb +2 -2
  32. data/lib/emass_client/models/cac_get.rb +2 -2
  33. data/lib/emass_client/models/cac_response_get.rb +2 -2
  34. data/lib/emass_client/models/cac_response_post.rb +2 -2
  35. data/lib/emass_client/models/cac_response_post_data_inner.rb +2 -2
  36. data/lib/emass_client/models/cloud_resources_post.rb +2 -2
  37. data/lib/emass_client/models/cloud_resources_response_post.rb +2 -2
  38. data/lib/emass_client/models/cmmc_get.rb +111 -35
  39. data/lib/emass_client/models/cmmc_response_get.rb +2 -2
  40. data/lib/emass_client/models/connectivity_ccsd.rb +2 -2
  41. data/lib/emass_client/models/containers_resources_post.rb +2 -2
  42. data/lib/emass_client/models/containers_response_post.rb +2 -2
  43. data/lib/emass_client/models/controls_get.rb +2 -2
  44. data/lib/emass_client/models/controls_put.rb +2 -2
  45. data/lib/emass_client/models/controls_response_get.rb +2 -2
  46. data/lib/emass_client/models/controls_response_put.rb +2 -2
  47. data/lib/emass_client/models/dashboard_mock_response.rb +239 -0
  48. data/lib/emass_client/models/dashboard_mock_response_pagination.rb +264 -0
  49. data/lib/emass_client/models/definition_transitions.rb +2 -2
  50. data/lib/emass_client/models/instances_transitions.rb +2 -2
  51. data/lib/emass_client/models/milestone_response_get.rb +2 -2
  52. data/lib/emass_client/models/milestone_response_get_milestone.rb +2 -2
  53. data/lib/emass_client/models/milestone_response_post.rb +2 -2
  54. data/lib/emass_client/models/milestone_response_put.rb +2 -2
  55. data/lib/emass_client/models/milestones_get.rb +2 -2
  56. data/lib/emass_client/models/milestones_put_post_delete.rb +2 -2
  57. data/lib/emass_client/models/milestones_request_delete_body_inner.rb +2 -2
  58. data/lib/emass_client/models/milestones_required_post.rb +2 -2
  59. data/lib/emass_client/models/milestones_required_put.rb +2 -2
  60. data/lib/emass_client/models/mock_object.rb +343 -0
  61. data/lib/emass_client/models/pac_get.rb +2 -2
  62. data/lib/emass_client/models/pac_post.rb +2 -2
  63. data/lib/emass_client/models/pac_response_get.rb +2 -2
  64. data/lib/emass_client/models/pac_response_post.rb +2 -2
  65. data/lib/emass_client/models/poam_get.rb +2 -2
  66. data/lib/emass_client/models/poam_post_put_del.rb +2 -2
  67. data/lib/emass_client/models/poam_request_delete_body_inner.rb +2 -2
  68. data/lib/emass_client/models/poam_response_delete.rb +2 -2
  69. data/lib/emass_client/models/poam_response_get_poams.rb +2 -2
  70. data/lib/emass_client/models/poam_response_get_systems.rb +2 -2
  71. data/lib/emass_client/models/poam_response_post.rb +2 -2
  72. data/lib/emass_client/models/poam_response_put.rb +2 -2
  73. data/lib/emass_client/models/register.rb +2 -2
  74. data/lib/emass_client/models/register_data.rb +2 -2
  75. data/lib/emass_client/models/register_user_request_post_body.rb +2 -2
  76. data/lib/emass_client/models/response200.rb +2 -2
  77. data/lib/emass_client/models/response201.rb +2 -2
  78. data/lib/emass_client/models/response201_meta.rb +2 -2
  79. data/lib/emass_client/models/response400.rb +2 -2
  80. data/lib/emass_client/models/response400_meta.rb +2 -2
  81. data/lib/emass_client/models/response401.rb +2 -2
  82. data/lib/emass_client/models/response401_meta.rb +2 -2
  83. data/lib/emass_client/models/response403.rb +2 -2
  84. data/lib/emass_client/models/response403_meta.rb +2 -2
  85. data/lib/emass_client/models/response404.rb +2 -2
  86. data/lib/emass_client/models/response405.rb +2 -2
  87. data/lib/emass_client/models/response405_meta.rb +2 -2
  88. data/lib/emass_client/models/response411.rb +2 -2
  89. data/lib/emass_client/models/response411_meta.rb +2 -2
  90. data/lib/emass_client/models/response490.rb +2 -2
  91. data/lib/emass_client/models/response490_meta.rb +2 -2
  92. data/lib/emass_client/models/response500.rb +2 -2
  93. data/lib/emass_client/models/response500_meta.rb +2 -2
  94. data/lib/emass_client/models/role_category.rb +2 -2
  95. data/lib/emass_client/models/roles.rb +2 -2
  96. data/lib/emass_client/models/ssps.rb +2 -2
  97. data/lib/emass_client/models/stage.rb +2 -2
  98. data/lib/emass_client/models/static_code_application.rb +2 -2
  99. data/lib/emass_client/models/static_code_post.rb +2 -2
  100. data/lib/emass_client/models/static_code_request_post_body.rb +2 -2
  101. data/lib/emass_client/models/static_code_request_post_body_application.rb +2 -2
  102. data/lib/emass_client/models/static_code_response_post.rb +2 -2
  103. data/lib/emass_client/models/success200_response.rb +2 -2
  104. data/lib/emass_client/models/success200_response_data_inner.rb +2 -2
  105. data/lib/emass_client/models/system_response.rb +2 -2
  106. data/lib/emass_client/models/system_roles_category_response.rb +2 -2
  107. data/lib/emass_client/models/system_roles_response.rb +2 -2
  108. data/lib/emass_client/models/system_roles_response_data_inner.rb +2 -2
  109. data/lib/emass_client/models/systems.rb +421 -71
  110. data/lib/emass_client/models/systems_response.rb +2 -2
  111. data/lib/emass_client/models/test.rb +2 -2
  112. data/lib/emass_client/models/test_data.rb +2 -2
  113. data/lib/emass_client/models/test_results_get.rb +2 -2
  114. data/lib/emass_client/models/test_results_post.rb +2 -2
  115. data/lib/emass_client/models/test_results_response_get.rb +2 -2
  116. data/lib/emass_client/models/test_results_response_post.rb +2 -2
  117. data/lib/emass_client/models/users.rb +2 -2
  118. data/lib/emass_client/models/workflow_definition_get.rb +2 -2
  119. data/lib/emass_client/models/workflow_definition_response_get.rb +2 -2
  120. data/lib/emass_client/models/workflow_instance_get.rb +2 -2
  121. data/lib/emass_client/models/workflow_instance_response_get.rb +4 -6
  122. data/lib/emass_client/models/workflow_instances_get.rb +2 -2
  123. data/lib/emass_client/models/workflow_instances_response_get.rb +2 -2
  124. data/lib/emass_client/models/workflow_instances_response_get_pagination.rb +2 -2
  125. data/lib/emass_client/version.rb +3 -3
  126. data/lib/emass_client.rb +7 -4
  127. metadata +8 -5
@@ -3,10 +3,10 @@
3
3
 
4
4
  #The Enterprise Mission Assurance Support Service (eMASS) Representational State Transfer (REST) Application Programming Interface (API) enables users to perform assessments and complete actions associated with system records. <strong>Register External Application (that use the eMASS API)</strong></br> New users will need to [register](https://nisp.emass.apps.mil/Content/Help/jobaids/eMASS_OT_NewUser_Job_Aid.pdf) an API key with the eMASS development team prior to accessing the site for the first time. The eMASS REST API requires a client certificate (SSL/TLS, DoD PKI only). Use the `Registration` endpoint to register the client certificate.</br></br> Every call to the eMASS REST API will require the use of the agreed upon public key certificate and API key. The API key must be provided in the request header for all endpoint calls (api-key). If the service receives an untrusted certificate or API key, a 401 error response code will be returned along with an error message.</br></br> <strong>Available Request Headers</strong></br> <table> <tr> <th align=left>key</th> <th align=left>Example Value</th> <th align=left>Description</th> </tr> <tr> <td>`api-key`</td> <td>api-key-provided-by-emass</td> <td>This API key must be provided in the request header for all endpoint calls</td> </tr> <tr> <td>`user-uid`</td> <td>USER.UID.KEY</td> <td>This User unique identifier key must be provided in the request header for all PUT, POST, and DELETE endpoint calls</td> </tr> <tr> <td></td><td></td> <td> Note: For DoD users this is the DoD ID Number (EIDIPI) on their DoD CAC </td> </tr> </table> </br><strong>Approve API Client for Actionable Requests</strong></br> Users are required to log-in to eMASS and grant permissions for a client to update data within eMASS on their behalf. This is only required for actionable requests (PUT, POST, DELETE). The Registration Endpoint and all GET requests can be accessed without completing this process with the correct permissions. Please note that leaving a field parameter blank (for PUT/POST requests) has the potential to clear information in the active eMASS records. To establish an account with eMASS and/or acquire an api-key/user-uid, contact one of the listed POC:
5
5
 
6
- The version of the OpenAPI document: v3.4
6
+ The version of the OpenAPI document: v3.10
7
7
  Contact: disa.meade.id.mbx.emass-tier-iii-support@mail.mil
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -19,39 +19,991 @@ module EmassClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # Get dashboard information
22
+ # System Artifacts Details
23
+ # Get system Artifacts details information.
24
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
25
+ # @param [Hash] opts the optional parameters
26
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
27
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
28
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
29
+ # @return [Object]
30
+ def get_system_artifacts_details(org_id, opts = {})
31
+ data, _status_code, _headers = get_system_artifacts_details_with_http_info(org_id, opts)
32
+ data
33
+ end
34
+
35
+ # System Artifacts Details
36
+ # Get system Artifacts details information.
37
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
38
+ # @param [Hash] opts the optional parameters
39
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
40
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
41
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
42
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
43
+ def get_system_artifacts_details_with_http_info(org_id, opts = {})
44
+ if @api_client.config.debugging
45
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_artifacts_details ...'
46
+ end
47
+ # verify the required parameter 'org_id' is set
48
+ if @api_client.config.client_side_validation && org_id.nil?
49
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_artifacts_details"
50
+ end
51
+ # resource path
52
+ local_var_path = '/api/dashboards/system-artifacts-details'
53
+
54
+ # query parameters
55
+ query_params = opts[:query_params] || {}
56
+ query_params[:'orgId'] = org_id
57
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
58
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
59
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
60
+
61
+ # header parameters
62
+ header_params = opts[:header_params] || {}
63
+ # HTTP header 'Accept' (if needed)
64
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
65
+
66
+ # form parameters
67
+ form_params = opts[:form_params] || {}
68
+
69
+ # http body (model)
70
+ post_body = opts[:debug_body]
71
+
72
+ # return_type
73
+ return_type = opts[:debug_return_type] || 'Object'
74
+
75
+ # auth_names
76
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
77
+
78
+ new_options = opts.merge(
79
+ :operation => :"DashboardsApi.get_system_artifacts_details",
80
+ :header_params => header_params,
81
+ :query_params => query_params,
82
+ :form_params => form_params,
83
+ :body => post_body,
84
+ :auth_names => auth_names,
85
+ :return_type => return_type
86
+ )
87
+
88
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
89
+ if @api_client.config.debugging
90
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_artifacts_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
+ end
92
+ return data, status_code, headers
93
+ end
94
+
95
+ # System Artifacts Summary
96
+ # Get system Artifacts summary information.
97
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
98
+ # @param [Hash] opts the optional parameters
99
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
100
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
101
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
102
+ # @return [Object]
103
+ def get_system_artifacts_summary(org_id, opts = {})
104
+ data, _status_code, _headers = get_system_artifacts_summary_with_http_info(org_id, opts)
105
+ data
106
+ end
107
+
108
+ # System Artifacts Summary
109
+ # Get system Artifacts summary information.
110
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
111
+ # @param [Hash] opts the optional parameters
112
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
113
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
114
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
115
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
116
+ def get_system_artifacts_summary_with_http_info(org_id, opts = {})
117
+ if @api_client.config.debugging
118
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_artifacts_summary ...'
119
+ end
120
+ # verify the required parameter 'org_id' is set
121
+ if @api_client.config.client_side_validation && org_id.nil?
122
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_artifacts_summary"
123
+ end
124
+ # resource path
125
+ local_var_path = '/api/dashboards/system-artifacts-summary'
126
+
127
+ # query parameters
128
+ query_params = opts[:query_params] || {}
129
+ query_params[:'orgId'] = org_id
130
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
131
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
132
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
133
+
134
+ # header parameters
135
+ header_params = opts[:header_params] || {}
136
+ # HTTP header 'Accept' (if needed)
137
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
138
+
139
+ # form parameters
140
+ form_params = opts[:form_params] || {}
141
+
142
+ # http body (model)
143
+ post_body = opts[:debug_body]
144
+
145
+ # return_type
146
+ return_type = opts[:debug_return_type] || 'Object'
147
+
148
+ # auth_names
149
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
150
+
151
+ new_options = opts.merge(
152
+ :operation => :"DashboardsApi.get_system_artifacts_summary",
153
+ :header_params => header_params,
154
+ :query_params => query_params,
155
+ :form_params => form_params,
156
+ :body => post_body,
157
+ :auth_names => auth_names,
158
+ :return_type => return_type
159
+ )
160
+
161
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
162
+ if @api_client.config.debugging
163
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_artifacts_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
164
+ end
165
+ return data, status_code, headers
166
+ end
167
+
168
+ # System Assessment Procedures Details
169
+ # Get systems assessement procdures details dashboard information.
170
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
171
+ # @param [Hash] opts the optional parameters
172
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
173
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
174
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
175
+ # @return [Object]
176
+ def get_system_assessment_procedures_details(org_id, opts = {})
177
+ data, _status_code, _headers = get_system_assessment_procedures_details_with_http_info(org_id, opts)
178
+ data
179
+ end
180
+
181
+ # System Assessment Procedures Details
23
182
  # Get systems assessement procdures details dashboard information.
24
183
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
25
184
  # @param [Hash] opts the optional parameters
185
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
186
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
187
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
188
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
189
+ def get_system_assessment_procedures_details_with_http_info(org_id, opts = {})
190
+ if @api_client.config.debugging
191
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_assessment_procedures_details ...'
192
+ end
193
+ # verify the required parameter 'org_id' is set
194
+ if @api_client.config.client_side_validation && org_id.nil?
195
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_assessment_procedures_details"
196
+ end
197
+ # resource path
198
+ local_var_path = '/api/dashboards/system-assessment-procedures-details'
199
+
200
+ # query parameters
201
+ query_params = opts[:query_params] || {}
202
+ query_params[:'orgId'] = org_id
203
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
204
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
205
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
206
+
207
+ # header parameters
208
+ header_params = opts[:header_params] || {}
209
+ # HTTP header 'Accept' (if needed)
210
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
211
+
212
+ # form parameters
213
+ form_params = opts[:form_params] || {}
214
+
215
+ # http body (model)
216
+ post_body = opts[:debug_body]
217
+
218
+ # return_type
219
+ return_type = opts[:debug_return_type] || 'Object'
220
+
221
+ # auth_names
222
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
223
+
224
+ new_options = opts.merge(
225
+ :operation => :"DashboardsApi.get_system_assessment_procedures_details",
226
+ :header_params => header_params,
227
+ :query_params => query_params,
228
+ :form_params => form_params,
229
+ :body => post_body,
230
+ :auth_names => auth_names,
231
+ :return_type => return_type
232
+ )
233
+
234
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
235
+ if @api_client.config.debugging
236
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_assessment_procedures_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
237
+ end
238
+ return data, status_code, headers
239
+ end
240
+
241
+ # System Associations Details
242
+ # Get system associations details dashboard information.
243
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
244
+ # @param [Hash] opts the optional parameters
245
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
246
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
247
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
248
+ # @return [Object]
249
+ def get_system_associations_details(org_id, opts = {})
250
+ data, _status_code, _headers = get_system_associations_details_with_http_info(org_id, opts)
251
+ data
252
+ end
253
+
254
+ # System Associations Details
255
+ # Get system associations details dashboard information.
256
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
257
+ # @param [Hash] opts the optional parameters
258
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
259
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
260
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
261
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
262
+ def get_system_associations_details_with_http_info(org_id, opts = {})
263
+ if @api_client.config.debugging
264
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_associations_details ...'
265
+ end
266
+ # verify the required parameter 'org_id' is set
267
+ if @api_client.config.client_side_validation && org_id.nil?
268
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_associations_details"
269
+ end
270
+ # resource path
271
+ local_var_path = '/api/dashboards/system-associations-details'
272
+
273
+ # query parameters
274
+ query_params = opts[:query_params] || {}
275
+ query_params[:'orgId'] = org_id
276
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
277
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
278
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
279
+
280
+ # header parameters
281
+ header_params = opts[:header_params] || {}
282
+ # HTTP header 'Accept' (if needed)
283
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
284
+
285
+ # form parameters
286
+ form_params = opts[:form_params] || {}
287
+
288
+ # http body (model)
289
+ post_body = opts[:debug_body]
290
+
291
+ # return_type
292
+ return_type = opts[:debug_return_type] || 'Object'
293
+
294
+ # auth_names
295
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
296
+
297
+ new_options = opts.merge(
298
+ :operation => :"DashboardsApi.get_system_associations_details",
299
+ :header_params => header_params,
300
+ :query_params => query_params,
301
+ :form_params => form_params,
302
+ :body => post_body,
303
+ :auth_names => auth_names,
304
+ :return_type => return_type
305
+ )
306
+
307
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
308
+ if @api_client.config.debugging
309
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_associations_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
310
+ end
311
+ return data, status_code, headers
312
+ end
313
+
314
+ # System CONMON Integration Status
315
+ # Get system CONMON integration status dashboard information.
316
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
317
+ # @param [Hash] opts the optional parameters
318
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
319
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
320
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
321
+ # @return [Object]
322
+ def get_system_common_integration_status_summary(org_id, opts = {})
323
+ data, _status_code, _headers = get_system_common_integration_status_summary_with_http_info(org_id, opts)
324
+ data
325
+ end
326
+
327
+ # System CONMON Integration Status
328
+ # Get system CONMON integration status dashboard information.
329
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
330
+ # @param [Hash] opts the optional parameters
331
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
332
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
333
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
334
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
335
+ def get_system_common_integration_status_summary_with_http_info(org_id, opts = {})
336
+ if @api_client.config.debugging
337
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_common_integration_status_summary ...'
338
+ end
339
+ # verify the required parameter 'org_id' is set
340
+ if @api_client.config.client_side_validation && org_id.nil?
341
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_common_integration_status_summary"
342
+ end
343
+ # resource path
344
+ local_var_path = '/api/dashboards/system-conmon-integration-status-summary'
345
+
346
+ # query parameters
347
+ query_params = opts[:query_params] || {}
348
+ query_params[:'orgId'] = org_id
349
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
350
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
351
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
352
+
353
+ # header parameters
354
+ header_params = opts[:header_params] || {}
355
+ # HTTP header 'Accept' (if needed)
356
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
357
+
358
+ # form parameters
359
+ form_params = opts[:form_params] || {}
360
+
361
+ # http body (model)
362
+ post_body = opts[:debug_body]
363
+
364
+ # return_type
365
+ return_type = opts[:debug_return_type] || 'Object'
366
+
367
+ # auth_names
368
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
369
+
370
+ new_options = opts.merge(
371
+ :operation => :"DashboardsApi.get_system_common_integration_status_summary",
372
+ :header_params => header_params,
373
+ :query_params => query_params,
374
+ :form_params => form_params,
375
+ :body => post_body,
376
+ :auth_names => auth_names,
377
+ :return_type => return_type
378
+ )
379
+
380
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
381
+ if @api_client.config.debugging
382
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_common_integration_status_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
383
+ end
384
+ return data, status_code, headers
385
+ end
386
+
387
+ # System Control Compliance Summary
388
+ # Get systems control compliance summary dashboard information.
389
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
390
+ # @param [Hash] opts the optional parameters
391
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
392
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
393
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
394
+ # @return [Object]
395
+ def get_system_control_compliance_summary(org_id, opts = {})
396
+ data, _status_code, _headers = get_system_control_compliance_summary_with_http_info(org_id, opts)
397
+ data
398
+ end
399
+
400
+ # System Control Compliance Summary
401
+ # Get systems control compliance summary dashboard information.
402
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
403
+ # @param [Hash] opts the optional parameters
404
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
405
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
406
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
407
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
408
+ def get_system_control_compliance_summary_with_http_info(org_id, opts = {})
409
+ if @api_client.config.debugging
410
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_control_compliance_summary ...'
411
+ end
412
+ # verify the required parameter 'org_id' is set
413
+ if @api_client.config.client_side_validation && org_id.nil?
414
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_control_compliance_summary"
415
+ end
416
+ # resource path
417
+ local_var_path = '/api/dashboards/system-control-compliance-summary'
418
+
419
+ # query parameters
420
+ query_params = opts[:query_params] || {}
421
+ query_params[:'orgId'] = org_id
422
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
423
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
424
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
425
+
426
+ # header parameters
427
+ header_params = opts[:header_params] || {}
428
+ # HTTP header 'Accept' (if needed)
429
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
430
+
431
+ # form parameters
432
+ form_params = opts[:form_params] || {}
433
+
434
+ # http body (model)
435
+ post_body = opts[:debug_body]
436
+
437
+ # return_type
438
+ return_type = opts[:debug_return_type] || 'Object'
439
+
440
+ # auth_names
441
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
442
+
443
+ new_options = opts.merge(
444
+ :operation => :"DashboardsApi.get_system_control_compliance_summary",
445
+ :header_params => header_params,
446
+ :query_params => query_params,
447
+ :form_params => form_params,
448
+ :body => post_body,
449
+ :auth_names => auth_names,
450
+ :return_type => return_type
451
+ )
452
+
453
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
454
+ if @api_client.config.debugging
455
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_control_compliance_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
456
+ end
457
+ return data, status_code, headers
458
+ end
459
+
460
+ # System Hardware Details
461
+ # Get system hardware details dashboard information.
462
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
463
+ # @param [Hash] opts the optional parameters
464
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
465
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
466
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
467
+ # @return [Object]
468
+ def get_system_hardware_details(org_id, opts = {})
469
+ data, _status_code, _headers = get_system_hardware_details_with_http_info(org_id, opts)
470
+ data
471
+ end
472
+
473
+ # System Hardware Details
474
+ # Get system hardware details dashboard information.
475
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
476
+ # @param [Hash] opts the optional parameters
477
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
478
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
479
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
480
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
481
+ def get_system_hardware_details_with_http_info(org_id, opts = {})
482
+ if @api_client.config.debugging
483
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_hardware_details ...'
484
+ end
485
+ # verify the required parameter 'org_id' is set
486
+ if @api_client.config.client_side_validation && org_id.nil?
487
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_hardware_details"
488
+ end
489
+ # resource path
490
+ local_var_path = '/api/dashboards/system-hardware-details'
491
+
492
+ # query parameters
493
+ query_params = opts[:query_params] || {}
494
+ query_params[:'orgId'] = org_id
495
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
496
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
497
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
498
+
499
+ # header parameters
500
+ header_params = opts[:header_params] || {}
501
+ # HTTP header 'Accept' (if needed)
502
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
503
+
504
+ # form parameters
505
+ form_params = opts[:form_params] || {}
506
+
507
+ # http body (model)
508
+ post_body = opts[:debug_body]
509
+
510
+ # return_type
511
+ return_type = opts[:debug_return_type] || 'Object'
512
+
513
+ # auth_names
514
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
515
+
516
+ new_options = opts.merge(
517
+ :operation => :"DashboardsApi.get_system_hardware_details",
518
+ :header_params => header_params,
519
+ :query_params => query_params,
520
+ :form_params => form_params,
521
+ :body => post_body,
522
+ :auth_names => auth_names,
523
+ :return_type => return_type
524
+ )
525
+
526
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
527
+ if @api_client.config.debugging
528
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_hardware_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
529
+ end
530
+ return data, status_code, headers
531
+ end
532
+
533
+ # System Hardware Summary
534
+ # Get system hardware summary dashboard information.
535
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
536
+ # @param [Hash] opts the optional parameters
537
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
538
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
539
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
540
+ # @return [Object]
541
+ def get_system_hardware_summary(org_id, opts = {})
542
+ data, _status_code, _headers = get_system_hardware_summary_with_http_info(org_id, opts)
543
+ data
544
+ end
545
+
546
+ # System Hardware Summary
547
+ # Get system hardware summary dashboard information.
548
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
549
+ # @param [Hash] opts the optional parameters
550
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
551
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
552
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
553
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
554
+ def get_system_hardware_summary_with_http_info(org_id, opts = {})
555
+ if @api_client.config.debugging
556
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_hardware_summary ...'
557
+ end
558
+ # verify the required parameter 'org_id' is set
559
+ if @api_client.config.client_side_validation && org_id.nil?
560
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_hardware_summary"
561
+ end
562
+ # resource path
563
+ local_var_path = '/api/dashboards/system-hardware-summary'
564
+
565
+ # query parameters
566
+ query_params = opts[:query_params] || {}
567
+ query_params[:'orgId'] = org_id
568
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
569
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
570
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
571
+
572
+ # header parameters
573
+ header_params = opts[:header_params] || {}
574
+ # HTTP header 'Accept' (if needed)
575
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
576
+
577
+ # form parameters
578
+ form_params = opts[:form_params] || {}
579
+
580
+ # http body (model)
581
+ post_body = opts[:debug_body]
582
+
583
+ # return_type
584
+ return_type = opts[:debug_return_type] || 'Object'
585
+
586
+ # auth_names
587
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
588
+
589
+ new_options = opts.merge(
590
+ :operation => :"DashboardsApi.get_system_hardware_summary",
591
+ :header_params => header_params,
592
+ :query_params => query_params,
593
+ :form_params => form_params,
594
+ :body => post_body,
595
+ :auth_names => auth_names,
596
+ :return_type => return_type
597
+ )
598
+
599
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
600
+ if @api_client.config.debugging
601
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_hardware_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
602
+ end
603
+ return data, status_code, headers
604
+ end
605
+
606
+ # System POA&M Details
607
+ # Get system POA&Ms details dashboard information.
608
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
609
+ # @param [Hash] opts the optional parameters
610
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
611
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
612
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
613
+ # @return [Object]
614
+ def get_system_poam_details(org_id, opts = {})
615
+ data, _status_code, _headers = get_system_poam_details_with_http_info(org_id, opts)
616
+ data
617
+ end
618
+
619
+ # System POA&amp;M Details
620
+ # Get system POA&amp;Ms details dashboard information.
621
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
622
+ # @param [Hash] opts the optional parameters
623
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
624
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
625
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
626
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
627
+ def get_system_poam_details_with_http_info(org_id, opts = {})
628
+ if @api_client.config.debugging
629
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_poam_details ...'
630
+ end
631
+ # verify the required parameter 'org_id' is set
632
+ if @api_client.config.client_side_validation && org_id.nil?
633
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_poam_details"
634
+ end
635
+ # resource path
636
+ local_var_path = '/api/dashboards/system-poam-details'
637
+
638
+ # query parameters
639
+ query_params = opts[:query_params] || {}
640
+ query_params[:'orgId'] = org_id
641
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
642
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
643
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
644
+
645
+ # header parameters
646
+ header_params = opts[:header_params] || {}
647
+ # HTTP header 'Accept' (if needed)
648
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
649
+
650
+ # form parameters
651
+ form_params = opts[:form_params] || {}
652
+
653
+ # http body (model)
654
+ post_body = opts[:debug_body]
655
+
656
+ # return_type
657
+ return_type = opts[:debug_return_type] || 'Object'
658
+
659
+ # auth_names
660
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
661
+
662
+ new_options = opts.merge(
663
+ :operation => :"DashboardsApi.get_system_poam_details",
664
+ :header_params => header_params,
665
+ :query_params => query_params,
666
+ :form_params => form_params,
667
+ :body => post_body,
668
+ :auth_names => auth_names,
669
+ :return_type => return_type
670
+ )
671
+
672
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
673
+ if @api_client.config.debugging
674
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_poam_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
675
+ end
676
+ return data, status_code, headers
677
+ end
678
+
679
+ # System POA&M Summary
680
+ # Get systems POA&Ms summary dashboard information.
681
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
682
+ # @param [Hash] opts the optional parameters
683
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
684
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
685
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
686
+ # @return [Object]
687
+ def get_system_poam_summary(org_id, opts = {})
688
+ data, _status_code, _headers = get_system_poam_summary_with_http_info(org_id, opts)
689
+ data
690
+ end
691
+
692
+ # System POA&amp;M Summary
693
+ # Get systems POA&amp;Ms summary dashboard information.
694
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
695
+ # @param [Hash] opts the optional parameters
696
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
697
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
698
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
699
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
700
+ def get_system_poam_summary_with_http_info(org_id, opts = {})
701
+ if @api_client.config.debugging
702
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_poam_summary ...'
703
+ end
704
+ # verify the required parameter 'org_id' is set
705
+ if @api_client.config.client_side_validation && org_id.nil?
706
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_poam_summary"
707
+ end
708
+ # resource path
709
+ local_var_path = '/api/dashboards/system-poam-summary'
710
+
711
+ # query parameters
712
+ query_params = opts[:query_params] || {}
713
+ query_params[:'orgId'] = org_id
714
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
715
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
716
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
717
+
718
+ # header parameters
719
+ header_params = opts[:header_params] || {}
720
+ # HTTP header 'Accept' (if needed)
721
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
722
+
723
+ # form parameters
724
+ form_params = opts[:form_params] || {}
725
+
726
+ # http body (model)
727
+ post_body = opts[:debug_body]
728
+
729
+ # return_type
730
+ return_type = opts[:debug_return_type] || 'Object'
731
+
732
+ # auth_names
733
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
734
+
735
+ new_options = opts.merge(
736
+ :operation => :"DashboardsApi.get_system_poam_summary",
737
+ :header_params => header_params,
738
+ :query_params => query_params,
739
+ :form_params => form_params,
740
+ :body => post_body,
741
+ :auth_names => auth_names,
742
+ :return_type => return_type
743
+ )
744
+
745
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
746
+ if @api_client.config.debugging
747
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_poam_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
748
+ end
749
+ return data, status_code, headers
750
+ end
751
+
752
+ # System Ports/Protocols Details
753
+ # Get system ports and protocols details dashboard information.
754
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
755
+ # @param [Hash] opts the optional parameters
756
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
757
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
758
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
759
+ # @return [Object]
760
+ def get_system_ports_protocols_details(org_id, opts = {})
761
+ data, _status_code, _headers = get_system_ports_protocols_details_with_http_info(org_id, opts)
762
+ data
763
+ end
764
+
765
+ # System Ports/Protocols Details
766
+ # Get system ports and protocols details dashboard information.
767
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
768
+ # @param [Hash] opts the optional parameters
769
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
770
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
771
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
772
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
773
+ def get_system_ports_protocols_details_with_http_info(org_id, opts = {})
774
+ if @api_client.config.debugging
775
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_ports_protocols_details ...'
776
+ end
777
+ # verify the required parameter 'org_id' is set
778
+ if @api_client.config.client_side_validation && org_id.nil?
779
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_ports_protocols_details"
780
+ end
781
+ # resource path
782
+ local_var_path = '/api/dashboards/system-ports-protocols-details'
783
+
784
+ # query parameters
785
+ query_params = opts[:query_params] || {}
786
+ query_params[:'orgId'] = org_id
787
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
788
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
789
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
790
+
791
+ # header parameters
792
+ header_params = opts[:header_params] || {}
793
+ # HTTP header 'Accept' (if needed)
794
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
795
+
796
+ # form parameters
797
+ form_params = opts[:form_params] || {}
798
+
799
+ # http body (model)
800
+ post_body = opts[:debug_body]
801
+
802
+ # return_type
803
+ return_type = opts[:debug_return_type] || 'Object'
804
+
805
+ # auth_names
806
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
807
+
808
+ new_options = opts.merge(
809
+ :operation => :"DashboardsApi.get_system_ports_protocols_details",
810
+ :header_params => header_params,
811
+ :query_params => query_params,
812
+ :form_params => form_params,
813
+ :body => post_body,
814
+ :auth_names => auth_names,
815
+ :return_type => return_type
816
+ )
817
+
818
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
819
+ if @api_client.config.debugging
820
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_ports_protocols_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
821
+ end
822
+ return data, status_code, headers
823
+ end
824
+
825
+ # System Ports/Protocols Summary
826
+ # Get system ports and protocols summary dashboard information.
827
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
828
+ # @param [Hash] opts the optional parameters
829
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
830
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
831
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
832
+ # @return [Object]
833
+ def get_system_ports_protocols_summary(org_id, opts = {})
834
+ data, _status_code, _headers = get_system_ports_protocols_summary_with_http_info(org_id, opts)
835
+ data
836
+ end
837
+
838
+ # System Ports/Protocols Summary
839
+ # Get system ports and protocols summary dashboard information.
840
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
841
+ # @param [Hash] opts the optional parameters
842
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
843
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
844
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
845
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
846
+ def get_system_ports_protocols_summary_with_http_info(org_id, opts = {})
847
+ if @api_client.config.debugging
848
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_ports_protocols_summary ...'
849
+ end
850
+ # verify the required parameter 'org_id' is set
851
+ if @api_client.config.client_side_validation && org_id.nil?
852
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_ports_protocols_summary"
853
+ end
854
+ # resource path
855
+ local_var_path = '/api/dashboards/system-ports-protocols-summary'
856
+
857
+ # query parameters
858
+ query_params = opts[:query_params] || {}
859
+ query_params[:'orgId'] = org_id
860
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
861
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
862
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
863
+
864
+ # header parameters
865
+ header_params = opts[:header_params] || {}
866
+ # HTTP header 'Accept' (if needed)
867
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
868
+
869
+ # form parameters
870
+ form_params = opts[:form_params] || {}
871
+
872
+ # http body (model)
873
+ post_body = opts[:debug_body]
874
+
875
+ # return_type
876
+ return_type = opts[:debug_return_type] || 'Object'
877
+
878
+ # auth_names
879
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
880
+
881
+ new_options = opts.merge(
882
+ :operation => :"DashboardsApi.get_system_ports_protocols_summary",
883
+ :header_params => header_params,
884
+ :query_params => query_params,
885
+ :form_params => form_params,
886
+ :body => post_body,
887
+ :auth_names => auth_names,
888
+ :return_type => return_type
889
+ )
890
+
891
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
892
+ if @api_client.config.debugging
893
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_ports_protocols_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
894
+ end
895
+ return data, status_code, headers
896
+ end
897
+
898
+ # System Privacy Summary
899
+ # Get user system privacy summary dashboard information.
900
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
901
+ # @param [Hash] opts the optional parameters
902
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
903
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
904
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
905
+ # @return [Object]
906
+ def get_system_privacy_summary(org_id, opts = {})
907
+ data, _status_code, _headers = get_system_privacy_summary_with_http_info(org_id, opts)
908
+ data
909
+ end
910
+
911
+ # System Privacy Summary
912
+ # Get user system privacy summary dashboard information.
913
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
914
+ # @param [Hash] opts the optional parameters
915
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
916
+ # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
917
+ # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
918
+ # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
919
+ def get_system_privacy_summary_with_http_info(org_id, opts = {})
920
+ if @api_client.config.debugging
921
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_privacy_summary ...'
922
+ end
923
+ # verify the required parameter 'org_id' is set
924
+ if @api_client.config.client_side_validation && org_id.nil?
925
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_privacy_summary"
926
+ end
927
+ # resource path
928
+ local_var_path = '/api/dashboards/system-privacy-summary'
929
+
930
+ # query parameters
931
+ query_params = opts[:query_params] || {}
932
+ query_params[:'orgId'] = org_id
933
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
934
+ query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
935
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
936
+
937
+ # header parameters
938
+ header_params = opts[:header_params] || {}
939
+ # HTTP header 'Accept' (if needed)
940
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
941
+
942
+ # form parameters
943
+ form_params = opts[:form_params] || {}
944
+
945
+ # http body (model)
946
+ post_body = opts[:debug_body]
947
+
948
+ # return_type
949
+ return_type = opts[:debug_return_type] || 'Object'
950
+
951
+ # auth_names
952
+ auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
953
+
954
+ new_options = opts.merge(
955
+ :operation => :"DashboardsApi.get_system_privacy_summary",
956
+ :header_params => header_params,
957
+ :query_params => query_params,
958
+ :form_params => form_params,
959
+ :body => post_body,
960
+ :auth_names => auth_names,
961
+ :return_type => return_type
962
+ )
963
+
964
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
965
+ if @api_client.config.debugging
966
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_privacy_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
967
+ end
968
+ return data, status_code, headers
969
+ end
970
+
971
+ # System Control Compliance Details
972
+ # Get systems security control details dashboard information.
973
+ # @param org_id [Integer] **Organization Id**: The unique organization identifier.
974
+ # @param [Hash] opts the optional parameters
975
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
26
976
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
27
977
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
28
978
  # @return [Object]
29
- def get_system_assessment_procedures_details(org_id, opts = {})
30
- data, _status_code, _headers = get_system_assessment_procedures_details_with_http_info(org_id, opts)
979
+ def get_system_security_control_details(org_id, opts = {})
980
+ data, _status_code, _headers = get_system_security_control_details_with_http_info(org_id, opts)
31
981
  data
32
982
  end
33
983
 
34
- # Get dashboard information
35
- # Get systems assessement procdures details dashboard information.
984
+ # System Control Compliance Details
985
+ # Get systems security control details dashboard information.
36
986
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
37
987
  # @param [Hash] opts the optional parameters
988
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
38
989
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
39
990
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
40
991
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
41
- def get_system_assessment_procedures_details_with_http_info(org_id, opts = {})
992
+ def get_system_security_control_details_with_http_info(org_id, opts = {})
42
993
  if @api_client.config.debugging
43
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_assessment_procedures_details ...'
994
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_security_control_details ...'
44
995
  end
45
996
  # verify the required parameter 'org_id' is set
46
997
  if @api_client.config.client_side_validation && org_id.nil?
47
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_assessment_procedures_details"
998
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_security_control_details"
48
999
  end
49
1000
  # resource path
50
- local_var_path = '/api/dashboards/system-assessment-procedures-details'
1001
+ local_var_path = '/api/dashboards/system-security-controls-details'
51
1002
 
52
1003
  # query parameters
53
1004
  query_params = opts[:query_params] || {}
54
1005
  query_params[:'orgId'] = org_id
1006
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
55
1007
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
56
1008
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
57
1009
 
@@ -73,7 +1025,7 @@ module EmassClient
73
1025
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
74
1026
 
75
1027
  new_options = opts.merge(
76
- :operation => :"DashboardsApi.get_system_assessment_procedures_details",
1028
+ :operation => :"DashboardsApi.get_system_security_control_details",
77
1029
  :header_params => header_params,
78
1030
  :query_params => query_params,
79
1031
  :form_params => form_params,
@@ -84,44 +1036,47 @@ module EmassClient
84
1036
 
85
1037
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
86
1038
  if @api_client.config.debugging
87
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_assessment_procedures_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1039
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_security_control_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
88
1040
  end
89
1041
  return data, status_code, headers
90
1042
  end
91
1043
 
92
- # Get dashboard information
93
- # Get system associations details dashboard information.
1044
+ # System Sensor Hardware Details
1045
+ # Get system sensor hardware details dashboard information.
94
1046
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
95
1047
  # @param [Hash] opts the optional parameters
1048
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
96
1049
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
97
1050
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
98
1051
  # @return [Object]
99
- def get_system_associations_details(org_id, opts = {})
100
- data, _status_code, _headers = get_system_associations_details_with_http_info(org_id, opts)
1052
+ def get_system_sensor_hardware_details(org_id, opts = {})
1053
+ data, _status_code, _headers = get_system_sensor_hardware_details_with_http_info(org_id, opts)
101
1054
  data
102
1055
  end
103
1056
 
104
- # Get dashboard information
105
- # Get system associations details dashboard information.
1057
+ # System Sensor Hardware Details
1058
+ # Get system sensor hardware details dashboard information.
106
1059
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
107
1060
  # @param [Hash] opts the optional parameters
1061
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
108
1062
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
109
1063
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
110
1064
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
111
- def get_system_associations_details_with_http_info(org_id, opts = {})
1065
+ def get_system_sensor_hardware_details_with_http_info(org_id, opts = {})
112
1066
  if @api_client.config.debugging
113
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_associations_details ...'
1067
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_sensor_hardware_details ...'
114
1068
  end
115
1069
  # verify the required parameter 'org_id' is set
116
1070
  if @api_client.config.client_side_validation && org_id.nil?
117
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_associations_details"
1071
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_sensor_hardware_details"
118
1072
  end
119
1073
  # resource path
120
- local_var_path = '/api/dashboards/system-associations-details'
1074
+ local_var_path = '/api/dashboards/system-sensor-hardware-details'
121
1075
 
122
1076
  # query parameters
123
1077
  query_params = opts[:query_params] || {}
124
1078
  query_params[:'orgId'] = org_id
1079
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
125
1080
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
126
1081
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
127
1082
 
@@ -143,7 +1098,7 @@ module EmassClient
143
1098
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
144
1099
 
145
1100
  new_options = opts.merge(
146
- :operation => :"DashboardsApi.get_system_associations_details",
1101
+ :operation => :"DashboardsApi.get_system_sensor_hardware_details",
147
1102
  :header_params => header_params,
148
1103
  :query_params => query_params,
149
1104
  :form_params => form_params,
@@ -154,44 +1109,47 @@ module EmassClient
154
1109
 
155
1110
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
156
1111
  if @api_client.config.debugging
157
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_associations_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1112
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_sensor_hardware_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
158
1113
  end
159
1114
  return data, status_code, headers
160
1115
  end
161
1116
 
162
- # Get dashboard information
163
- # Get systems control compliance summary dashboard information.
1117
+ # System Sensor Hardware Summary
1118
+ # Get system sensor hardware summary dashboard information.
164
1119
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
165
1120
  # @param [Hash] opts the optional parameters
1121
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
166
1122
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
167
1123
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
168
1124
  # @return [Object]
169
- def get_system_control_compliance_summary(org_id, opts = {})
170
- data, _status_code, _headers = get_system_control_compliance_summary_with_http_info(org_id, opts)
1125
+ def get_system_sensor_hardware_summary(org_id, opts = {})
1126
+ data, _status_code, _headers = get_system_sensor_hardware_summary_with_http_info(org_id, opts)
171
1127
  data
172
1128
  end
173
1129
 
174
- # Get dashboard information
175
- # Get systems control compliance summary dashboard information.
1130
+ # System Sensor Hardware Summary
1131
+ # Get system sensor hardware summary dashboard information.
176
1132
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
177
1133
  # @param [Hash] opts the optional parameters
1134
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
178
1135
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
179
1136
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
180
1137
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
181
- def get_system_control_compliance_summary_with_http_info(org_id, opts = {})
1138
+ def get_system_sensor_hardware_summary_with_http_info(org_id, opts = {})
182
1139
  if @api_client.config.debugging
183
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_control_compliance_summary ...'
1140
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_sensor_hardware_summary ...'
184
1141
  end
185
1142
  # verify the required parameter 'org_id' is set
186
1143
  if @api_client.config.client_side_validation && org_id.nil?
187
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_control_compliance_summary"
1144
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_sensor_hardware_summary"
188
1145
  end
189
1146
  # resource path
190
- local_var_path = '/api/dashboards/system-control-compliance-summary'
1147
+ local_var_path = '/api/dashboards/system-sensor-hardware-summary'
191
1148
 
192
1149
  # query parameters
193
1150
  query_params = opts[:query_params] || {}
194
1151
  query_params[:'orgId'] = org_id
1152
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
195
1153
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
196
1154
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
197
1155
 
@@ -213,7 +1171,7 @@ module EmassClient
213
1171
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
214
1172
 
215
1173
  new_options = opts.merge(
216
- :operation => :"DashboardsApi.get_system_control_compliance_summary",
1174
+ :operation => :"DashboardsApi.get_system_sensor_hardware_summary",
217
1175
  :header_params => header_params,
218
1176
  :query_params => query_params,
219
1177
  :form_params => form_params,
@@ -224,44 +1182,47 @@ module EmassClient
224
1182
 
225
1183
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
226
1184
  if @api_client.config.debugging
227
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_control_compliance_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1185
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_sensor_hardware_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
228
1186
  end
229
1187
  return data, status_code, headers
230
1188
  end
231
1189
 
232
- # Get dashboard information
233
- # Get system hardware details dashboard information.
1190
+ # System Software Details
1191
+ # Get system software details dashboard information.
234
1192
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
235
1193
  # @param [Hash] opts the optional parameters
1194
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
236
1195
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
237
1196
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
238
1197
  # @return [Object]
239
- def get_system_hardware_details(org_id, opts = {})
240
- data, _status_code, _headers = get_system_hardware_details_with_http_info(org_id, opts)
1198
+ def get_system_software_details(org_id, opts = {})
1199
+ data, _status_code, _headers = get_system_software_details_with_http_info(org_id, opts)
241
1200
  data
242
1201
  end
243
1202
 
244
- # Get dashboard information
245
- # Get system hardware details dashboard information.
1203
+ # System Software Details
1204
+ # Get system software details dashboard information.
246
1205
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
247
1206
  # @param [Hash] opts the optional parameters
1207
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
248
1208
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
249
1209
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
250
1210
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
251
- def get_system_hardware_details_with_http_info(org_id, opts = {})
1211
+ def get_system_software_details_with_http_info(org_id, opts = {})
252
1212
  if @api_client.config.debugging
253
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_hardware_details ...'
1213
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_software_details ...'
254
1214
  end
255
1215
  # verify the required parameter 'org_id' is set
256
1216
  if @api_client.config.client_side_validation && org_id.nil?
257
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_hardware_details"
1217
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_software_details"
258
1218
  end
259
1219
  # resource path
260
- local_var_path = '/api/dashboards/system-hardware-details'
1220
+ local_var_path = '/api/dashboards/system-software-details'
261
1221
 
262
1222
  # query parameters
263
1223
  query_params = opts[:query_params] || {}
264
1224
  query_params[:'orgId'] = org_id
1225
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
265
1226
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
266
1227
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
267
1228
 
@@ -283,7 +1244,7 @@ module EmassClient
283
1244
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
284
1245
 
285
1246
  new_options = opts.merge(
286
- :operation => :"DashboardsApi.get_system_hardware_details",
1247
+ :operation => :"DashboardsApi.get_system_software_details",
287
1248
  :header_params => header_params,
288
1249
  :query_params => query_params,
289
1250
  :form_params => form_params,
@@ -294,44 +1255,47 @@ module EmassClient
294
1255
 
295
1256
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
296
1257
  if @api_client.config.debugging
297
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_hardware_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1258
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_software_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
298
1259
  end
299
1260
  return data, status_code, headers
300
1261
  end
301
1262
 
302
- # Get dashboard information
303
- # Get system hardware summary dashboard information.
1263
+ # System Software Summary
1264
+ # Get system software summary dashboard information.
304
1265
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
305
1266
  # @param [Hash] opts the optional parameters
1267
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
306
1268
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
307
1269
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
308
1270
  # @return [Object]
309
- def get_system_hardware_summary(org_id, opts = {})
310
- data, _status_code, _headers = get_system_hardware_summary_with_http_info(org_id, opts)
1271
+ def get_system_software_summary(org_id, opts = {})
1272
+ data, _status_code, _headers = get_system_software_summary_with_http_info(org_id, opts)
311
1273
  data
312
1274
  end
313
1275
 
314
- # Get dashboard information
315
- # Get system hardware summary dashboard information.
1276
+ # System Software Summary
1277
+ # Get system software summary dashboard information.
316
1278
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
317
1279
  # @param [Hash] opts the optional parameters
1280
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
318
1281
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
319
1282
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
320
1283
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
321
- def get_system_hardware_summary_with_http_info(org_id, opts = {})
1284
+ def get_system_software_summary_with_http_info(org_id, opts = {})
322
1285
  if @api_client.config.debugging
323
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_hardware_summary ...'
1286
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_software_summary ...'
324
1287
  end
325
1288
  # verify the required parameter 'org_id' is set
326
1289
  if @api_client.config.client_side_validation && org_id.nil?
327
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_hardware_summary"
1290
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_software_summary"
328
1291
  end
329
1292
  # resource path
330
- local_var_path = '/api/dashboards/system-hardware-summary'
1293
+ local_var_path = '/api/dashboards/system-software-summary'
331
1294
 
332
1295
  # query parameters
333
1296
  query_params = opts[:query_params] || {}
334
1297
  query_params[:'orgId'] = org_id
1298
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
335
1299
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
336
1300
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
337
1301
 
@@ -353,7 +1317,7 @@ module EmassClient
353
1317
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
354
1318
 
355
1319
  new_options = opts.merge(
356
- :operation => :"DashboardsApi.get_system_hardware_summary",
1320
+ :operation => :"DashboardsApi.get_system_software_summary",
357
1321
  :header_params => header_params,
358
1322
  :query_params => query_params,
359
1323
  :form_params => form_params,
@@ -364,44 +1328,47 @@ module EmassClient
364
1328
 
365
1329
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
366
1330
  if @api_client.config.debugging
367
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_hardware_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1331
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_software_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
368
1332
  end
369
1333
  return data, status_code, headers
370
1334
  end
371
1335
 
372
- # Get dashboard information
373
- # Get system POA&Ms details dashboard information.
1336
+ # System Status Details
1337
+ # Get systems status detail dashboard information.
374
1338
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
375
1339
  # @param [Hash] opts the optional parameters
1340
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
376
1341
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
377
1342
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
378
1343
  # @return [Object]
379
- def get_system_poam_details(org_id, opts = {})
380
- data, _status_code, _headers = get_system_poam_details_with_http_info(org_id, opts)
1344
+ def get_system_status_details(org_id, opts = {})
1345
+ data, _status_code, _headers = get_system_status_details_with_http_info(org_id, opts)
381
1346
  data
382
1347
  end
383
1348
 
384
- # Get dashboard information
385
- # Get system POA&amp;Ms details dashboard information.
1349
+ # System Status Details
1350
+ # Get systems status detail dashboard information.
386
1351
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
387
1352
  # @param [Hash] opts the optional parameters
1353
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
388
1354
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
389
1355
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
390
1356
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
391
- def get_system_poam_details_with_http_info(org_id, opts = {})
1357
+ def get_system_status_details_with_http_info(org_id, opts = {})
392
1358
  if @api_client.config.debugging
393
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_poam_details ...'
1359
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_status_details ...'
394
1360
  end
395
1361
  # verify the required parameter 'org_id' is set
396
1362
  if @api_client.config.client_side_validation && org_id.nil?
397
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_poam_details"
1363
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_status_details"
398
1364
  end
399
1365
  # resource path
400
- local_var_path = '/api/dashboards/system-poam-details'
1366
+ local_var_path = '/api/dashboards/system-status-details'
401
1367
 
402
1368
  # query parameters
403
1369
  query_params = opts[:query_params] || {}
404
1370
  query_params[:'orgId'] = org_id
1371
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
405
1372
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
406
1373
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
407
1374
 
@@ -423,7 +1390,7 @@ module EmassClient
423
1390
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
424
1391
 
425
1392
  new_options = opts.merge(
426
- :operation => :"DashboardsApi.get_system_poam_details",
1393
+ :operation => :"DashboardsApi.get_system_status_details",
427
1394
  :header_params => header_params,
428
1395
  :query_params => query_params,
429
1396
  :form_params => form_params,
@@ -434,44 +1401,47 @@ module EmassClient
434
1401
 
435
1402
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
436
1403
  if @api_client.config.debugging
437
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_poam_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1404
+ @api_client.config.logger.debug "API called: DashboardsApi#get_system_status_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
438
1405
  end
439
1406
  return data, status_code, headers
440
1407
  end
441
1408
 
442
- # Get dashboard information
443
- # Get systems POA&Ms summary dashboard information.
1409
+ # User System Assignments Details
1410
+ # Get user system assignments details dashboard information.
444
1411
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
445
1412
  # @param [Hash] opts the optional parameters
1413
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
446
1414
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
447
1415
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
448
1416
  # @return [Object]
449
- def get_system_poam_summary(org_id, opts = {})
450
- data, _status_code, _headers = get_system_poam_summary_with_http_info(org_id, opts)
1417
+ def get_user_system_assignments_details(org_id, opts = {})
1418
+ data, _status_code, _headers = get_user_system_assignments_details_with_http_info(org_id, opts)
451
1419
  data
452
1420
  end
453
1421
 
454
- # Get dashboard information
455
- # Get systems POA&amp;Ms summary dashboard information.
1422
+ # User System Assignments Details
1423
+ # Get user system assignments details dashboard information.
456
1424
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
457
1425
  # @param [Hash] opts the optional parameters
1426
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
458
1427
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
459
1428
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
460
1429
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
461
- def get_system_poam_summary_with_http_info(org_id, opts = {})
1430
+ def get_user_system_assignments_details_with_http_info(org_id, opts = {})
462
1431
  if @api_client.config.debugging
463
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_poam_summary ...'
1432
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_user_system_assignments_details ...'
464
1433
  end
465
1434
  # verify the required parameter 'org_id' is set
466
1435
  if @api_client.config.client_side_validation && org_id.nil?
467
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_poam_summary"
1436
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_user_system_assignments_details"
468
1437
  end
469
1438
  # resource path
470
- local_var_path = '/api/dashboards/system-poam-summary'
1439
+ local_var_path = '/api/dashboards/user-system-assignments-details'
471
1440
 
472
1441
  # query parameters
473
1442
  query_params = opts[:query_params] || {}
474
1443
  query_params[:'orgId'] = org_id
1444
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
475
1445
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
476
1446
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
477
1447
 
@@ -493,7 +1463,7 @@ module EmassClient
493
1463
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
494
1464
 
495
1465
  new_options = opts.merge(
496
- :operation => :"DashboardsApi.get_system_poam_summary",
1466
+ :operation => :"DashboardsApi.get_user_system_assignments_details",
497
1467
  :header_params => header_params,
498
1468
  :query_params => query_params,
499
1469
  :form_params => form_params,
@@ -504,44 +1474,47 @@ module EmassClient
504
1474
 
505
1475
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
506
1476
  if @api_client.config.debugging
507
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_poam_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1477
+ @api_client.config.logger.debug "API called: DashboardsApi#get_user_system_assignments_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
508
1478
  end
509
1479
  return data, status_code, headers
510
1480
  end
511
1481
 
512
- # Get dashboard information
513
- # Get user system privacy summary dashboard information.
1482
+ # VA OMB FISMA SAOP Summary
1483
+ # Get VA OMB-FISMA SAOP summary dashboard information.
514
1484
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
515
1485
  # @param [Hash] opts the optional parameters
1486
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
516
1487
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
517
1488
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
518
1489
  # @return [Object]
519
- def get_system_privacy_summary(org_id, opts = {})
520
- data, _status_code, _headers = get_system_privacy_summary_with_http_info(org_id, opts)
1490
+ def get_va_omb_fsma_saop_summary(org_id, opts = {})
1491
+ data, _status_code, _headers = get_va_omb_fsma_saop_summary_with_http_info(org_id, opts)
521
1492
  data
522
1493
  end
523
1494
 
524
- # Get dashboard information
525
- # Get user system privacy summary dashboard information.
1495
+ # VA OMB FISMA SAOP Summary
1496
+ # Get VA OMB-FISMA SAOP summary dashboard information.
526
1497
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
527
1498
  # @param [Hash] opts the optional parameters
1499
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
528
1500
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
529
1501
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
530
1502
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
531
- def get_system_privacy_summary_with_http_info(org_id, opts = {})
1503
+ def get_va_omb_fsma_saop_summary_with_http_info(org_id, opts = {})
532
1504
  if @api_client.config.debugging
533
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_privacy_summary ...'
1505
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_omb_fsma_saop_summary ...'
534
1506
  end
535
1507
  # verify the required parameter 'org_id' is set
536
1508
  if @api_client.config.client_side_validation && org_id.nil?
537
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_privacy_summary"
1509
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_omb_fsma_saop_summary"
538
1510
  end
539
1511
  # resource path
540
- local_var_path = '/api/dashboards/system-privacy-summary'
1512
+ local_var_path = '/api/dashboards/va-omb-fisma-saop-summary'
541
1513
 
542
1514
  # query parameters
543
1515
  query_params = opts[:query_params] || {}
544
1516
  query_params[:'orgId'] = org_id
1517
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
545
1518
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
546
1519
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
547
1520
 
@@ -563,7 +1536,7 @@ module EmassClient
563
1536
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
564
1537
 
565
1538
  new_options = opts.merge(
566
- :operation => :"DashboardsApi.get_system_privacy_summary",
1539
+ :operation => :"DashboardsApi.get_va_omb_fsma_saop_summary",
567
1540
  :header_params => header_params,
568
1541
  :query_params => query_params,
569
1542
  :form_params => form_params,
@@ -574,44 +1547,47 @@ module EmassClient
574
1547
 
575
1548
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
576
1549
  if @api_client.config.debugging
577
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_privacy_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1550
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_omb_fsma_saop_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
578
1551
  end
579
1552
  return data, status_code, headers
580
1553
  end
581
1554
 
582
- # Get dashboard information
583
- # Get systems security control details dashboard information.
1555
+ # VA System A2.0 Summary
1556
+ # Get VA system A2.0 summary dashboard information.
584
1557
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
585
1558
  # @param [Hash] opts the optional parameters
1559
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
586
1560
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
587
1561
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
588
1562
  # @return [Object]
589
- def get_system_security_control_details(org_id, opts = {})
590
- data, _status_code, _headers = get_system_security_control_details_with_http_info(org_id, opts)
1563
+ def get_va_system_a2_summary(org_id, opts = {})
1564
+ data, _status_code, _headers = get_va_system_a2_summary_with_http_info(org_id, opts)
591
1565
  data
592
1566
  end
593
1567
 
594
- # Get dashboard information
595
- # Get systems security control details dashboard information.
1568
+ # VA System A2.0 Summary
1569
+ # Get VA system A2.0 summary dashboard information.
596
1570
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
597
1571
  # @param [Hash] opts the optional parameters
1572
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
598
1573
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
599
1574
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
600
1575
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
601
- def get_system_security_control_details_with_http_info(org_id, opts = {})
1576
+ def get_va_system_a2_summary_with_http_info(org_id, opts = {})
602
1577
  if @api_client.config.debugging
603
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_security_control_details ...'
1578
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_a2_summary ...'
604
1579
  end
605
1580
  # verify the required parameter 'org_id' is set
606
1581
  if @api_client.config.client_side_validation && org_id.nil?
607
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_security_control_details"
1582
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_a2_summary"
608
1583
  end
609
1584
  # resource path
610
- local_var_path = '/api/dashboards/system-security-controls-details'
1585
+ local_var_path = '/api/dashboards/va-system-a2-summary'
611
1586
 
612
1587
  # query parameters
613
1588
  query_params = opts[:query_params] || {}
614
1589
  query_params[:'orgId'] = org_id
1590
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
615
1591
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
616
1592
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
617
1593
 
@@ -633,7 +1609,7 @@ module EmassClient
633
1609
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
634
1610
 
635
1611
  new_options = opts.merge(
636
- :operation => :"DashboardsApi.get_system_security_control_details",
1612
+ :operation => :"DashboardsApi.get_va_system_a2_summary",
637
1613
  :header_params => header_params,
638
1614
  :query_params => query_params,
639
1615
  :form_params => form_params,
@@ -644,44 +1620,47 @@ module EmassClient
644
1620
 
645
1621
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
646
1622
  if @api_client.config.debugging
647
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_security_control_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1623
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_a2_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
648
1624
  end
649
1625
  return data, status_code, headers
650
1626
  end
651
1627
 
652
- # Get dashboard information
653
- # Get systems status detail dashboard information.
1628
+ # VA System A&A Summary
1629
+ # Get VA system A&A summary dashboard information.
654
1630
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
655
1631
  # @param [Hash] opts the optional parameters
1632
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
656
1633
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
657
1634
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
658
1635
  # @return [Object]
659
- def get_system_status_details(org_id, opts = {})
660
- data, _status_code, _headers = get_system_status_details_with_http_info(org_id, opts)
1636
+ def get_va_system_aa_summary(org_id, opts = {})
1637
+ data, _status_code, _headers = get_va_system_aa_summary_with_http_info(org_id, opts)
661
1638
  data
662
1639
  end
663
1640
 
664
- # Get dashboard information
665
- # Get systems status detail dashboard information.
1641
+ # VA System A&amp;A Summary
1642
+ # Get VA system A&amp;A summary dashboard information.
666
1643
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
667
1644
  # @param [Hash] opts the optional parameters
1645
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
668
1646
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
669
1647
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
670
1648
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
671
- def get_system_status_details_with_http_info(org_id, opts = {})
1649
+ def get_va_system_aa_summary_with_http_info(org_id, opts = {})
672
1650
  if @api_client.config.debugging
673
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_status_details ...'
1651
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_aa_summary ...'
674
1652
  end
675
1653
  # verify the required parameter 'org_id' is set
676
1654
  if @api_client.config.client_side_validation && org_id.nil?
677
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_status_details"
1655
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_aa_summary"
678
1656
  end
679
1657
  # resource path
680
- local_var_path = '/api/dashboards/system-status-details'
1658
+ local_var_path = '/api/dashboards/va-system-aa-summary'
681
1659
 
682
1660
  # query parameters
683
1661
  query_params = opts[:query_params] || {}
684
1662
  query_params[:'orgId'] = org_id
1663
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
685
1664
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
686
1665
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
687
1666
 
@@ -703,7 +1682,7 @@ module EmassClient
703
1682
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
704
1683
 
705
1684
  new_options = opts.merge(
706
- :operation => :"DashboardsApi.get_system_status_details",
1685
+ :operation => :"DashboardsApi.get_va_system_aa_summary",
707
1686
  :header_params => header_params,
708
1687
  :query_params => query_params,
709
1688
  :form_params => form_params,
@@ -714,44 +1693,47 @@ module EmassClient
714
1693
 
715
1694
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
716
1695
  if @api_client.config.debugging
717
- @api_client.config.logger.debug "API called: DashboardsApi#get_system_status_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1696
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_aa_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
718
1697
  end
719
1698
  return data, status_code, headers
720
1699
  end
721
1700
 
722
- # Get dashboard information
723
- # Get user system assignments details dashboard information.
1701
+ # VA System FISMA Inventory Crypto Summary
1702
+ # Get VA system FISMA inventory crypto summary dashboard information.
724
1703
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
725
1704
  # @param [Hash] opts the optional parameters
1705
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
726
1706
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
727
1707
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
728
1708
  # @return [Object]
729
- def get_user_system_assignments_details(org_id, opts = {})
730
- data, _status_code, _headers = get_user_system_assignments_details_with_http_info(org_id, opts)
1709
+ def get_va_system_fisma_invetory_crypto_summary(org_id, opts = {})
1710
+ data, _status_code, _headers = get_va_system_fisma_invetory_crypto_summary_with_http_info(org_id, opts)
731
1711
  data
732
1712
  end
733
1713
 
734
- # Get dashboard information
735
- # Get user system assignments details dashboard information.
1714
+ # VA System FISMA Inventory Crypto Summary
1715
+ # Get VA system FISMA inventory crypto summary dashboard information.
736
1716
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
737
1717
  # @param [Hash] opts the optional parameters
1718
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
738
1719
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
739
1720
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
740
1721
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
741
- def get_user_system_assignments_details_with_http_info(org_id, opts = {})
1722
+ def get_va_system_fisma_invetory_crypto_summary_with_http_info(org_id, opts = {})
742
1723
  if @api_client.config.debugging
743
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_user_system_assignments_details ...'
1724
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_fisma_invetory_crypto_summary ...'
744
1725
  end
745
1726
  # verify the required parameter 'org_id' is set
746
1727
  if @api_client.config.client_side_validation && org_id.nil?
747
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_user_system_assignments_details"
1728
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_fisma_invetory_crypto_summary"
748
1729
  end
749
1730
  # resource path
750
- local_var_path = '/api/dashboards/user-system-assignments-details'
1731
+ local_var_path = '/api/dashboards/va-system-fisma-inventory-crypto-summary'
751
1732
 
752
1733
  # query parameters
753
1734
  query_params = opts[:query_params] || {}
754
1735
  query_params[:'orgId'] = org_id
1736
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
755
1737
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
756
1738
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
757
1739
 
@@ -773,7 +1755,7 @@ module EmassClient
773
1755
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
774
1756
 
775
1757
  new_options = opts.merge(
776
- :operation => :"DashboardsApi.get_user_system_assignments_details",
1758
+ :operation => :"DashboardsApi.get_va_system_fisma_invetory_crypto_summary",
777
1759
  :header_params => header_params,
778
1760
  :query_params => query_params,
779
1761
  :form_params => form_params,
@@ -784,44 +1766,47 @@ module EmassClient
784
1766
 
785
1767
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
786
1768
  if @api_client.config.debugging
787
- @api_client.config.logger.debug "API called: DashboardsApi#get_user_system_assignments_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1769
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_fisma_invetory_crypto_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
788
1770
  end
789
1771
  return data, status_code, headers
790
1772
  end
791
1773
 
792
- # Get dashboard information
793
- # Get VA OMB-FISMA SAOP summary dashboard information.
1774
+ # VA System FISMA Inventory Summary
1775
+ # Get VA system FISMA inventory summary dashboard information.
794
1776
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
795
1777
  # @param [Hash] opts the optional parameters
1778
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
796
1779
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
797
1780
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
798
1781
  # @return [Object]
799
- def get_va_omb_fsma_saop_summary(org_id, opts = {})
800
- data, _status_code, _headers = get_va_omb_fsma_saop_summary_with_http_info(org_id, opts)
1782
+ def get_va_system_fisma_invetory_summary(org_id, opts = {})
1783
+ data, _status_code, _headers = get_va_system_fisma_invetory_summary_with_http_info(org_id, opts)
801
1784
  data
802
1785
  end
803
1786
 
804
- # Get dashboard information
805
- # Get VA OMB-FISMA SAOP summary dashboard information.
1787
+ # VA System FISMA Inventory Summary
1788
+ # Get VA system FISMA inventory summary dashboard information.
806
1789
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
807
1790
  # @param [Hash] opts the optional parameters
1791
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
808
1792
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
809
1793
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
810
1794
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
811
- def get_va_omb_fsma_saop_summary_with_http_info(org_id, opts = {})
1795
+ def get_va_system_fisma_invetory_summary_with_http_info(org_id, opts = {})
812
1796
  if @api_client.config.debugging
813
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_omb_fsma_saop_summary ...'
1797
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_fisma_invetory_summary ...'
814
1798
  end
815
1799
  # verify the required parameter 'org_id' is set
816
1800
  if @api_client.config.client_side_validation && org_id.nil?
817
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_omb_fsma_saop_summary"
1801
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_fisma_invetory_summary"
818
1802
  end
819
1803
  # resource path
820
- local_var_path = '/api/dashboards/va-omb-fisma-saop-summary'
1804
+ local_var_path = '/api/dashboards/va-system-fisma-inventory-summary'
821
1805
 
822
1806
  # query parameters
823
1807
  query_params = opts[:query_params] || {}
824
1808
  query_params[:'orgId'] = org_id
1809
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
825
1810
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
826
1811
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
827
1812
 
@@ -843,7 +1828,7 @@ module EmassClient
843
1828
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
844
1829
 
845
1830
  new_options = opts.merge(
846
- :operation => :"DashboardsApi.get_va_omb_fsma_saop_summary",
1831
+ :operation => :"DashboardsApi.get_va_system_fisma_invetory_summary",
847
1832
  :header_params => header_params,
848
1833
  :query_params => query_params,
849
1834
  :form_params => form_params,
@@ -854,44 +1839,47 @@ module EmassClient
854
1839
 
855
1840
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
856
1841
  if @api_client.config.debugging
857
- @api_client.config.logger.debug "API called: DashboardsApi#get_va_omb_fsma_saop_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1842
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_fisma_invetory_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
858
1843
  end
859
1844
  return data, status_code, headers
860
1845
  end
861
1846
 
862
- # Get dashboard information
863
- # Get VA system A2.0 summary dashboard information.
1847
+ # VA System P.L. 109 Reporting Summary
1848
+ # Get VA system P.L. 109 reporting summary dashboard information.
864
1849
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
865
1850
  # @param [Hash] opts the optional parameters
1851
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
866
1852
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
867
1853
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
868
1854
  # @return [Object]
869
- def get_va_system_a2_summary(org_id, opts = {})
870
- data, _status_code, _headers = get_va_system_a2_summary_with_http_info(org_id, opts)
1855
+ def get_va_system_pl109_reporting_summary(org_id, opts = {})
1856
+ data, _status_code, _headers = get_va_system_pl109_reporting_summary_with_http_info(org_id, opts)
871
1857
  data
872
1858
  end
873
1859
 
874
- # Get dashboard information
875
- # Get VA system A2.0 summary dashboard information.
1860
+ # VA System P.L. 109 Reporting Summary
1861
+ # Get VA system P.L. 109 reporting summary dashboard information.
876
1862
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
877
1863
  # @param [Hash] opts the optional parameters
1864
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
878
1865
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
879
1866
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
880
1867
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
881
- def get_va_system_a2_summary_with_http_info(org_id, opts = {})
1868
+ def get_va_system_pl109_reporting_summary_with_http_info(org_id, opts = {})
882
1869
  if @api_client.config.debugging
883
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_a2_summary ...'
1870
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_pl109_reporting_summary ...'
884
1871
  end
885
1872
  # verify the required parameter 'org_id' is set
886
1873
  if @api_client.config.client_side_validation && org_id.nil?
887
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_a2_summary"
1874
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_pl109_reporting_summary"
888
1875
  end
889
1876
  # resource path
890
- local_var_path = '/api/dashboards/va-system-a2-summary'
1877
+ local_var_path = '/api/dashboards/va-system-pl-109-reporting-summary'
891
1878
 
892
1879
  # query parameters
893
1880
  query_params = opts[:query_params] || {}
894
1881
  query_params[:'orgId'] = org_id
1882
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
895
1883
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
896
1884
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
897
1885
 
@@ -913,7 +1901,7 @@ module EmassClient
913
1901
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
914
1902
 
915
1903
  new_options = opts.merge(
916
- :operation => :"DashboardsApi.get_va_system_a2_summary",
1904
+ :operation => :"DashboardsApi.get_va_system_pl109_reporting_summary",
917
1905
  :header_params => header_params,
918
1906
  :query_params => query_params,
919
1907
  :form_params => form_params,
@@ -924,44 +1912,47 @@ module EmassClient
924
1912
 
925
1913
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
926
1914
  if @api_client.config.debugging
927
- @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_a2_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1915
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_pl109_reporting_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
928
1916
  end
929
1917
  return data, status_code, headers
930
1918
  end
931
1919
 
932
- # Get dashboard information
933
- # Get VA system A&A summary dashboard information.
1920
+ # VA System Threat Architecture Details
1921
+ # Get VA system threat architecture details dashboard information.
934
1922
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
935
1923
  # @param [Hash] opts the optional parameters
1924
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
936
1925
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
937
1926
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
938
1927
  # @return [Object]
939
- def get_va_system_aa_summary(org_id, opts = {})
940
- data, _status_code, _headers = get_va_system_aa_summary_with_http_info(org_id, opts)
1928
+ def get_va_system_threat_architecture_details(org_id, opts = {})
1929
+ data, _status_code, _headers = get_va_system_threat_architecture_details_with_http_info(org_id, opts)
941
1930
  data
942
1931
  end
943
1932
 
944
- # Get dashboard information
945
- # Get VA system A&amp;A summary dashboard information.
1933
+ # VA System Threat Architecture Details
1934
+ # Get VA system threat architecture details dashboard information.
946
1935
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
947
1936
  # @param [Hash] opts the optional parameters
1937
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
948
1938
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
949
1939
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
950
1940
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
951
- def get_va_system_aa_summary_with_http_info(org_id, opts = {})
1941
+ def get_va_system_threat_architecture_details_with_http_info(org_id, opts = {})
952
1942
  if @api_client.config.debugging
953
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_aa_summary ...'
1943
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_architecture_details ...'
954
1944
  end
955
1945
  # verify the required parameter 'org_id' is set
956
1946
  if @api_client.config.client_side_validation && org_id.nil?
957
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_aa_summary"
1947
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_architecture_details"
958
1948
  end
959
1949
  # resource path
960
- local_var_path = '/api/dashboards/va-system-aa-summary'
1950
+ local_var_path = '/api/dashboards/va-system-threat-architecture-details'
961
1951
 
962
1952
  # query parameters
963
1953
  query_params = opts[:query_params] || {}
964
1954
  query_params[:'orgId'] = org_id
1955
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
965
1956
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
966
1957
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
967
1958
 
@@ -983,7 +1974,7 @@ module EmassClient
983
1974
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
984
1975
 
985
1976
  new_options = opts.merge(
986
- :operation => :"DashboardsApi.get_va_system_aa_summary",
1977
+ :operation => :"DashboardsApi.get_va_system_threat_architecture_details",
987
1978
  :header_params => header_params,
988
1979
  :query_params => query_params,
989
1980
  :form_params => form_params,
@@ -994,44 +1985,47 @@ module EmassClient
994
1985
 
995
1986
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
996
1987
  if @api_client.config.debugging
997
- @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_aa_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1988
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_architecture_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
998
1989
  end
999
1990
  return data, status_code, headers
1000
1991
  end
1001
1992
 
1002
- # Get dashboard information
1003
- # Get VA system FISMA inventory summary dashboard information.
1993
+ # VA System Threat Risks Summary
1994
+ # Get VA system threat risk summary dashboard information.
1004
1995
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
1005
1996
  # @param [Hash] opts the optional parameters
1997
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
1006
1998
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
1007
1999
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
1008
2000
  # @return [Object]
1009
- def get_va_system_fisma_invetory_summary(org_id, opts = {})
1010
- data, _status_code, _headers = get_va_system_fisma_invetory_summary_with_http_info(org_id, opts)
2001
+ def get_va_system_threat_risk_summary(org_id, opts = {})
2002
+ data, _status_code, _headers = get_va_system_threat_risk_summary_with_http_info(org_id, opts)
1011
2003
  data
1012
2004
  end
1013
2005
 
1014
- # Get dashboard information
1015
- # Get VA system FISMA inventory summary dashboard information.
2006
+ # VA System Threat Risks Summary
2007
+ # Get VA system threat risk summary dashboard information.
1016
2008
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
1017
2009
  # @param [Hash] opts the optional parameters
2010
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
1018
2011
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
1019
2012
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
1020
2013
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
1021
- def get_va_system_fisma_invetory_summary_with_http_info(org_id, opts = {})
2014
+ def get_va_system_threat_risk_summary_with_http_info(org_id, opts = {})
1022
2015
  if @api_client.config.debugging
1023
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_fisma_invetory_summary ...'
2016
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_risk_summary ...'
1024
2017
  end
1025
2018
  # verify the required parameter 'org_id' is set
1026
2019
  if @api_client.config.client_side_validation && org_id.nil?
1027
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_fisma_invetory_summary"
2020
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_risk_summary"
1028
2021
  end
1029
2022
  # resource path
1030
- local_var_path = '/api/dashboards/va-system-fisma-inventory-summary'
2023
+ local_var_path = '/api/dashboards/va-system-threat-risks-summary'
1031
2024
 
1032
2025
  # query parameters
1033
2026
  query_params = opts[:query_params] || {}
1034
2027
  query_params[:'orgId'] = org_id
2028
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
1035
2029
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
1036
2030
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
1037
2031
 
@@ -1053,7 +2047,7 @@ module EmassClient
1053
2047
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
1054
2048
 
1055
2049
  new_options = opts.merge(
1056
- :operation => :"DashboardsApi.get_va_system_fisma_invetory_summary",
2050
+ :operation => :"DashboardsApi.get_va_system_threat_risk_summary",
1057
2051
  :header_params => header_params,
1058
2052
  :query_params => query_params,
1059
2053
  :form_params => form_params,
@@ -1064,44 +2058,47 @@ module EmassClient
1064
2058
 
1065
2059
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
1066
2060
  if @api_client.config.debugging
1067
- @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_fisma_invetory_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2061
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_risk_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1068
2062
  end
1069
2063
  return data, status_code, headers
1070
2064
  end
1071
2065
 
1072
- # Get dashboard information
1073
- # Get VA system P.L. 109 reporting summary dashboard information.
2066
+ # VA System Threat Sources Details
2067
+ # Get VA system threat source details dashboard information.
1074
2068
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
1075
2069
  # @param [Hash] opts the optional parameters
2070
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
1076
2071
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
1077
2072
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
1078
2073
  # @return [Object]
1079
- def get_va_system_pl109_reporting_summary(org_id, opts = {})
1080
- data, _status_code, _headers = get_va_system_pl109_reporting_summary_with_http_info(org_id, opts)
2074
+ def get_va_system_threat_source_details(org_id, opts = {})
2075
+ data, _status_code, _headers = get_va_system_threat_source_details_with_http_info(org_id, opts)
1081
2076
  data
1082
2077
  end
1083
2078
 
1084
- # Get dashboard information
1085
- # Get VA system P.L. 109 reporting summary dashboard information.
2079
+ # VA System Threat Sources Details
2080
+ # Get VA system threat source details dashboard information.
1086
2081
  # @param org_id [Integer] **Organization Id**: The unique organization identifier.
1087
2082
  # @param [Hash] opts the optional parameters
2083
+ # @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
1088
2084
  # @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
1089
2085
  # @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
1090
2086
  # @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
1091
- def get_va_system_pl109_reporting_summary_with_http_info(org_id, opts = {})
2087
+ def get_va_system_threat_source_details_with_http_info(org_id, opts = {})
1092
2088
  if @api_client.config.debugging
1093
- @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_pl109_reporting_summary ...'
2089
+ @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_source_details ...'
1094
2090
  end
1095
2091
  # verify the required parameter 'org_id' is set
1096
2092
  if @api_client.config.client_side_validation && org_id.nil?
1097
- fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_pl109_reporting_summary"
2093
+ fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_source_details"
1098
2094
  end
1099
2095
  # resource path
1100
- local_var_path = '/api/dashboards/va-system-pl-109-reporting-summary'
2096
+ local_var_path = '/api/dashboards/va-system-threat-sources-details'
1101
2097
 
1102
2098
  # query parameters
1103
2099
  query_params = opts[:query_params] || {}
1104
2100
  query_params[:'orgId'] = org_id
2101
+ query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
1105
2102
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
1106
2103
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
1107
2104
 
@@ -1123,7 +2120,7 @@ module EmassClient
1123
2120
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
1124
2121
 
1125
2122
  new_options = opts.merge(
1126
- :operation => :"DashboardsApi.get_va_system_pl109_reporting_summary",
2123
+ :operation => :"DashboardsApi.get_va_system_threat_source_details",
1127
2124
  :header_params => header_params,
1128
2125
  :query_params => query_params,
1129
2126
  :form_params => form_params,
@@ -1134,7 +2131,7 @@ module EmassClient
1134
2131
 
1135
2132
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
1136
2133
  if @api_client.config.debugging
1137
- @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_pl109_reporting_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2134
+ @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_source_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1138
2135
  end
1139
2136
  return data, status_code, headers
1140
2137
  end