Class: EmassClient::DashboardsApi

Inherits:
Object
  • Object
show all
Defined in:
lib/emass_client/api/dashboards_api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(api_client = ApiClient.default) ⇒ DashboardsApi

Returns a new instance of DashboardsApi.



19
20
21
# File 'lib/emass_client/api/dashboards_api.rb', line 19

def initialize(api_client = ApiClient.default)
  @api_client = api_client
end

Instance Attribute Details

#api_clientObject

Returns the value of attribute api_client.



17
18
19
# File 'lib/emass_client/api/dashboards_api.rb', line 17

def api_client
  @api_client
end

Instance Method Details

#get_system_artifacts_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get system Artifacts details information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


30
31
32
33
# File 'lib/emass_client/api/dashboards_api.rb', line 30

def get_system_artifacts_details(org_id, opts = {})
  data, _status_code, _headers = get_system_artifacts_details_with_http_info(org_id, opts)
  data
end

#get_system_artifacts_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system Artifacts details information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/emass_client/api/dashboards_api.rb', line 43

def get_system_artifacts_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_artifacts_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_artifacts_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-artifacts-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_artifacts_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_artifacts_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_artifacts_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get system Artifacts summary information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


103
104
105
106
# File 'lib/emass_client/api/dashboards_api.rb', line 103

def get_system_artifacts_summary(org_id, opts = {})
  data, _status_code, _headers = get_system_artifacts_summary_with_http_info(org_id, opts)
  data
end

#get_system_artifacts_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system Artifacts summary information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/emass_client/api/dashboards_api.rb', line 116

def get_system_artifacts_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_artifacts_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_artifacts_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/system-artifacts-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_artifacts_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_artifacts_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_assessment_procedures_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get systems assessement procdures details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


176
177
178
179
# File 'lib/emass_client/api/dashboards_api.rb', line 176

def get_system_assessment_procedures_details(org_id, opts = {})
  data, _status_code, _headers = get_system_assessment_procedures_details_with_http_info(org_id, opts)
  data
end

#get_system_assessment_procedures_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get systems assessement procdures details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
# File 'lib/emass_client/api/dashboards_api.rb', line 189

def get_system_assessment_procedures_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_assessment_procedures_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_assessment_procedures_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-assessment-procedures-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_assessment_procedures_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_assessment_procedures_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_associations_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get system associations details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


249
250
251
252
# File 'lib/emass_client/api/dashboards_api.rb', line 249

def get_system_associations_details(org_id, opts = {})
  data, _status_code, _headers = get_system_associations_details_with_http_info(org_id, opts)
  data
end

#get_system_associations_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system associations details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
# File 'lib/emass_client/api/dashboards_api.rb', line 262

def get_system_associations_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_associations_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_associations_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-associations-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_associations_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_associations_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_control_compliance_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get systems control compliance summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


322
323
324
325
# File 'lib/emass_client/api/dashboards_api.rb', line 322

def get_system_control_compliance_summary(org_id, opts = {})
  data, _status_code, _headers = get_system_control_compliance_summary_with_http_info(org_id, opts)
  data
end

#get_system_control_compliance_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get systems control compliance summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# File 'lib/emass_client/api/dashboards_api.rb', line 335

def get_system_control_compliance_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_control_compliance_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_control_compliance_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/system-control-compliance-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_control_compliance_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_control_compliance_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_hardware_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get system hardware details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


395
396
397
398
# File 'lib/emass_client/api/dashboards_api.rb', line 395

def get_system_hardware_details(org_id, opts = {})
  data, _status_code, _headers = get_system_hardware_details_with_http_info(org_id, opts)
  data
end

#get_system_hardware_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system hardware details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
# File 'lib/emass_client/api/dashboards_api.rb', line 408

def get_system_hardware_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_hardware_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_hardware_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-hardware-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_hardware_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_hardware_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_hardware_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get system hardware summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


468
469
470
471
# File 'lib/emass_client/api/dashboards_api.rb', line 468

def get_system_hardware_summary(org_id, opts = {})
  data, _status_code, _headers = get_system_hardware_summary_with_http_info(org_id, opts)
  data
end

