emass_client 3.4.1 → 3.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +23 -11
- data/lib/emass_client/api/artifacts_api.rb +7 -4
- data/lib/emass_client/api/artifacts_export_api.rb +2 -2
- data/lib/emass_client/api/cac_api.rb +2 -2
- data/lib/emass_client/api/{cloud_resources_api.rb → cloud_resource_results_api.rb} +8 -8
- data/lib/emass_client/api/cmmc_assessments_api.rb +2 -2
- data/lib/emass_client/api/{containers_api.rb → container_scan_results_api.rb} +8 -8
- data/lib/emass_client/api/controls_api.rb +2 -2
- data/lib/emass_client/api/dashboards_api.rb +868 -90
- data/lib/emass_client/api/milestones_api.rb +2 -2
- data/lib/emass_client/api/pac_api.rb +2 -2
- data/lib/emass_client/api/poam_api.rb +2 -2
- data/lib/emass_client/api/registration_api.rb +2 -2
- data/lib/emass_client/api/static_code_scans_api.rb +2 -2
- data/lib/emass_client/api/system_roles_api.rb +2 -2
- data/lib/emass_client/api/systems_api.rb +2 -2
- data/lib/emass_client/api/test_api.rb +2 -2
- data/lib/emass_client/api/test_results_api.rb +2 -2
- data/lib/emass_client/api/workflow_definitions_api.rb +2 -2
- data/lib/emass_client/api/workflow_instances_api.rb +2 -2
- data/lib/emass_client/api_client.rb +2 -2
- data/lib/emass_client/api_error.rb +3 -2
- data/lib/emass_client/configuration.rb +8 -8
- data/lib/emass_client/models/artifacts_get.rb +44 -68
- data/lib/emass_client/models/artifacts_request_delete_body_inner.rb +2 -2
- data/lib/emass_client/models/artifacts_response_del.rb +2 -2
- data/lib/emass_client/models/artifacts_response_del_data_inner.rb +2 -2
- data/lib/emass_client/models/artifacts_response_get.rb +2 -2
- data/lib/emass_client/models/artifacts_response_put_post.rb +2 -2
- data/lib/emass_client/models/artifacts_response_put_post_data_inner.rb +2 -2
- data/lib/emass_client/models/cac_get.rb +2 -2
- data/lib/emass_client/models/cac_response_get.rb +2 -2
- data/lib/emass_client/models/cac_response_post.rb +2 -2
- data/lib/emass_client/models/cac_response_post_data_inner.rb +2 -2
- data/lib/emass_client/models/cloud_resources_post.rb +2 -2
- data/lib/emass_client/models/cloud_resources_response_post.rb +2 -2
- data/lib/emass_client/models/cmmc_get.rb +111 -35
- data/lib/emass_client/models/cmmc_response_get.rb +2 -2
- data/lib/emass_client/models/connectivity_ccsd.rb +2 -2
- data/lib/emass_client/models/containers_resources_post.rb +2 -2
- data/lib/emass_client/models/containers_response_post.rb +2 -2
- data/lib/emass_client/models/controls_get.rb +2 -2
- data/lib/emass_client/models/controls_put.rb +2 -2
- data/lib/emass_client/models/controls_response_get.rb +2 -2
- data/lib/emass_client/models/controls_response_put.rb +2 -2
- data/lib/emass_client/models/definition_transitions.rb +2 -2
- data/lib/emass_client/models/instances_transitions.rb +2 -2
- data/lib/emass_client/models/milestone_response_get.rb +2 -2
- data/lib/emass_client/models/milestone_response_get_milestone.rb +2 -2
- data/lib/emass_client/models/milestone_response_post.rb +2 -2
- data/lib/emass_client/models/milestone_response_put.rb +2 -2
- data/lib/emass_client/models/milestones_get.rb +2 -2
- data/lib/emass_client/models/milestones_put_post_delete.rb +2 -2
- data/lib/emass_client/models/milestones_request_delete_body_inner.rb +2 -2
- data/lib/emass_client/models/milestones_required_post.rb +2 -2
- data/lib/emass_client/models/milestones_required_put.rb +2 -2
- data/lib/emass_client/models/pac_get.rb +2 -2
- data/lib/emass_client/models/pac_post.rb +2 -2
- data/lib/emass_client/models/pac_response_get.rb +2 -2
- data/lib/emass_client/models/pac_response_post.rb +2 -2
- data/lib/emass_client/models/poam_get.rb +2 -2
- data/lib/emass_client/models/poam_post_put_del.rb +2 -2
- data/lib/emass_client/models/poam_request_delete_body_inner.rb +2 -2
- data/lib/emass_client/models/poam_response_delete.rb +2 -2
- data/lib/emass_client/models/poam_response_get_poams.rb +2 -2
- data/lib/emass_client/models/poam_response_get_systems.rb +2 -2
- data/lib/emass_client/models/poam_response_post.rb +2 -2
- data/lib/emass_client/models/poam_response_put.rb +2 -2
- data/lib/emass_client/models/register.rb +2 -2
- data/lib/emass_client/models/register_data.rb +2 -2
- data/lib/emass_client/models/register_user_request_post_body.rb +2 -2
- data/lib/emass_client/models/response200.rb +2 -2
- data/lib/emass_client/models/response201.rb +2 -2
- data/lib/emass_client/models/response201_meta.rb +2 -2
- data/lib/emass_client/models/response400.rb +2 -2
- data/lib/emass_client/models/response400_meta.rb +2 -2
- data/lib/emass_client/models/response401.rb +2 -2
- data/lib/emass_client/models/response401_meta.rb +2 -2
- data/lib/emass_client/models/response403.rb +2 -2
- data/lib/emass_client/models/response403_meta.rb +2 -2
- data/lib/emass_client/models/response404.rb +2 -2
- data/lib/emass_client/models/response405.rb +2 -2
- data/lib/emass_client/models/response405_meta.rb +2 -2
- data/lib/emass_client/models/response411.rb +2 -2
- data/lib/emass_client/models/response411_meta.rb +2 -2
- data/lib/emass_client/models/response490.rb +2 -2
- data/lib/emass_client/models/response490_meta.rb +2 -2
- data/lib/emass_client/models/response500.rb +2 -2
- data/lib/emass_client/models/response500_meta.rb +2 -2
- data/lib/emass_client/models/role_category.rb +2 -2
- data/lib/emass_client/models/roles.rb +2 -2
- data/lib/emass_client/models/ssps.rb +2 -2
- data/lib/emass_client/models/stage.rb +2 -2
- data/lib/emass_client/models/static_code_application.rb +2 -2
- data/lib/emass_client/models/static_code_post.rb +2 -2
- data/lib/emass_client/models/static_code_request_post_body.rb +2 -2
- data/lib/emass_client/models/static_code_request_post_body_application.rb +2 -2
- data/lib/emass_client/models/static_code_response_post.rb +2 -2
- data/lib/emass_client/models/success200_response.rb +2 -2
- data/lib/emass_client/models/success200_response_data_inner.rb +2 -2
- data/lib/emass_client/models/system_response.rb +2 -2
- data/lib/emass_client/models/system_roles_category_response.rb +2 -2
- data/lib/emass_client/models/system_roles_response.rb +2 -2
- data/lib/emass_client/models/system_roles_response_data_inner.rb +2 -2
- data/lib/emass_client/models/systems.rb +399 -71
- data/lib/emass_client/models/systems_response.rb +2 -2
- data/lib/emass_client/models/test.rb +2 -2
- data/lib/emass_client/models/test_data.rb +2 -2
- data/lib/emass_client/models/test_results_get.rb +2 -2
- data/lib/emass_client/models/test_results_post.rb +2 -2
- data/lib/emass_client/models/test_results_response_get.rb +2 -2
- data/lib/emass_client/models/test_results_response_post.rb +2 -2
- data/lib/emass_client/models/users.rb +2 -2
- data/lib/emass_client/models/workflow_definition_get.rb +2 -2
- data/lib/emass_client/models/workflow_definition_response_get.rb +2 -2
- data/lib/emass_client/models/workflow_instance_get.rb +2 -2
- data/lib/emass_client/models/workflow_instance_response_get.rb +2 -2
- data/lib/emass_client/models/workflow_instances_get.rb +2 -2
- data/lib/emass_client/models/workflow_instances_response_get.rb +2 -2
- data/lib/emass_client/models/workflow_instances_response_get_pagination.rb +2 -2
- data/lib/emass_client/version.rb +3 -3
- data/lib/emass_client.rb +4 -4
- metadata +5 -5
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Enterprise Mission Assurance Support Service (eMASS) Representational State Transfer (REST) Application Programming Interface (API) enables users to perform assessments and complete actions associated with system records. <strong>Register External Application (that use the eMASS API)</strong></br> New users will need to [register](https://nisp.emass.apps.mil/Content/Help/jobaids/eMASS_OT_NewUser_Job_Aid.pdf) an API key with the eMASS development team prior to accessing the site for the first time. The eMASS REST API requires a client certificate (SSL/TLS, DoD PKI only). Use the `Registration` endpoint to register the client certificate.</br></br> Every call to the eMASS REST API will require the use of the agreed upon public key certificate and API key. The API key must be provided in the request header for all endpoint calls (api-key). If the service receives an untrusted certificate or API key, a 401 error response code will be returned along with an error message.</br></br> <strong>Available Request Headers</strong></br> <table> <tr> <th align=left>key</th> <th align=left>Example Value</th> <th align=left>Description</th> </tr> <tr> <td>`api-key`</td> <td>api-key-provided-by-emass</td> <td>This API key must be provided in the request header for all endpoint calls</td> </tr> <tr> <td>`user-uid`</td> <td>USER.UID.KEY</td> <td>This User unique identifier key must be provided in the request header for all PUT, POST, and DELETE endpoint calls</td> </tr> <tr> <td></td><td></td> <td> Note: For DoD users this is the DoD ID Number (EIDIPI) on their DoD CAC </td> </tr> </table> </br><strong>Approve API Client for Actionable Requests</strong></br> Users are required to log-in to eMASS and grant permissions for a client to update data within eMASS on their behalf. This is only required for actionable requests (PUT, POST, DELETE). The Registration Endpoint and all GET requests can be accessed without completing this process with the correct permissions. Please note that leaving a field parameter blank (for PUT/POST requests) has the potential to clear information in the active eMASS records. To establish an account with eMASS and/or acquire an api-key/user-uid, contact one of the listed POC:
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v3.
|
6
|
+
The version of the OpenAPI document: v3.9
|
7
7
|
Contact: disa.meade.id.mbx.emass-tier-iii-support@mail.mil
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -19,10 +19,157 @@ module EmassClient
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
+
# Get dashboard information
|
23
|
+
# Get system Artifacts details information.
|
24
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
27
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
28
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
29
|
+
# @return [Object]
|
30
|
+
def get_system_artifacts_details(org_id, opts = {})
|
31
|
+
data, _status_code, _headers = get_system_artifacts_details_with_http_info(org_id, opts)
|
32
|
+
data
|
33
|
+
end
|
34
|
+
|
35
|
+
# Get dashboard information
|
36
|
+
# Get system Artifacts details information.
|
37
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
40
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
41
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
42
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
43
|
+
def get_system_artifacts_details_with_http_info(org_id, opts = {})
|
44
|
+
if @api_client.config.debugging
|
45
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_artifacts_details ...'
|
46
|
+
end
|
47
|
+
# verify the required parameter 'org_id' is set
|
48
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
49
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_artifacts_details"
|
50
|
+
end
|
51
|
+
# resource path
|
52
|
+
local_var_path = '/api/dashboards/system-artifacts-details'
|
53
|
+
|
54
|
+
# query parameters
|
55
|
+
query_params = opts[:query_params] || {}
|
56
|
+
query_params[:'orgId'] = org_id
|
57
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
58
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
59
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
60
|
+
|
61
|
+
# header parameters
|
62
|
+
header_params = opts[:header_params] || {}
|
63
|
+
# HTTP header 'Accept' (if needed)
|
64
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
65
|
+
|
66
|
+
# form parameters
|
67
|
+
form_params = opts[:form_params] || {}
|
68
|
+
|
69
|
+
# http body (model)
|
70
|
+
post_body = opts[:debug_body]
|
71
|
+
|
72
|
+
# return_type
|
73
|
+
return_type = opts[:debug_return_type] || 'Object'
|
74
|
+
|
75
|
+
# auth_names
|
76
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
77
|
+
|
78
|
+
new_options = opts.merge(
|
79
|
+
:operation => :"DashboardsApi.get_system_artifacts_details",
|
80
|
+
:header_params => header_params,
|
81
|
+
:query_params => query_params,
|
82
|
+
:form_params => form_params,
|
83
|
+
:body => post_body,
|
84
|
+
:auth_names => auth_names,
|
85
|
+
:return_type => return_type
|
86
|
+
)
|
87
|
+
|
88
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
89
|
+
if @api_client.config.debugging
|
90
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_artifacts_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
91
|
+
end
|
92
|
+
return data, status_code, headers
|
93
|
+
end
|
94
|
+
|
95
|
+
# Get dashboard information
|
96
|
+
# Get system Artifacts summary information.
|
97
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
98
|
+
# @param [Hash] opts the optional parameters
|
99
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
100
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
101
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
102
|
+
# @return [Object]
|
103
|
+
def get_system_artifacts_summary(org_id, opts = {})
|
104
|
+
data, _status_code, _headers = get_system_artifacts_summary_with_http_info(org_id, opts)
|
105
|
+
data
|
106
|
+
end
|
107
|
+
|
108
|
+
# Get dashboard information
|
109
|
+
# Get system Artifacts summary information.
|
110
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
111
|
+
# @param [Hash] opts the optional parameters
|
112
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
113
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
114
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
115
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
116
|
+
def get_system_artifacts_summary_with_http_info(org_id, opts = {})
|
117
|
+
if @api_client.config.debugging
|
118
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_artifacts_summary ...'
|
119
|
+
end
|
120
|
+
# verify the required parameter 'org_id' is set
|
121
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
122
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_artifacts_summary"
|
123
|
+
end
|
124
|
+
# resource path
|
125
|
+
local_var_path = '/api/dashboards/system-artifacts-summary'
|
126
|
+
|
127
|
+
# query parameters
|
128
|
+
query_params = opts[:query_params] || {}
|
129
|
+
query_params[:'orgId'] = org_id
|
130
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
131
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
132
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
133
|
+
|
134
|
+
# header parameters
|
135
|
+
header_params = opts[:header_params] || {}
|
136
|
+
# HTTP header 'Accept' (if needed)
|
137
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
138
|
+
|
139
|
+
# form parameters
|
140
|
+
form_params = opts[:form_params] || {}
|
141
|
+
|
142
|
+
# http body (model)
|
143
|
+
post_body = opts[:debug_body]
|
144
|
+
|
145
|
+
# return_type
|
146
|
+
return_type = opts[:debug_return_type] || 'Object'
|
147
|
+
|
148
|
+
# auth_names
|
149
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
150
|
+
|
151
|
+
new_options = opts.merge(
|
152
|
+
:operation => :"DashboardsApi.get_system_artifacts_summary",
|
153
|
+
:header_params => header_params,
|
154
|
+
:query_params => query_params,
|
155
|
+
:form_params => form_params,
|
156
|
+
:body => post_body,
|
157
|
+
:auth_names => auth_names,
|
158
|
+
:return_type => return_type
|
159
|
+
)
|
160
|
+
|
161
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
162
|
+
if @api_client.config.debugging
|
163
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_artifacts_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
164
|
+
end
|
165
|
+
return data, status_code, headers
|
166
|
+
end
|
167
|
+
|
22
168
|
# Get dashboard information
|
23
169
|
# Get systems assessement procdures details dashboard information.
|
24
170
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
25
171
|
# @param [Hash] opts the optional parameters
|
172
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
26
173
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
27
174
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
28
175
|
# @return [Object]
|
@@ -35,6 +182,7 @@ module EmassClient
|
|
35
182
|
# Get systems assessement procdures details dashboard information.
|
36
183
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
37
184
|
# @param [Hash] opts the optional parameters
|
185
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
38
186
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
39
187
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
40
188
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -52,6 +200,7 @@ module EmassClient
|
|
52
200
|
# query parameters
|
53
201
|
query_params = opts[:query_params] || {}
|
54
202
|
query_params[:'orgId'] = org_id
|
203
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
55
204
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
56
205
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
57
206
|
|
@@ -93,6 +242,7 @@ module EmassClient
|
|
93
242
|
# Get system associations details dashboard information.
|
94
243
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
95
244
|
# @param [Hash] opts the optional parameters
|
245
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
96
246
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
97
247
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
98
248
|
# @return [Object]
|
@@ -105,6 +255,7 @@ module EmassClient
|
|
105
255
|
# Get system associations details dashboard information.
|
106
256
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
107
257
|
# @param [Hash] opts the optional parameters
|
258
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
108
259
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
109
260
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
110
261
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -122,6 +273,7 @@ module EmassClient
|
|
122
273
|
# query parameters
|
123
274
|
query_params = opts[:query_params] || {}
|
124
275
|
query_params[:'orgId'] = org_id
|
276
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
125
277
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
126
278
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
127
279
|
|
@@ -163,6 +315,7 @@ module EmassClient
|
|
163
315
|
# Get systems control compliance summary dashboard information.
|
164
316
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
165
317
|
# @param [Hash] opts the optional parameters
|
318
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
166
319
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
167
320
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
168
321
|
# @return [Object]
|
@@ -175,6 +328,7 @@ module EmassClient
|
|
175
328
|
# Get systems control compliance summary dashboard information.
|
176
329
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
177
330
|
# @param [Hash] opts the optional parameters
|
331
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
178
332
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
179
333
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
180
334
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -192,6 +346,7 @@ module EmassClient
|
|
192
346
|
# query parameters
|
193
347
|
query_params = opts[:query_params] || {}
|
194
348
|
query_params[:'orgId'] = org_id
|
349
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
195
350
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
196
351
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
197
352
|
|
@@ -233,6 +388,7 @@ module EmassClient
|
|
233
388
|
# Get system hardware details dashboard information.
|
234
389
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
235
390
|
# @param [Hash] opts the optional parameters
|
391
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
236
392
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
237
393
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
238
394
|
# @return [Object]
|
@@ -245,6 +401,7 @@ module EmassClient
|
|
245
401
|
# Get system hardware details dashboard information.
|
246
402
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
247
403
|
# @param [Hash] opts the optional parameters
|
404
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
248
405
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
249
406
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
250
407
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -262,6 +419,7 @@ module EmassClient
|
|
262
419
|
# query parameters
|
263
420
|
query_params = opts[:query_params] || {}
|
264
421
|
query_params[:'orgId'] = org_id
|
422
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
265
423
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
266
424
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
267
425
|
|
@@ -303,6 +461,7 @@ module EmassClient
|
|
303
461
|
# Get system hardware summary dashboard information.
|
304
462
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
305
463
|
# @param [Hash] opts the optional parameters
|
464
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
306
465
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
307
466
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
308
467
|
# @return [Object]
|
@@ -315,6 +474,7 @@ module EmassClient
|
|
315
474
|
# Get system hardware summary dashboard information.
|
316
475
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
317
476
|
# @param [Hash] opts the optional parameters
|
477
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
318
478
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
319
479
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
320
480
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -332,6 +492,7 @@ module EmassClient
|
|
332
492
|
# query parameters
|
333
493
|
query_params = opts[:query_params] || {}
|
334
494
|
query_params[:'orgId'] = org_id
|
495
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
335
496
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
336
497
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
337
498
|
|
@@ -373,6 +534,7 @@ module EmassClient
|
|
373
534
|
# Get system POA&Ms details dashboard information.
|
374
535
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
375
536
|
# @param [Hash] opts the optional parameters
|
537
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
376
538
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
377
539
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
378
540
|
# @return [Object]
|
@@ -385,6 +547,7 @@ module EmassClient
|
|
385
547
|
# Get system POA&Ms details dashboard information.
|
386
548
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
387
549
|
# @param [Hash] opts the optional parameters
|
550
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
388
551
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
389
552
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
390
553
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -402,6 +565,7 @@ module EmassClient
|
|
402
565
|
# query parameters
|
403
566
|
query_params = opts[:query_params] || {}
|
404
567
|
query_params[:'orgId'] = org_id
|
568
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
405
569
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
406
570
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
407
571
|
|
@@ -443,6 +607,7 @@ module EmassClient
|
|
443
607
|
# Get systems POA&Ms summary dashboard information.
|
444
608
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
445
609
|
# @param [Hash] opts the optional parameters
|
610
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
446
611
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
447
612
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
448
613
|
# @return [Object]
|
@@ -455,6 +620,7 @@ module EmassClient
|
|
455
620
|
# Get systems POA&Ms summary dashboard information.
|
456
621
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
457
622
|
# @param [Hash] opts the optional parameters
|
623
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
458
624
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
459
625
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
460
626
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -472,6 +638,7 @@ module EmassClient
|
|
472
638
|
# query parameters
|
473
639
|
query_params = opts[:query_params] || {}
|
474
640
|
query_params[:'orgId'] = org_id
|
641
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
475
642
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
476
643
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
477
644
|
|
@@ -510,38 +677,41 @@ module EmassClient
|
|
510
677
|
end
|
511
678
|
|
512
679
|
# Get dashboard information
|
513
|
-
# Get
|
680
|
+
# Get system ports and protocols details dashboard information.
|
514
681
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
515
682
|
# @param [Hash] opts the optional parameters
|
683
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
516
684
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
517
685
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
518
686
|
# @return [Object]
|
519
|
-
def
|
520
|
-
data, _status_code, _headers =
|
687
|
+
def get_system_ports_protocols_details(org_id, opts = {})
|
688
|
+
data, _status_code, _headers = get_system_ports_protocols_details_with_http_info(org_id, opts)
|
521
689
|
data
|
522
690
|
end
|
523
691
|
|
524
692
|
# Get dashboard information
|
525
|
-
# Get
|
693
|
+
# Get system ports and protocols details dashboard information.
|
526
694
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
527
695
|
# @param [Hash] opts the optional parameters
|
696
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
528
697
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
529
698
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
530
699
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
531
|
-
def
|
700
|
+
def get_system_ports_protocols_details_with_http_info(org_id, opts = {})
|
532
701
|
if @api_client.config.debugging
|
533
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
702
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_ports_protocols_details ...'
|
534
703
|
end
|
535
704
|
# verify the required parameter 'org_id' is set
|
536
705
|
if @api_client.config.client_side_validation && org_id.nil?
|
537
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
706
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_ports_protocols_details"
|
538
707
|
end
|
539
708
|
# resource path
|
540
|
-
local_var_path = '/api/dashboards/system-
|
709
|
+
local_var_path = '/api/dashboards/system-ports-protocols-details'
|
541
710
|
|
542
711
|
# query parameters
|
543
712
|
query_params = opts[:query_params] || {}
|
544
713
|
query_params[:'orgId'] = org_id
|
714
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
545
715
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
546
716
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
547
717
|
|
@@ -563,7 +733,7 @@ module EmassClient
|
|
563
733
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
564
734
|
|
565
735
|
new_options = opts.merge(
|
566
|
-
:operation => :"DashboardsApi.
|
736
|
+
:operation => :"DashboardsApi.get_system_ports_protocols_details",
|
567
737
|
:header_params => header_params,
|
568
738
|
:query_params => query_params,
|
569
739
|
:form_params => form_params,
|
@@ -574,44 +744,47 @@ module EmassClient
|
|
574
744
|
|
575
745
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
576
746
|
if @api_client.config.debugging
|
577
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
747
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_ports_protocols_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
578
748
|
end
|
579
749
|
return data, status_code, headers
|
580
750
|
end
|
581
751
|
|
582
752
|
# Get dashboard information
|
583
|
-
# Get
|
753
|
+
# Get system ports and protocols summary dashboard information.
|
584
754
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
585
755
|
# @param [Hash] opts the optional parameters
|
756
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
586
757
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
587
758
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
588
759
|
# @return [Object]
|
589
|
-
def
|
590
|
-
data, _status_code, _headers =
|
760
|
+
def get_system_ports_protocols_summary(org_id, opts = {})
|
761
|
+
data, _status_code, _headers = get_system_ports_protocols_summary_with_http_info(org_id, opts)
|
591
762
|
data
|
592
763
|
end
|
593
764
|
|
594
765
|
# Get dashboard information
|
595
|
-
# Get
|
766
|
+
# Get system ports and protocols summary dashboard information.
|
596
767
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
597
768
|
# @param [Hash] opts the optional parameters
|
769
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
598
770
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
599
771
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
600
772
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
601
|
-
def
|
773
|
+
def get_system_ports_protocols_summary_with_http_info(org_id, opts = {})
|
602
774
|
if @api_client.config.debugging
|
603
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
775
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_ports_protocols_summary ...'
|
604
776
|
end
|
605
777
|
# verify the required parameter 'org_id' is set
|
606
778
|
if @api_client.config.client_side_validation && org_id.nil?
|
607
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
779
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_ports_protocols_summary"
|
608
780
|
end
|
609
781
|
# resource path
|
610
|
-
local_var_path = '/api/dashboards/system-
|
782
|
+
local_var_path = '/api/dashboards/system-ports-protocols-summary'
|
611
783
|
|
612
784
|
# query parameters
|
613
785
|
query_params = opts[:query_params] || {}
|
614
786
|
query_params[:'orgId'] = org_id
|
787
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
615
788
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
616
789
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
617
790
|
|
@@ -633,7 +806,7 @@ module EmassClient
|
|
633
806
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
634
807
|
|
635
808
|
new_options = opts.merge(
|
636
|
-
:operation => :"DashboardsApi.
|
809
|
+
:operation => :"DashboardsApi.get_system_ports_protocols_summary",
|
637
810
|
:header_params => header_params,
|
638
811
|
:query_params => query_params,
|
639
812
|
:form_params => form_params,
|
@@ -644,44 +817,47 @@ module EmassClient
|
|
644
817
|
|
645
818
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
646
819
|
if @api_client.config.debugging
|
647
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
820
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_ports_protocols_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
648
821
|
end
|
649
822
|
return data, status_code, headers
|
650
823
|
end
|
651
824
|
|
652
825
|
# Get dashboard information
|
653
|
-
# Get
|
826
|
+
# Get user system privacy summary dashboard information.
|
654
827
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
655
828
|
# @param [Hash] opts the optional parameters
|
829
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
656
830
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
657
831
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
658
832
|
# @return [Object]
|
659
|
-
def
|
660
|
-
data, _status_code, _headers =
|
833
|
+
def get_system_privacy_summary(org_id, opts = {})
|
834
|
+
data, _status_code, _headers = get_system_privacy_summary_with_http_info(org_id, opts)
|
661
835
|
data
|
662
836
|
end
|
663
837
|
|
664
838
|
# Get dashboard information
|
665
|
-
# Get
|
839
|
+
# Get user system privacy summary dashboard information.
|
666
840
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
667
841
|
# @param [Hash] opts the optional parameters
|
842
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
668
843
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
669
844
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
670
845
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
671
|
-
def
|
846
|
+
def get_system_privacy_summary_with_http_info(org_id, opts = {})
|
672
847
|
if @api_client.config.debugging
|
673
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
848
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_privacy_summary ...'
|
674
849
|
end
|
675
850
|
# verify the required parameter 'org_id' is set
|
676
851
|
if @api_client.config.client_side_validation && org_id.nil?
|
677
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
852
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_privacy_summary"
|
678
853
|
end
|
679
854
|
# resource path
|
680
|
-
local_var_path = '/api/dashboards/system-
|
855
|
+
local_var_path = '/api/dashboards/system-privacy-summary'
|
681
856
|
|
682
857
|
# query parameters
|
683
858
|
query_params = opts[:query_params] || {}
|
684
859
|
query_params[:'orgId'] = org_id
|
860
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
685
861
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
686
862
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
687
863
|
|
@@ -703,7 +879,7 @@ module EmassClient
|
|
703
879
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
704
880
|
|
705
881
|
new_options = opts.merge(
|
706
|
-
:operation => :"DashboardsApi.
|
882
|
+
:operation => :"DashboardsApi.get_system_privacy_summary",
|
707
883
|
:header_params => header_params,
|
708
884
|
:query_params => query_params,
|
709
885
|
:form_params => form_params,
|
@@ -714,44 +890,47 @@ module EmassClient
|
|
714
890
|
|
715
891
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
716
892
|
if @api_client.config.debugging
|
717
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
893
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_privacy_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
718
894
|
end
|
719
895
|
return data, status_code, headers
|
720
896
|
end
|
721
897
|
|
722
898
|
# Get dashboard information
|
723
|
-
# Get
|
899
|
+
# Get systems security control details dashboard information.
|
724
900
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
725
901
|
# @param [Hash] opts the optional parameters
|
902
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
726
903
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
727
904
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
728
905
|
# @return [Object]
|
729
|
-
def
|
730
|
-
data, _status_code, _headers =
|
906
|
+
def get_system_security_control_details(org_id, opts = {})
|
907
|
+
data, _status_code, _headers = get_system_security_control_details_with_http_info(org_id, opts)
|
731
908
|
data
|
732
909
|
end
|
733
910
|
|
734
911
|
# Get dashboard information
|
735
|
-
# Get
|
912
|
+
# Get systems security control details dashboard information.
|
736
913
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
737
914
|
# @param [Hash] opts the optional parameters
|
915
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
738
916
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
739
917
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
740
918
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
741
|
-
def
|
919
|
+
def get_system_security_control_details_with_http_info(org_id, opts = {})
|
742
920
|
if @api_client.config.debugging
|
743
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
921
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_security_control_details ...'
|
744
922
|
end
|
745
923
|
# verify the required parameter 'org_id' is set
|
746
924
|
if @api_client.config.client_side_validation && org_id.nil?
|
747
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
925
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_security_control_details"
|
748
926
|
end
|
749
927
|
# resource path
|
750
|
-
local_var_path = '/api/dashboards/
|
928
|
+
local_var_path = '/api/dashboards/system-security-controls-details'
|
751
929
|
|
752
930
|
# query parameters
|
753
931
|
query_params = opts[:query_params] || {}
|
754
932
|
query_params[:'orgId'] = org_id
|
933
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
755
934
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
756
935
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
757
936
|
|
@@ -773,7 +952,7 @@ module EmassClient
|
|
773
952
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
774
953
|
|
775
954
|
new_options = opts.merge(
|
776
|
-
:operation => :"DashboardsApi.
|
955
|
+
:operation => :"DashboardsApi.get_system_security_control_details",
|
777
956
|
:header_params => header_params,
|
778
957
|
:query_params => query_params,
|
779
958
|
:form_params => form_params,
|
@@ -784,44 +963,47 @@ module EmassClient
|
|
784
963
|
|
785
964
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
786
965
|
if @api_client.config.debugging
|
787
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
966
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_security_control_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
788
967
|
end
|
789
968
|
return data, status_code, headers
|
790
969
|
end
|
791
970
|
|
792
971
|
# Get dashboard information
|
793
|
-
# Get
|
972
|
+
# Get system sensor hardware details dashboard information.
|
794
973
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
795
974
|
# @param [Hash] opts the optional parameters
|
975
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
796
976
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
797
977
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
798
978
|
# @return [Object]
|
799
|
-
def
|
800
|
-
data, _status_code, _headers =
|
979
|
+
def get_system_sensor_hardware_details(org_id, opts = {})
|
980
|
+
data, _status_code, _headers = get_system_sensor_hardware_details_with_http_info(org_id, opts)
|
801
981
|
data
|
802
982
|
end
|
803
983
|
|
804
984
|
# Get dashboard information
|
805
|
-
# Get
|
985
|
+
# Get system sensor hardware details dashboard information.
|
806
986
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
807
987
|
# @param [Hash] opts the optional parameters
|
988
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
808
989
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
809
990
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
810
991
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
811
|
-
def
|
992
|
+
def get_system_sensor_hardware_details_with_http_info(org_id, opts = {})
|
812
993
|
if @api_client.config.debugging
|
813
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
994
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_sensor_hardware_details ...'
|
814
995
|
end
|
815
996
|
# verify the required parameter 'org_id' is set
|
816
997
|
if @api_client.config.client_side_validation && org_id.nil?
|
817
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
998
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_sensor_hardware_details"
|
818
999
|
end
|
819
1000
|
# resource path
|
820
|
-
local_var_path = '/api/dashboards/
|
1001
|
+
local_var_path = '/api/dashboards/system-sensor-hardware-details'
|
821
1002
|
|
822
1003
|
# query parameters
|
823
1004
|
query_params = opts[:query_params] || {}
|
824
1005
|
query_params[:'orgId'] = org_id
|
1006
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
825
1007
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
826
1008
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
827
1009
|
|
@@ -843,7 +1025,7 @@ module EmassClient
|
|
843
1025
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
844
1026
|
|
845
1027
|
new_options = opts.merge(
|
846
|
-
:operation => :"DashboardsApi.
|
1028
|
+
:operation => :"DashboardsApi.get_system_sensor_hardware_details",
|
847
1029
|
:header_params => header_params,
|
848
1030
|
:query_params => query_params,
|
849
1031
|
:form_params => form_params,
|
@@ -854,44 +1036,47 @@ module EmassClient
|
|
854
1036
|
|
855
1037
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
856
1038
|
if @api_client.config.debugging
|
857
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
1039
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_sensor_hardware_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
858
1040
|
end
|
859
1041
|
return data, status_code, headers
|
860
1042
|
end
|
861
1043
|
|
862
1044
|
# Get dashboard information
|
863
|
-
# Get
|
1045
|
+
# Get system sensor hardware summary dashboard information.
|
864
1046
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
865
1047
|
# @param [Hash] opts the optional parameters
|
1048
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
866
1049
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
867
1050
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
868
1051
|
# @return [Object]
|
869
|
-
def
|
870
|
-
data, _status_code, _headers =
|
1052
|
+
def get_system_sensor_hardware_summary(org_id, opts = {})
|
1053
|
+
data, _status_code, _headers = get_system_sensor_hardware_summary_with_http_info(org_id, opts)
|
871
1054
|
data
|
872
1055
|
end
|
873
1056
|
|
874
1057
|
# Get dashboard information
|
875
|
-
# Get
|
1058
|
+
# Get system sensor hardware summary dashboard information.
|
876
1059
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
877
1060
|
# @param [Hash] opts the optional parameters
|
1061
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
878
1062
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
879
1063
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
880
1064
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
881
|
-
def
|
1065
|
+
def get_system_sensor_hardware_summary_with_http_info(org_id, opts = {})
|
882
1066
|
if @api_client.config.debugging
|
883
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
1067
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_sensor_hardware_summary ...'
|
884
1068
|
end
|
885
1069
|
# verify the required parameter 'org_id' is set
|
886
1070
|
if @api_client.config.client_side_validation && org_id.nil?
|
887
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
1071
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_sensor_hardware_summary"
|
888
1072
|
end
|
889
1073
|
# resource path
|
890
|
-
local_var_path = '/api/dashboards/
|
1074
|
+
local_var_path = '/api/dashboards/system-sensor-hardware-summary'
|
891
1075
|
|
892
1076
|
# query parameters
|
893
1077
|
query_params = opts[:query_params] || {}
|
894
1078
|
query_params[:'orgId'] = org_id
|
1079
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
895
1080
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
896
1081
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
897
1082
|
|
@@ -913,7 +1098,7 @@ module EmassClient
|
|
913
1098
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
914
1099
|
|
915
1100
|
new_options = opts.merge(
|
916
|
-
:operation => :"DashboardsApi.
|
1101
|
+
:operation => :"DashboardsApi.get_system_sensor_hardware_summary",
|
917
1102
|
:header_params => header_params,
|
918
1103
|
:query_params => query_params,
|
919
1104
|
:form_params => form_params,
|
@@ -924,44 +1109,47 @@ module EmassClient
|
|
924
1109
|
|
925
1110
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
926
1111
|
if @api_client.config.debugging
|
927
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
1112
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_sensor_hardware_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
928
1113
|
end
|
929
1114
|
return data, status_code, headers
|
930
1115
|
end
|
931
1116
|
|
932
1117
|
# Get dashboard information
|
933
|
-
# Get
|
1118
|
+
# Get systems status detail dashboard information.
|
934
1119
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
935
1120
|
# @param [Hash] opts the optional parameters
|
1121
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
936
1122
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
937
1123
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
938
1124
|
# @return [Object]
|
939
|
-
def
|
940
|
-
data, _status_code, _headers =
|
1125
|
+
def get_system_status_details(org_id, opts = {})
|
1126
|
+
data, _status_code, _headers = get_system_status_details_with_http_info(org_id, opts)
|
941
1127
|
data
|
942
1128
|
end
|
943
1129
|
|
944
1130
|
# Get dashboard information
|
945
|
-
# Get
|
1131
|
+
# Get systems status detail dashboard information.
|
946
1132
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
947
1133
|
# @param [Hash] opts the optional parameters
|
1134
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
948
1135
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
949
1136
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
950
1137
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
951
|
-
def
|
1138
|
+
def get_system_status_details_with_http_info(org_id, opts = {})
|
952
1139
|
if @api_client.config.debugging
|
953
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
1140
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_system_status_details ...'
|
954
1141
|
end
|
955
1142
|
# verify the required parameter 'org_id' is set
|
956
1143
|
if @api_client.config.client_side_validation && org_id.nil?
|
957
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
1144
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_system_status_details"
|
958
1145
|
end
|
959
1146
|
# resource path
|
960
|
-
local_var_path = '/api/dashboards/
|
1147
|
+
local_var_path = '/api/dashboards/system-status-details'
|
961
1148
|
|
962
1149
|
# query parameters
|
963
1150
|
query_params = opts[:query_params] || {}
|
964
1151
|
query_params[:'orgId'] = org_id
|
1152
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
965
1153
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
966
1154
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
967
1155
|
|
@@ -983,7 +1171,7 @@ module EmassClient
|
|
983
1171
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
984
1172
|
|
985
1173
|
new_options = opts.merge(
|
986
|
-
:operation => :"DashboardsApi.
|
1174
|
+
:operation => :"DashboardsApi.get_system_status_details",
|
987
1175
|
:header_params => header_params,
|
988
1176
|
:query_params => query_params,
|
989
1177
|
:form_params => form_params,
|
@@ -994,44 +1182,47 @@ module EmassClient
|
|
994
1182
|
|
995
1183
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
996
1184
|
if @api_client.config.debugging
|
997
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
1185
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_system_status_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
998
1186
|
end
|
999
1187
|
return data, status_code, headers
|
1000
1188
|
end
|
1001
1189
|
|
1002
1190
|
# Get dashboard information
|
1003
|
-
# Get
|
1191
|
+
# Get user system assignments details dashboard information.
|
1004
1192
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1005
1193
|
# @param [Hash] opts the optional parameters
|
1194
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1006
1195
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1007
1196
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1008
1197
|
# @return [Object]
|
1009
|
-
def
|
1010
|
-
data, _status_code, _headers =
|
1198
|
+
def get_user_system_assignments_details(org_id, opts = {})
|
1199
|
+
data, _status_code, _headers = get_user_system_assignments_details_with_http_info(org_id, opts)
|
1011
1200
|
data
|
1012
1201
|
end
|
1013
1202
|
|
1014
1203
|
# Get dashboard information
|
1015
|
-
# Get
|
1204
|
+
# Get user system assignments details dashboard information.
|
1016
1205
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1017
1206
|
# @param [Hash] opts the optional parameters
|
1207
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1018
1208
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1019
1209
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1020
1210
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1021
|
-
def
|
1211
|
+
def get_user_system_assignments_details_with_http_info(org_id, opts = {})
|
1022
1212
|
if @api_client.config.debugging
|
1023
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
1213
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_user_system_assignments_details ...'
|
1024
1214
|
end
|
1025
1215
|
# verify the required parameter 'org_id' is set
|
1026
1216
|
if @api_client.config.client_side_validation && org_id.nil?
|
1027
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
1217
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_user_system_assignments_details"
|
1028
1218
|
end
|
1029
1219
|
# resource path
|
1030
|
-
local_var_path = '/api/dashboards/
|
1220
|
+
local_var_path = '/api/dashboards/user-system-assignments-details'
|
1031
1221
|
|
1032
1222
|
# query parameters
|
1033
1223
|
query_params = opts[:query_params] || {}
|
1034
1224
|
query_params[:'orgId'] = org_id
|
1225
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1035
1226
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1036
1227
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1037
1228
|
|
@@ -1053,7 +1244,7 @@ module EmassClient
|
|
1053
1244
|
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1054
1245
|
|
1055
1246
|
new_options = opts.merge(
|
1056
|
-
:operation => :"DashboardsApi.
|
1247
|
+
:operation => :"DashboardsApi.get_user_system_assignments_details",
|
1057
1248
|
:header_params => header_params,
|
1058
1249
|
:query_params => query_params,
|
1059
1250
|
:form_params => form_params,
|
@@ -1064,44 +1255,412 @@ module EmassClient
|
|
1064
1255
|
|
1065
1256
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1066
1257
|
if @api_client.config.debugging
|
1067
|
-
@api_client.config.logger.debug "API called: DashboardsApi#
|
1258
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_user_system_assignments_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1068
1259
|
end
|
1069
1260
|
return data, status_code, headers
|
1070
1261
|
end
|
1071
1262
|
|
1072
1263
|
# Get dashboard information
|
1073
|
-
# Get VA
|
1264
|
+
# Get VA OMB-FISMA SAOP summary dashboard information.
|
1074
1265
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1075
1266
|
# @param [Hash] opts the optional parameters
|
1267
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1076
1268
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1077
1269
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1078
1270
|
# @return [Object]
|
1079
|
-
def
|
1080
|
-
data, _status_code, _headers =
|
1271
|
+
def get_va_omb_fsma_saop_summary(org_id, opts = {})
|
1272
|
+
data, _status_code, _headers = get_va_omb_fsma_saop_summary_with_http_info(org_id, opts)
|
1081
1273
|
data
|
1082
1274
|
end
|
1083
1275
|
|
1084
1276
|
# Get dashboard information
|
1085
|
-
# Get VA
|
1277
|
+
# Get VA OMB-FISMA SAOP summary dashboard information.
|
1086
1278
|
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1087
1279
|
# @param [Hash] opts the optional parameters
|
1280
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1088
1281
|
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1089
1282
|
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1090
1283
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1091
|
-
def
|
1284
|
+
def get_va_omb_fsma_saop_summary_with_http_info(org_id, opts = {})
|
1092
1285
|
if @api_client.config.debugging
|
1093
|
-
@api_client.config.logger.debug 'Calling API: DashboardsApi.
|
1286
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_omb_fsma_saop_summary ...'
|
1094
1287
|
end
|
1095
1288
|
# verify the required parameter 'org_id' is set
|
1096
1289
|
if @api_client.config.client_side_validation && org_id.nil?
|
1097
|
-
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.
|
1290
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_omb_fsma_saop_summary"
|
1098
1291
|
end
|
1099
1292
|
# resource path
|
1100
|
-
local_var_path = '/api/dashboards/va-
|
1293
|
+
local_var_path = '/api/dashboards/va-omb-fisma-saop-summary'
|
1101
1294
|
|
1102
1295
|
# query parameters
|
1103
1296
|
query_params = opts[:query_params] || {}
|
1104
1297
|
query_params[:'orgId'] = org_id
|
1298
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1299
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1300
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1301
|
+
|
1302
|
+
# header parameters
|
1303
|
+
header_params = opts[:header_params] || {}
|
1304
|
+
# HTTP header 'Accept' (if needed)
|
1305
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1306
|
+
|
1307
|
+
# form parameters
|
1308
|
+
form_params = opts[:form_params] || {}
|
1309
|
+
|
1310
|
+
# http body (model)
|
1311
|
+
post_body = opts[:debug_body]
|
1312
|
+
|
1313
|
+
# return_type
|
1314
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1315
|
+
|
1316
|
+
# auth_names
|
1317
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1318
|
+
|
1319
|
+
new_options = opts.merge(
|
1320
|
+
:operation => :"DashboardsApi.get_va_omb_fsma_saop_summary",
|
1321
|
+
:header_params => header_params,
|
1322
|
+
:query_params => query_params,
|
1323
|
+
:form_params => form_params,
|
1324
|
+
:body => post_body,
|
1325
|
+
:auth_names => auth_names,
|
1326
|
+
:return_type => return_type
|
1327
|
+
)
|
1328
|
+
|
1329
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1330
|
+
if @api_client.config.debugging
|
1331
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_omb_fsma_saop_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1332
|
+
end
|
1333
|
+
return data, status_code, headers
|
1334
|
+
end
|
1335
|
+
|
1336
|
+
# Get dashboard information
|
1337
|
+
# Get VA system A2.0 summary dashboard information.
|
1338
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1339
|
+
# @param [Hash] opts the optional parameters
|
1340
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1341
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1342
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1343
|
+
# @return [Object]
|
1344
|
+
def get_va_system_a2_summary(org_id, opts = {})
|
1345
|
+
data, _status_code, _headers = get_va_system_a2_summary_with_http_info(org_id, opts)
|
1346
|
+
data
|
1347
|
+
end
|
1348
|
+
|
1349
|
+
# Get dashboard information
|
1350
|
+
# Get VA system A2.0 summary dashboard information.
|
1351
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1352
|
+
# @param [Hash] opts the optional parameters
|
1353
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1354
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1355
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1356
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1357
|
+
def get_va_system_a2_summary_with_http_info(org_id, opts = {})
|
1358
|
+
if @api_client.config.debugging
|
1359
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_a2_summary ...'
|
1360
|
+
end
|
1361
|
+
# verify the required parameter 'org_id' is set
|
1362
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1363
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_a2_summary"
|
1364
|
+
end
|
1365
|
+
# resource path
|
1366
|
+
local_var_path = '/api/dashboards/va-system-a2-summary'
|
1367
|
+
|
1368
|
+
# query parameters
|
1369
|
+
query_params = opts[:query_params] || {}
|
1370
|
+
query_params[:'orgId'] = org_id
|
1371
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1372
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1373
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1374
|
+
|
1375
|
+
# header parameters
|
1376
|
+
header_params = opts[:header_params] || {}
|
1377
|
+
# HTTP header 'Accept' (if needed)
|
1378
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1379
|
+
|
1380
|
+
# form parameters
|
1381
|
+
form_params = opts[:form_params] || {}
|
1382
|
+
|
1383
|
+
# http body (model)
|
1384
|
+
post_body = opts[:debug_body]
|
1385
|
+
|
1386
|
+
# return_type
|
1387
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1388
|
+
|
1389
|
+
# auth_names
|
1390
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1391
|
+
|
1392
|
+
new_options = opts.merge(
|
1393
|
+
:operation => :"DashboardsApi.get_va_system_a2_summary",
|
1394
|
+
:header_params => header_params,
|
1395
|
+
:query_params => query_params,
|
1396
|
+
:form_params => form_params,
|
1397
|
+
:body => post_body,
|
1398
|
+
:auth_names => auth_names,
|
1399
|
+
:return_type => return_type
|
1400
|
+
)
|
1401
|
+
|
1402
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1403
|
+
if @api_client.config.debugging
|
1404
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_system_a2_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1405
|
+
end
|
1406
|
+
return data, status_code, headers
|
1407
|
+
end
|
1408
|
+
|
1409
|
+
# Get dashboard information
|
1410
|
+
# Get VA system A&A summary dashboard information.
|
1411
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1412
|
+
# @param [Hash] opts the optional parameters
|
1413
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1414
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1415
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1416
|
+
# @return [Object]
|
1417
|
+
def get_va_system_aa_summary(org_id, opts = {})
|
1418
|
+
data, _status_code, _headers = get_va_system_aa_summary_with_http_info(org_id, opts)
|
1419
|
+
data
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
# Get dashboard information
|
1423
|
+
# Get VA system A&A summary dashboard information.
|
1424
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1425
|
+
# @param [Hash] opts the optional parameters
|
1426
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1427
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1428
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1429
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1430
|
+
def get_va_system_aa_summary_with_http_info(org_id, opts = {})
|
1431
|
+
if @api_client.config.debugging
|
1432
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_aa_summary ...'
|
1433
|
+
end
|
1434
|
+
# verify the required parameter 'org_id' is set
|
1435
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1436
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_aa_summary"
|
1437
|
+
end
|
1438
|
+
# resource path
|
1439
|
+
local_var_path = '/api/dashboards/va-system-aa-summary'
|
1440
|
+
|
1441
|
+
# query parameters
|
1442
|
+
query_params = opts[:query_params] || {}
|
1443
|
+
query_params[:'orgId'] = org_id
|
1444
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1445
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1446
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1447
|
+
|
1448
|
+
# header parameters
|
1449
|
+
header_params = opts[:header_params] || {}
|
1450
|
+
# HTTP header 'Accept' (if needed)
|
1451
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1452
|
+
|
1453
|
+
# form parameters
|
1454
|
+
form_params = opts[:form_params] || {}
|
1455
|
+
|
1456
|
+
# http body (model)
|
1457
|
+
post_body = opts[:debug_body]
|
1458
|
+
|
1459
|
+
# return_type
|
1460
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1461
|
+
|
1462
|
+
# auth_names
|
1463
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1464
|
+
|
1465
|
+
new_options = opts.merge(
|
1466
|
+
:operation => :"DashboardsApi.get_va_system_aa_summary",
|
1467
|
+
:header_params => header_params,
|
1468
|
+
:query_params => query_params,
|
1469
|
+
:form_params => form_params,
|
1470
|
+
:body => post_body,
|
1471
|
+
:auth_names => auth_names,
|
1472
|
+
:return_type => return_type
|
1473
|
+
)
|
1474
|
+
|
1475
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1476
|
+
if @api_client.config.debugging
|
1477
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_system_aa_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1478
|
+
end
|
1479
|
+
return data, status_code, headers
|
1480
|
+
end
|
1481
|
+
|
1482
|
+
# Get dashboard information
|
1483
|
+
# Get VA system FISMA inventory crypto summary dashboard information.
|
1484
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1485
|
+
# @param [Hash] opts the optional parameters
|
1486
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1487
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1488
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1489
|
+
# @return [Object]
|
1490
|
+
def get_va_system_fisma_invetory_crypto_summary(org_id, opts = {})
|
1491
|
+
data, _status_code, _headers = get_va_system_fisma_invetory_crypto_summary_with_http_info(org_id, opts)
|
1492
|
+
data
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
# Get dashboard information
|
1496
|
+
# Get VA system FISMA inventory crypto summary dashboard information.
|
1497
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1498
|
+
# @param [Hash] opts the optional parameters
|
1499
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1500
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1501
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1502
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1503
|
+
def get_va_system_fisma_invetory_crypto_summary_with_http_info(org_id, opts = {})
|
1504
|
+
if @api_client.config.debugging
|
1505
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_fisma_invetory_crypto_summary ...'
|
1506
|
+
end
|
1507
|
+
# verify the required parameter 'org_id' is set
|
1508
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1509
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_fisma_invetory_crypto_summary"
|
1510
|
+
end
|
1511
|
+
# resource path
|
1512
|
+
local_var_path = '/api/dashboards/va-system-fisma-inventory-crypto-summary'
|
1513
|
+
|
1514
|
+
# query parameters
|
1515
|
+
query_params = opts[:query_params] || {}
|
1516
|
+
query_params[:'orgId'] = org_id
|
1517
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1518
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1519
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1520
|
+
|
1521
|
+
# header parameters
|
1522
|
+
header_params = opts[:header_params] || {}
|
1523
|
+
# HTTP header 'Accept' (if needed)
|
1524
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1525
|
+
|
1526
|
+
# form parameters
|
1527
|
+
form_params = opts[:form_params] || {}
|
1528
|
+
|
1529
|
+
# http body (model)
|
1530
|
+
post_body = opts[:debug_body]
|
1531
|
+
|
1532
|
+
# return_type
|
1533
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1534
|
+
|
1535
|
+
# auth_names
|
1536
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1537
|
+
|
1538
|
+
new_options = opts.merge(
|
1539
|
+
:operation => :"DashboardsApi.get_va_system_fisma_invetory_crypto_summary",
|
1540
|
+
:header_params => header_params,
|
1541
|
+
:query_params => query_params,
|
1542
|
+
:form_params => form_params,
|
1543
|
+
:body => post_body,
|
1544
|
+
:auth_names => auth_names,
|
1545
|
+
:return_type => return_type
|
1546
|
+
)
|
1547
|
+
|
1548
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1549
|
+
if @api_client.config.debugging
|
1550
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_system_fisma_invetory_crypto_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1551
|
+
end
|
1552
|
+
return data, status_code, headers
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
# Get dashboard information
|
1556
|
+
# Get VA system FISMA inventory summary dashboard information.
|
1557
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1558
|
+
# @param [Hash] opts the optional parameters
|
1559
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1560
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1561
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1562
|
+
# @return [Object]
|
1563
|
+
def get_va_system_fisma_invetory_summary(org_id, opts = {})
|
1564
|
+
data, _status_code, _headers = get_va_system_fisma_invetory_summary_with_http_info(org_id, opts)
|
1565
|
+
data
|
1566
|
+
end
|
1567
|
+
|
1568
|
+
# Get dashboard information
|
1569
|
+
# Get VA system FISMA inventory summary dashboard information.
|
1570
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1571
|
+
# @param [Hash] opts the optional parameters
|
1572
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1573
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1574
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1575
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1576
|
+
def get_va_system_fisma_invetory_summary_with_http_info(org_id, opts = {})
|
1577
|
+
if @api_client.config.debugging
|
1578
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_fisma_invetory_summary ...'
|
1579
|
+
end
|
1580
|
+
# verify the required parameter 'org_id' is set
|
1581
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1582
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_fisma_invetory_summary"
|
1583
|
+
end
|
1584
|
+
# resource path
|
1585
|
+
local_var_path = '/api/dashboards/va-system-fisma-inventory-summary'
|
1586
|
+
|
1587
|
+
# query parameters
|
1588
|
+
query_params = opts[:query_params] || {}
|
1589
|
+
query_params[:'orgId'] = org_id
|
1590
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1591
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1592
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1593
|
+
|
1594
|
+
# header parameters
|
1595
|
+
header_params = opts[:header_params] || {}
|
1596
|
+
# HTTP header 'Accept' (if needed)
|
1597
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1598
|
+
|
1599
|
+
# form parameters
|
1600
|
+
form_params = opts[:form_params] || {}
|
1601
|
+
|
1602
|
+
# http body (model)
|
1603
|
+
post_body = opts[:debug_body]
|
1604
|
+
|
1605
|
+
# return_type
|
1606
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1607
|
+
|
1608
|
+
# auth_names
|
1609
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1610
|
+
|
1611
|
+
new_options = opts.merge(
|
1612
|
+
:operation => :"DashboardsApi.get_va_system_fisma_invetory_summary",
|
1613
|
+
:header_params => header_params,
|
1614
|
+
:query_params => query_params,
|
1615
|
+
:form_params => form_params,
|
1616
|
+
:body => post_body,
|
1617
|
+
:auth_names => auth_names,
|
1618
|
+
:return_type => return_type
|
1619
|
+
)
|
1620
|
+
|
1621
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1622
|
+
if @api_client.config.debugging
|
1623
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_system_fisma_invetory_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1624
|
+
end
|
1625
|
+
return data, status_code, headers
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
# Get dashboard information
|
1629
|
+
# Get VA system P.L. 109 reporting summary dashboard information.
|
1630
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1631
|
+
# @param [Hash] opts the optional parameters
|
1632
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1633
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1634
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1635
|
+
# @return [Object]
|
1636
|
+
def get_va_system_pl109_reporting_summary(org_id, opts = {})
|
1637
|
+
data, _status_code, _headers = get_va_system_pl109_reporting_summary_with_http_info(org_id, opts)
|
1638
|
+
data
|
1639
|
+
end
|
1640
|
+
|
1641
|
+
# Get dashboard information
|
1642
|
+
# Get VA system P.L. 109 reporting summary dashboard information.
|
1643
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1644
|
+
# @param [Hash] opts the optional parameters
|
1645
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1646
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1647
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1648
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1649
|
+
def get_va_system_pl109_reporting_summary_with_http_info(org_id, opts = {})
|
1650
|
+
if @api_client.config.debugging
|
1651
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_pl109_reporting_summary ...'
|
1652
|
+
end
|
1653
|
+
# verify the required parameter 'org_id' is set
|
1654
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1655
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_pl109_reporting_summary"
|
1656
|
+
end
|
1657
|
+
# resource path
|
1658
|
+
local_var_path = '/api/dashboards/va-system-pl-109-reporting-summary'
|
1659
|
+
|
1660
|
+
# query parameters
|
1661
|
+
query_params = opts[:query_params] || {}
|
1662
|
+
query_params[:'orgId'] = org_id
|
1663
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1105
1664
|
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1106
1665
|
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1107
1666
|
|
@@ -1138,5 +1697,224 @@ module EmassClient
|
|
1138
1697
|
end
|
1139
1698
|
return data, status_code, headers
|
1140
1699
|
end
|
1700
|
+
|
1701
|
+
# Get dashboard information
|
1702
|
+
# Get VA system threat architecture details dashboard information.
|
1703
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1704
|
+
# @param [Hash] opts the optional parameters
|
1705
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1706
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1707
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1708
|
+
# @return [Object]
|
1709
|
+
def get_va_system_threat_architecture_details(org_id, opts = {})
|
1710
|
+
data, _status_code, _headers = get_va_system_threat_architecture_details_with_http_info(org_id, opts)
|
1711
|
+
data
|
1712
|
+
end
|
1713
|
+
|
1714
|
+
# Get dashboard information
|
1715
|
+
# Get VA system threat architecture details dashboard information.
|
1716
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1717
|
+
# @param [Hash] opts the optional parameters
|
1718
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1719
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1720
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1721
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1722
|
+
def get_va_system_threat_architecture_details_with_http_info(org_id, opts = {})
|
1723
|
+
if @api_client.config.debugging
|
1724
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_architecture_details ...'
|
1725
|
+
end
|
1726
|
+
# verify the required parameter 'org_id' is set
|
1727
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1728
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_architecture_details"
|
1729
|
+
end
|
1730
|
+
# resource path
|
1731
|
+
local_var_path = '/api/dashboards/va-system-threat-architecture-details'
|
1732
|
+
|
1733
|
+
# query parameters
|
1734
|
+
query_params = opts[:query_params] || {}
|
1735
|
+
query_params[:'orgId'] = org_id
|
1736
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1737
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1738
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1739
|
+
|
1740
|
+
# header parameters
|
1741
|
+
header_params = opts[:header_params] || {}
|
1742
|
+
# HTTP header 'Accept' (if needed)
|
1743
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1744
|
+
|
1745
|
+
# form parameters
|
1746
|
+
form_params = opts[:form_params] || {}
|
1747
|
+
|
1748
|
+
# http body (model)
|
1749
|
+
post_body = opts[:debug_body]
|
1750
|
+
|
1751
|
+
# return_type
|
1752
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1753
|
+
|
1754
|
+
# auth_names
|
1755
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1756
|
+
|
1757
|
+
new_options = opts.merge(
|
1758
|
+
:operation => :"DashboardsApi.get_va_system_threat_architecture_details",
|
1759
|
+
:header_params => header_params,
|
1760
|
+
:query_params => query_params,
|
1761
|
+
:form_params => form_params,
|
1762
|
+
:body => post_body,
|
1763
|
+
:auth_names => auth_names,
|
1764
|
+
:return_type => return_type
|
1765
|
+
)
|
1766
|
+
|
1767
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1768
|
+
if @api_client.config.debugging
|
1769
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_architecture_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1770
|
+
end
|
1771
|
+
return data, status_code, headers
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
# Get dashboard information
|
1775
|
+
# Get VA system threat risk summary dashboard information.
|
1776
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1777
|
+
# @param [Hash] opts the optional parameters
|
1778
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1779
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1780
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1781
|
+
# @return [Object]
|
1782
|
+
def get_va_system_threat_risk_summary(org_id, opts = {})
|
1783
|
+
data, _status_code, _headers = get_va_system_threat_risk_summary_with_http_info(org_id, opts)
|
1784
|
+
data
|
1785
|
+
end
|
1786
|
+
|
1787
|
+
# Get dashboard information
|
1788
|
+
# Get VA system threat risk summary dashboard information.
|
1789
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1790
|
+
# @param [Hash] opts the optional parameters
|
1791
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1792
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1793
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1794
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1795
|
+
def get_va_system_threat_risk_summary_with_http_info(org_id, opts = {})
|
1796
|
+
if @api_client.config.debugging
|
1797
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_risk_summary ...'
|
1798
|
+
end
|
1799
|
+
# verify the required parameter 'org_id' is set
|
1800
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1801
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_risk_summary"
|
1802
|
+
end
|
1803
|
+
# resource path
|
1804
|
+
local_var_path = '/api/dashboards/va-system-threat-risks-summary'
|
1805
|
+
|
1806
|
+
# query parameters
|
1807
|
+
query_params = opts[:query_params] || {}
|
1808
|
+
query_params[:'orgId'] = org_id
|
1809
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1810
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1811
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1812
|
+
|
1813
|
+
# header parameters
|
1814
|
+
header_params = opts[:header_params] || {}
|
1815
|
+
# HTTP header 'Accept' (if needed)
|
1816
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1817
|
+
|
1818
|
+
# form parameters
|
1819
|
+
form_params = opts[:form_params] || {}
|
1820
|
+
|
1821
|
+
# http body (model)
|
1822
|
+
post_body = opts[:debug_body]
|
1823
|
+
|
1824
|
+
# return_type
|
1825
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1826
|
+
|
1827
|
+
# auth_names
|
1828
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1829
|
+
|
1830
|
+
new_options = opts.merge(
|
1831
|
+
:operation => :"DashboardsApi.get_va_system_threat_risk_summary",
|
1832
|
+
:header_params => header_params,
|
1833
|
+
:query_params => query_params,
|
1834
|
+
:form_params => form_params,
|
1835
|
+
:body => post_body,
|
1836
|
+
:auth_names => auth_names,
|
1837
|
+
:return_type => return_type
|
1838
|
+
)
|
1839
|
+
|
1840
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1841
|
+
if @api_client.config.debugging
|
1842
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_risk_summary\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1843
|
+
end
|
1844
|
+
return data, status_code, headers
|
1845
|
+
end
|
1846
|
+
|
1847
|
+
# Get dashboard information
|
1848
|
+
# Get VA system threat source details dashboard information.
|
1849
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1850
|
+
# @param [Hash] opts the optional parameters
|
1851
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1852
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1853
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1854
|
+
# @return [Object]
|
1855
|
+
def get_va_system_threat_source_details(org_id, opts = {})
|
1856
|
+
data, _status_code, _headers = get_va_system_threat_source_details_with_http_info(org_id, opts)
|
1857
|
+
data
|
1858
|
+
end
|
1859
|
+
|
1860
|
+
# Get dashboard information
|
1861
|
+
# Get VA system threat source details dashboard information.
|
1862
|
+
# @param org_id [Integer] **Organization Id**: The unique organization identifier.
|
1863
|
+
# @param [Hash] opts the optional parameters
|
1864
|
+
# @option opts [Boolean] :excludeinherited **Exclude Inherited**: If no value is specified, the default returns false to include inherited data. (default to false)
|
1865
|
+
# @option opts [Integer] :page_index **Page Index**: If no value is specified, the default returns results from the first page with an index of 0. (default to 0)
|
1866
|
+
# @option opts [Integer] :page_size **Page Size**: If no value is specified, the default returns 20000 per page. (default to 20000)
|
1867
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1868
|
+
def get_va_system_threat_source_details_with_http_info(org_id, opts = {})
|
1869
|
+
if @api_client.config.debugging
|
1870
|
+
@api_client.config.logger.debug 'Calling API: DashboardsApi.get_va_system_threat_source_details ...'
|
1871
|
+
end
|
1872
|
+
# verify the required parameter 'org_id' is set
|
1873
|
+
if @api_client.config.client_side_validation && org_id.nil?
|
1874
|
+
fail ArgumentError, "Missing the required parameter 'org_id' when calling DashboardsApi.get_va_system_threat_source_details"
|
1875
|
+
end
|
1876
|
+
# resource path
|
1877
|
+
local_var_path = '/api/dashboards/va-system-threat-sources-details'
|
1878
|
+
|
1879
|
+
# query parameters
|
1880
|
+
query_params = opts[:query_params] || {}
|
1881
|
+
query_params[:'orgId'] = org_id
|
1882
|
+
query_params[:'excludeinherited'] = opts[:'excludeinherited'] if !opts[:'excludeinherited'].nil?
|
1883
|
+
query_params[:'pageIndex'] = opts[:'page_index'] if !opts[:'page_index'].nil?
|
1884
|
+
query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
1885
|
+
|
1886
|
+
# header parameters
|
1887
|
+
header_params = opts[:header_params] || {}
|
1888
|
+
# HTTP header 'Accept' (if needed)
|
1889
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1890
|
+
|
1891
|
+
# form parameters
|
1892
|
+
form_params = opts[:form_params] || {}
|
1893
|
+
|
1894
|
+
# http body (model)
|
1895
|
+
post_body = opts[:debug_body]
|
1896
|
+
|
1897
|
+
# return_type
|
1898
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1899
|
+
|
1900
|
+
# auth_names
|
1901
|
+
auth_names = opts[:debug_auth_names] || ['apiKey', 'mockType', 'userId']
|
1902
|
+
|
1903
|
+
new_options = opts.merge(
|
1904
|
+
:operation => :"DashboardsApi.get_va_system_threat_source_details",
|
1905
|
+
:header_params => header_params,
|
1906
|
+
:query_params => query_params,
|
1907
|
+
:form_params => form_params,
|
1908
|
+
:body => post_body,
|
1909
|
+
:auth_names => auth_names,
|
1910
|
+
:return_type => return_type
|
1911
|
+
)
|
1912
|
+
|
1913
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1914
|
+
if @api_client.config.debugging
|
1915
|
+
@api_client.config.logger.debug "API called: DashboardsApi#get_va_system_threat_source_details\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1916
|
+
end
|
1917
|
+
return data, status_code, headers
|
1918
|
+
end
|
1141
1919
|
end
|
1142
1920
|
end
|