#get_system_hardware_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system hardware summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
# File 'lib/emass_client/api/dashboards_api.rb', line 481

def get_system_hardware_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_hardware_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_hardware_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/system-hardware-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_hardware_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_hardware_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_poam_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get system POA&Ms details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


541
542
543
544
# File 'lib/emass_client/api/dashboards_api.rb', line 541

def get_system_poam_details(org_id, opts = {})
  data, _status_code, _headers = get_system_poam_details_with_http_info(org_id, opts)
  data
end

#get_system_poam_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system POA&amp;Ms details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
# File 'lib/emass_client/api/dashboards_api.rb', line 554

def get_system_poam_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_poam_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_poam_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-poam-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_poam_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_poam_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_poam_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get systems POA&Ms summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


614
615
616
617
# File 'lib/emass_client/api/dashboards_api.rb', line 614

def get_system_poam_summary(org_id, opts = {})
  data, _status_code, _headers = get_system_poam_summary_with_http_info(org_id, opts)
  data
end

#get_system_poam_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get systems POA&amp;Ms summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
# File 'lib/emass_client/api/dashboards_api.rb', line 627

def get_system_poam_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_poam_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_poam_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/system-poam-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_poam_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_poam_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_ports_protocols_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get system ports and protocols details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


687
688
689
690
# File 'lib/emass_client/api/dashboards_api.rb', line 687

def get_system_ports_protocols_details(org_id, opts = {})
  data, _status_code, _headers = get_system_ports_protocols_details_with_http_info(org_id, opts)
  data
end

#get_system_ports_protocols_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system ports and protocols details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
# File 'lib/emass_client/api/dashboards_api.rb', line 700

def get_system_ports_protocols_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_ports_protocols_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_ports_protocols_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-ports-protocols-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_ports_protocols_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_ports_protocols_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_ports_protocols_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get system ports and protocols summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


760
761
762
763
# File 'lib/emass_client/api/dashboards_api.rb', line 760

def get_system_ports_protocols_summary(org_id, opts = {})
  data, _status_code, _headers = get_system_ports_protocols_summary_with_http_info(org_id, opts)
  data
end

#get_system_ports_protocols_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system ports and protocols summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/emass_client/api/dashboards_api.rb', line 773

def get_system_ports_protocols_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_ports_protocols_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_ports_protocols_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/system-ports-protocols-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_ports_protocols_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_ports_protocols_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_privacy_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get user system privacy summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


833
834
835
836
# File 'lib/emass_client/api/dashboards_api.rb', line 833

def get_system_privacy_summary(org_id, opts = {})
  data, _status_code, _headers = get_system_privacy_summary_with_http_info(org_id, opts)
  data
end

#get_system_privacy_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get user system privacy summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
# File 'lib/emass_client/api/dashboards_api.rb', line 846

def get_system_privacy_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_privacy_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_privacy_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/system-privacy-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_privacy_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_privacy_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_security_control_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get systems security control details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


906
907
908
909
# File 'lib/emass_client/api/dashboards_api.rb', line 906

def get_system_security_control_details(org_id, opts = {})
  data, _status_code, _headers = get_system_security_control_details_with_http_info(org_id, opts)
  data
end

#get_system_security_control_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get systems security control details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
# File 'lib/emass_client/api/dashboards_api.rb', line 919

def get_system_security_control_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_security_control_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_security_control_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-security-controls-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_security_control_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_security_control_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_sensor_hardware_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get system sensor hardware details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


979
980
981
982
# File 'lib/emass_client/api/dashboards_api.rb', line 979

def get_system_sensor_hardware_details(org_id, opts = {})
  data, _status_code, _headers = get_system_sensor_hardware_details_with_http_info(org_id, opts)
  data
end

#get_system_sensor_hardware_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system sensor hardware details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/emass_client/api/dashboards_api.rb', line 992

def get_system_sensor_hardware_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_sensor_hardware_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_sensor_hardware_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-sensor-hardware-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_sensor_hardware_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_sensor_hardware_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_sensor_hardware_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get system sensor hardware summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1052
1053
1054
1055
# File 'lib/emass_client/api/dashboards_api.rb', line 1052

def get_system_sensor_hardware_summary(org_id, opts = {})
  data, _status_code, _headers = get_system_sensor_hardware_summary_with_http_info(org_id, opts)
  data
end

#get_system_sensor_hardware_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get system sensor hardware summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'lib/emass_client/api/dashboards_api.rb', line 1065

def get_system_sensor_hardware_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_sensor_hardware_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_sensor_hardware_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/system-sensor-hardware-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_sensor_hardware_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_sensor_hardware_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_system_status_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get systems status detail dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1125
1126
1127
1128
# File 'lib/emass_client/api/dashboards_api.rb', line 1125

def get_system_status_details(org_id, opts = {})
  data, _status_code, _headers = get_system_status_details_with_http_info(org_id, opts)
  data
end

#get_system_status_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get systems status detail dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
# File 'lib/emass_client/api/dashboards_api.rb', line 1138

def get_system_status_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_status_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_status_details"
  end
  # resource path
  local_var_path = '/api/dashboards/system-status-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_system_status_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_system_status_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_user_system_assignments_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get user system assignments details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1198
1199
1200
1201
# File 'lib/emass_client/api/dashboards_api.rb', line 1198

def get_user_system_assignments_details(org_id, opts = {})
  data, _status_code, _headers = get_user_system_assignments_details_with_http_info(org_id, opts)
  data
end

#get_user_system_assignments_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get user system assignments details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
# File 'lib/emass_client/api/dashboards_api.rb', line 1211

def get_user_system_assignments_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_user_system_assignments_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_user_system_assignments_details"
  end
  # resource path
  local_var_path = '/api/dashboards/user-system-assignments-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_user_system_assignments_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_user_system_assignments_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_omb_fsma_saop_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA OMB-FISMA SAOP summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1271
1272
1273
1274
# File 'lib/emass_client/api/dashboards_api.rb', line 1271

def get_va_omb_fsma_saop_summary(org_id, opts = {})
  data, _status_code, _headers = get_va_omb_fsma_saop_summary_with_http_info(org_id, opts)
  data
end

#get_va_omb_fsma_saop_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA OMB-FISMA SAOP summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
# File 'lib/emass_client/api/dashboards_api.rb', line 1284

def get_va_omb_fsma_saop_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_omb_fsma_saop_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_omb_fsma_saop_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/va-omb-fisma-saop-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_omb_fsma_saop_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_omb_fsma_saop_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_a2_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system A2.0 summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1344
1345
1346
1347
# File 'lib/emass_client/api/dashboards_api.rb', line 1344

def get_va_system_a2_summary(org_id, opts = {})
  data, _status_code, _headers = get_va_system_a2_summary_with_http_info(org_id, opts)
  data
end

#get_va_system_a2_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system A2.0 summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
# File 'lib/emass_client/api/dashboards_api.rb', line 1357

def get_va_system_a2_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_a2_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_a2_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-a2-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_a2_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_a2_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_aa_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system A&A summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1417
1418
1419
1420
# File 'lib/emass_client/api/dashboards_api.rb', line 1417

def get_va_system_aa_summary(org_id, opts = {})
  data, _status_code, _headers = get_va_system_aa_summary_with_http_info(org_id, opts)
  data
end

#get_va_system_aa_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system A&amp;A summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
# File 'lib/emass_client/api/dashboards_api.rb', line 1430

def get_va_system_aa_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_aa_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_aa_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-aa-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_aa_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_aa_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_fisma_invetory_crypto_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system FISMA inventory crypto summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1490
1491
1492
1493
# File 'lib/emass_client/api/dashboards_api.rb', line 1490

def get_va_system_fisma_invetory_crypto_summary(org_id, opts = {})
  data, _status_code, _headers = get_va_system_fisma_invetory_crypto_summary_with_http_info(org_id, opts)
  data
end

#get_va_system_fisma_invetory_crypto_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system FISMA inventory crypto summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
# File 'lib/emass_client/api/dashboards_api.rb', line 1503

def get_va_system_fisma_invetory_crypto_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_fisma_invetory_crypto_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_fisma_invetory_crypto_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-fisma-inventory-crypto-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_fisma_invetory_crypto_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_fisma_invetory_crypto_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_fisma_invetory_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system FISMA inventory summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1563
1564
1565
1566
# File 'lib/emass_client/api/dashboards_api.rb', line 1563

def get_va_system_fisma_invetory_summary(org_id, opts = {})
  data, _status_code, _headers = get_va_system_fisma_invetory_summary_with_http_info(org_id, opts)
  data
end

#get_va_system_fisma_invetory_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system FISMA inventory summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
# File 'lib/emass_client/api/dashboards_api.rb', line 1576

def get_va_system_fisma_invetory_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_fisma_invetory_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_fisma_invetory_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-fisma-inventory-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_fisma_invetory_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_fisma_invetory_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_pl109_reporting_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system P.L. 109 reporting summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1636
1637
1638
1639
# File 'lib/emass_client/api/dashboards_api.rb', line 1636

def get_va_system_pl109_reporting_summary(org_id, opts = {})
  data, _status_code, _headers = get_va_system_pl109_reporting_summary_with_http_info(org_id, opts)
  data
end

#get_va_system_pl109_reporting_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system P.L. 109 reporting summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
# File 'lib/emass_client/api/dashboards_api.rb', line 1649

def get_va_system_pl109_reporting_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_pl109_reporting_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_pl109_reporting_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-pl-109-reporting-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_pl109_reporting_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_pl109_reporting_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_threat_architecture_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system threat architecture details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1709
1710
1711
1712
# File 'lib/emass_client/api/dashboards_api.rb', line 1709

def get_va_system_threat_architecture_details(org_id, opts = {})
  data, _status_code, _headers = get_va_system_threat_architecture_details_with_http_info(org_id, opts)
  data
end

#get_va_system_threat_architecture_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system threat architecture details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
# File 'lib/emass_client/api/dashboards_api.rb', line 1722

def get_va_system_threat_architecture_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_architecture_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_architecture_details"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-threat-architecture-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_threat_architecture_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_architecture_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_threat_risk_summary(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system threat risk summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1782
1783
1784
1785
# File 'lib/emass_client/api/dashboards_api.rb', line 1782

def get_va_system_threat_risk_summary(org_id, opts = {})
  data, _status_code, _headers = get_va_system_threat_risk_summary_with_http_info(org_id, opts)
  data
end

#get_va_system_threat_risk_summary_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system threat risk summary dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
# File 'lib/emass_client/api/dashboards_api.rb', line 1795

def get_va_system_threat_risk_summary_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_risk_summary ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_risk_summary"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-threat-risks-summary'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_threat_risk_summary",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_risk_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#get_va_system_threat_source_details(org_id, opts = {}) ⇒ Object

Get dashboard information Get VA system threat source details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Object)


1855
1856
1857
1858
# File 'lib/emass_client/api/dashboards_api.rb', line 1855

def get_va_system_threat_source_details(org_id, opts = {})
  data, _status_code, _headers = get_va_system_threat_source_details_with_http_info(org_id, opts)
  data
end

#get_va_system_threat_source_details_with_http_info(org_id, opts = {}) ⇒ Array<(Object, Integer, Hash)>

Get dashboard information Get VA system threat source details dashboard information.

Parameters:

  • org_id (Integer)

    **Organization Id**: The unique organization identifier.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :excludeinherited (Boolean)

    **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)

  • :page_index (Integer)

    **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)

  • :page_size (Integer)

    **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)

Returns:

  • (Array<(Object, Integer, Hash)>)

    Object data, response status code and response headers



1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
# File 'lib/emass_client/api/dashboards_api.rb', line 1868

def get_va_system_threat_source_details_with_http_info(org_id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_source_details ...'
  end
  # verify the required parameter 'org_id' is set
  if @api_client.config.client_side_validation && org_id.nil?
    fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_source_details"
  end
  # resource path
  local_var_path = '/api/dashboards/va-system-threat-sources-details'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'orgId'] = org_id
  query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
  query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
  query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:debug_body]

  # return_type
  return_type = opts[:debug_return_type] || 'Object'

  # auth_names
  auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']

  new_options = opts.merge(
    :operation => :"DashboardsApi.get_va_system_threat_source_details",
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type
  )

  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_source_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end