Class: Nodeum::StatisticsApi
- Inherits:
-
Object
- Object
- Nodeum::StatisticsApi
- Defined in:
- lib/nodeum_sdk/api/statistics_api.rb
Instance Attribute Summary collapse
-
#api_client ⇒ Object
Returns the value of attribute api_client.
Instance Method Summary collapse
-
#initialize(api_client = ApiClient.default) ⇒ StatisticsApi
constructor
A new instance of StatisticsApi.
-
#statistics_by_date(opts = {}) ⇒ ByDateFacet
Get statistics about files, grouped by date **API Key Scope**: statistics / by_date.
-
#statistics_by_date_with_http_info(opts = {}) ⇒ Array<(ByDateFacet, Integer, Hash)>
Get statistics about files, grouped by date **API Key Scope**: statistics / by_date.
-
#statistics_by_file_extension(opts = {}) ⇒ ByFileExtensionFacet
Get statistics about files, grouped by file extension **API Key Scope**: statistics / by_file_extension.
-
#statistics_by_file_extension_with_http_info(opts = {}) ⇒ Array<(ByFileExtensionFacet, Integer, Hash)>
Get statistics about files, grouped by file extension **API Key Scope**: statistics / by_file_extension.
-
#statistics_by_group_owner(opts = {}) ⇒ ByGroupOwnerFacet
Get statistics about files, grouped by owner (group) **API Key Scope**: statistics / by_group_owner.
-
#statistics_by_group_owner_with_http_info(opts = {}) ⇒ Array<(ByGroupOwnerFacet, Integer, Hash)>
Get statistics about files, grouped by owner (group) **API Key Scope**: statistics / by_group_owner.
-
#statistics_by_primary_cloud(opts = {}) ⇒ ByPrimaryCloudFacet
Get statistics about files, grouped by primary Cloud **API Key Scope**: statistics / by_primary_cloud.
-
#statistics_by_primary_cloud_with_http_info(opts = {}) ⇒ Array<(ByPrimaryCloudFacet, Integer, Hash)>
Get statistics about files, grouped by primary Cloud **API Key Scope**: statistics / by_primary_cloud.
-
#statistics_by_primary_name(opts = {}) ⇒ ByPrimaryFacet
Get statistics about files, grouped by primary storages **API Key Scope**: statistics / by_primary_name.
-
#statistics_by_primary_name_with_http_info(opts = {}) ⇒ Array<(ByPrimaryFacet, Integer, Hash)>
Get statistics about files, grouped by primary storages **API Key Scope**: statistics / by_primary_name.
-
#statistics_by_primary_nas(opts = {}) ⇒ ByPrimaryNasFacet
Get statistics about files, grouped by primary NAS **API Key Scope**: statistics / by_primary_nas.
-
#statistics_by_primary_nas_with_http_info(opts = {}) ⇒ Array<(ByPrimaryNasFacet, Integer, Hash)>
Get statistics about files, grouped by primary NAS **API Key Scope**: statistics / by_primary_nas.
-
#statistics_by_primary_storage(opts = {}) ⇒ ByPrimaryStorageFacet
Get statistics about files, grouped by primary storage **API Key Scope**: statistics / by_primary_storage.
-
#statistics_by_primary_storage_with_http_info(opts = {}) ⇒ Array<(ByPrimaryStorageFacet, Integer, Hash)>
Get statistics about files, grouped by primary storage **API Key Scope**: statistics / by_primary_storage.
-
#statistics_by_secondary_cloud(opts = {}) ⇒ BySecondaryCloudFacet
Get statistics about files, grouped by secondary Cloud **API Key Scope**: statistics / by_secondary_cloud.
-
#statistics_by_secondary_cloud_with_http_info(opts = {}) ⇒ Array<(BySecondaryCloudFacet, Integer, Hash)>
Get statistics about files, grouped by secondary Cloud **API Key Scope**: statistics / by_secondary_cloud.
-
#statistics_by_secondary_nas(opts = {}) ⇒ BySecondaryNasFacet
Get statistics about files, grouped by secondary NAS **API Key Scope**: statistics / by_secondary_nas.
-
#statistics_by_secondary_nas_with_http_info(opts = {}) ⇒ Array<(BySecondaryNasFacet, Integer, Hash)>
Get statistics about files, grouped by secondary NAS **API Key Scope**: statistics / by_secondary_nas.
-
#statistics_by_secondary_storage(opts = {}) ⇒ BySecondaryStorageFacet
Get statistics about files, grouped by secondary storage **API Key Scope**: statistics / by_secondary_storage.
-
#statistics_by_secondary_storage_with_http_info(opts = {}) ⇒ Array<(BySecondaryStorageFacet, Integer, Hash)>
Get statistics about files, grouped by secondary storage **API Key Scope**: statistics / by_secondary_storage.
-
#statistics_by_secondary_tape(opts = {}) ⇒ BySecondaryTapeFacet
Get statistics about files, grouped by secondary Tape **API Key Scope**: statistics / by_secondary_tape.
-
#statistics_by_secondary_tape_with_http_info(opts = {}) ⇒ Array<(BySecondaryTapeFacet, Integer, Hash)>
Get statistics about files, grouped by secondary Tape **API Key Scope**: statistics / by_secondary_tape.
-
#statistics_by_size(opts = {}) ⇒ BySizeFacet
Get statistics about files, grouped by size **API Key Scope**: statistics / by_size.
-
#statistics_by_size_with_http_info(opts = {}) ⇒ Array<(BySizeFacet, Integer, Hash)>
Get statistics about files, grouped by size **API Key Scope**: statistics / by_size.
-
#statistics_by_user_owner(opts = {}) ⇒ ByUserOwnerFacet
Get statistics about files, grouped by owner (user) **API Key Scope**: statistics / by_user_owner.
-
#statistics_by_user_owner_with_http_info(opts = {}) ⇒ Array<(ByUserOwnerFacet, Integer, Hash)>
Get statistics about files, grouped by owner (user) **API Key Scope**: statistics / by_user_owner.
-
#statistics_storage(opts = {}) ⇒ StorageFacet
Get statistics about storages, grouped by types **API Key Scope**: statistics / storages.
-
#statistics_storage_with_http_info(opts = {}) ⇒ Array<(StorageFacet, Integer, Hash)>
Get statistics about storages, grouped by types **API Key Scope**: statistics / storages.
-
#statistics_task_by_status(opts = {}) ⇒ ByTaskStatusFacet
Get statistics about tasks executions, grouped by status **API Key Scope**: statistics / task_by_status.
-
#statistics_task_by_status_with_http_info(opts = {}) ⇒ Array<(ByTaskStatusFacet, Integer, Hash)>
Get statistics about tasks executions, grouped by status **API Key Scope**: statistics / task_by_status.
-
#statistics_task_by_storage(opts = {}) ⇒ ByTaskStorageFacet
Get statistics about tasks executions, grouped by source and destination **API Key Scope**: statistics / task_by_storage.
-
#statistics_task_by_storage_with_http_info(opts = {}) ⇒ Array<(ByTaskStorageFacet, Integer, Hash)>
Get statistics about tasks executions, grouped by source and destination **API Key Scope**: statistics / task_by_storage.
-
#statistics_task_by_workflow(opts = {}) ⇒ ByTaskWorkflowFacet
Get statistics about tasks executions, grouped by workflow **API Key Scope**: statistics / task_by_workflow.
-
#statistics_task_by_workflow_with_http_info(opts = {}) ⇒ Array<(ByTaskWorkflowFacet, Integer, Hash)>
Get statistics about tasks executions, grouped by workflow **API Key Scope**: statistics / task_by_workflow.
Constructor Details
#initialize(api_client = ApiClient.default) ⇒ StatisticsApi
Returns a new instance of StatisticsApi.
19 20 21 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 19 def initialize(api_client = ApiClient.default) @api_client = api_client end |
Instance Attribute Details
#api_client ⇒ Object
Returns the value of attribute api_client.
17 18 19 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 17 def api_client @api_client end |
Instance Method Details
#statistics_by_date(opts = {}) ⇒ ByDateFacet
Get statistics about files, grouped by date **API Key Scope**: statistics / by_date
29 30 31 32 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 29 def statistics_by_date(opts = {}) data, _status_code, _headers = statistics_by_date_with_http_info(opts) data end |
#statistics_by_date_with_http_info(opts = {}) ⇒ Array<(ByDateFacet, Integer, Hash)>
Get statistics about files, grouped by date **API Key Scope**: statistics / by_date
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 41 def statistics_by_date_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_date ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_date' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByDateFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_date\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_file_extension(opts = {}) ⇒ ByFileExtensionFacet
Get statistics about files, grouped by file extension **API Key Scope**: statistics / by_file_extension
100 101 102 103 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 100 def statistics_by_file_extension(opts = {}) data, _status_code, _headers = statistics_by_file_extension_with_http_info(opts) data end |
#statistics_by_file_extension_with_http_info(opts = {}) ⇒ Array<(ByFileExtensionFacet, Integer, Hash)>
Get statistics about files, grouped by file extension **API Key Scope**: statistics / by_file_extension
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 114 def statistics_by_file_extension_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_file_extension ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_file_extension' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByFileExtensionFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_file_extension\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_group_owner(opts = {}) ⇒ ByGroupOwnerFacet
Get statistics about files, grouped by owner (group) **API Key Scope**: statistics / by_group_owner
179 180 181 182 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 179 def statistics_by_group_owner(opts = {}) data, _status_code, _headers = statistics_by_group_owner_with_http_info(opts) data end |
#statistics_by_group_owner_with_http_info(opts = {}) ⇒ Array<(ByGroupOwnerFacet, Integer, Hash)>
Get statistics about files, grouped by owner (group) **API Key Scope**: statistics / by_group_owner
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 193 def statistics_by_group_owner_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_group_owner ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_group_owner' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByGroupOwnerFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_group_owner\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_primary_cloud(opts = {}) ⇒ ByPrimaryCloudFacet
Get statistics about files, grouped by primary Cloud **API Key Scope**: statistics / by_primary_cloud
258 259 260 261 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 258 def statistics_by_primary_cloud(opts = {}) data, _status_code, _headers = statistics_by_primary_cloud_with_http_info(opts) data end |
#statistics_by_primary_cloud_with_http_info(opts = {}) ⇒ Array<(ByPrimaryCloudFacet, Integer, Hash)>
Get statistics about files, grouped by primary Cloud **API Key Scope**: statistics / by_primary_cloud
272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 272 def statistics_by_primary_cloud_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_primary_cloud ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_primary_cloud' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByPrimaryCloudFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_primary_cloud\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_primary_name(opts = {}) ⇒ ByPrimaryFacet
Get statistics about files, grouped by primary storages **API Key Scope**: statistics / by_primary_name
337 338 339 340 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 337 def statistics_by_primary_name(opts = {}) data, _status_code, _headers = statistics_by_primary_name_with_http_info(opts) data end |
#statistics_by_primary_name_with_http_info(opts = {}) ⇒ Array<(ByPrimaryFacet, Integer, Hash)>
Get statistics about files, grouped by primary storages **API Key Scope**: statistics / by_primary_name
351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 351 def statistics_by_primary_name_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_primary_name ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_primary_name' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByPrimaryFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_primary_name\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_primary_nas(opts = {}) ⇒ ByPrimaryNasFacet
Get statistics about files, grouped by primary NAS **API Key Scope**: statistics / by_primary_nas
416 417 418 419 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 416 def statistics_by_primary_nas(opts = {}) data, _status_code, _headers = statistics_by_primary_nas_with_http_info(opts) data end |
#statistics_by_primary_nas_with_http_info(opts = {}) ⇒ Array<(ByPrimaryNasFacet, Integer, Hash)>
Get statistics about files, grouped by primary NAS **API Key Scope**: statistics / by_primary_nas
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 430 def statistics_by_primary_nas_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_primary_nas ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_primary_nas' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByPrimaryNasFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_primary_nas\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_primary_storage(opts = {}) ⇒ ByPrimaryStorageFacet
Get statistics about files, grouped by primary storage **API Key Scope**: statistics / by_primary_storage
495 496 497 498 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 495 def statistics_by_primary_storage(opts = {}) data, _status_code, _headers = statistics_by_primary_storage_with_http_info(opts) data end |
#statistics_by_primary_storage_with_http_info(opts = {}) ⇒ Array<(ByPrimaryStorageFacet, Integer, Hash)>
Get statistics about files, grouped by primary storage **API Key Scope**: statistics / by_primary_storage
509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 509 def statistics_by_primary_storage_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_primary_storage ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_primary_storage' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByPrimaryStorageFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_primary_storage\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_secondary_cloud(opts = {}) ⇒ BySecondaryCloudFacet
Get statistics about files, grouped by secondary Cloud **API Key Scope**: statistics / by_secondary_cloud
574 575 576 577 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 574 def statistics_by_secondary_cloud(opts = {}) data, _status_code, _headers = statistics_by_secondary_cloud_with_http_info(opts) data end |
#statistics_by_secondary_cloud_with_http_info(opts = {}) ⇒ Array<(BySecondaryCloudFacet, Integer, Hash)>
Get statistics about files, grouped by secondary Cloud **API Key Scope**: statistics / by_secondary_cloud
588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 588 def statistics_by_secondary_cloud_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_secondary_cloud ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_secondary_cloud' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'BySecondaryCloudFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_secondary_cloud\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_secondary_nas(opts = {}) ⇒ BySecondaryNasFacet
Get statistics about files, grouped by secondary NAS **API Key Scope**: statistics / by_secondary_nas
653 654 655 656 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 653 def statistics_by_secondary_nas(opts = {}) data, _status_code, _headers = statistics_by_secondary_nas_with_http_info(opts) data end |
#statistics_by_secondary_nas_with_http_info(opts = {}) ⇒ Array<(BySecondaryNasFacet, Integer, Hash)>
Get statistics about files, grouped by secondary NAS **API Key Scope**: statistics / by_secondary_nas
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 667 def statistics_by_secondary_nas_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_secondary_nas ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_secondary_nas' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'BySecondaryNasFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_secondary_nas\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_secondary_storage(opts = {}) ⇒ BySecondaryStorageFacet
Get statistics about files, grouped by secondary storage **API Key Scope**: statistics / by_secondary_storage
732 733 734 735 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 732 def statistics_by_secondary_storage(opts = {}) data, _status_code, _headers = statistics_by_secondary_storage_with_http_info(opts) data end |
#statistics_by_secondary_storage_with_http_info(opts = {}) ⇒ Array<(BySecondaryStorageFacet, Integer, Hash)>
Get statistics about files, grouped by secondary storage **API Key Scope**: statistics / by_secondary_storage
746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 746 def statistics_by_secondary_storage_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_secondary_storage ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_secondary_storage' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'BySecondaryStorageFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_secondary_storage\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_secondary_tape(opts = {}) ⇒ BySecondaryTapeFacet
Get statistics about files, grouped by secondary Tape **API Key Scope**: statistics / by_secondary_tape
811 812 813 814 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 811 def statistics_by_secondary_tape(opts = {}) data, _status_code, _headers = statistics_by_secondary_tape_with_http_info(opts) data end |
#statistics_by_secondary_tape_with_http_info(opts = {}) ⇒ Array<(BySecondaryTapeFacet, Integer, Hash)>
Get statistics about files, grouped by secondary Tape **API Key Scope**: statistics / by_secondary_tape
825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 825 def statistics_by_secondary_tape_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_secondary_tape ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_secondary_tape' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'BySecondaryTapeFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_secondary_tape\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_size(opts = {}) ⇒ BySizeFacet
Get statistics about files, grouped by size **API Key Scope**: statistics / by_size
888 889 890 891 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 888 def statistics_by_size(opts = {}) data, _status_code, _headers = statistics_by_size_with_http_info(opts) data end |
#statistics_by_size_with_http_info(opts = {}) ⇒ Array<(BySizeFacet, Integer, Hash)>
Get statistics about files, grouped by size **API Key Scope**: statistics / by_size
900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 900 def statistics_by_size_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_size ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_size' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'BySizeFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_size\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_by_user_owner(opts = {}) ⇒ ByUserOwnerFacet
Get statistics about files, grouped by owner (user) **API Key Scope**: statistics / by_user_owner
959 960 961 962 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 959 def statistics_by_user_owner(opts = {}) data, _status_code, _headers = statistics_by_user_owner_with_http_info(opts) data end |
#statistics_by_user_owner_with_http_info(opts = {}) ⇒ Array<(ByUserOwnerFacet, Integer, Hash)>
Get statistics about files, grouped by owner (user) **API Key Scope**: statistics / by_user_owner
973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 973 def statistics_by_user_owner_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_by_user_owner ...' end allowable_values = ["file_change_dt", "file_modification_dt", "file_access_dt"] if @api_client.config.client_side_validation && opts[:'date_attr'] && !allowable_values.include?(opts[:'date_attr']) fail ArgumentError, "invalid value for \"date_attr\", must be one of #{allowable_values}" end allowable_values = ["count", "files_count", "file_size_sum", "cost"] if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort']) fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}" end # resource path local_var_path = '/statistics/by_user_owner' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? query_params[:'date_attr'] = opts[:'date_attr'] if !opts[:'date_attr'].nil? query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil? query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByUserOwnerFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_by_user_owner\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_storage(opts = {}) ⇒ StorageFacet
Get statistics about storages, grouped by types **API Key Scope**: statistics / storages
1035 1036 1037 1038 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1035 def statistics_storage(opts = {}) data, _status_code, _headers = statistics_storage_with_http_info(opts) data end |
#statistics_storage_with_http_info(opts = {}) ⇒ Array<(StorageFacet, Integer, Hash)>
Get statistics about storages, grouped by types **API Key Scope**: statistics / storages
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1046 def statistics_storage_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_storage ...' end # resource path local_var_path = '/statistics/storage' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'StorageFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_storage\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_task_by_status(opts = {}) ⇒ ByTaskStatusFacet
Get statistics about tasks executions, grouped by status **API Key Scope**: statistics / task_by_status
1097 1098 1099 1100 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1097 def statistics_task_by_status(opts = {}) data, _status_code, _headers = statistics_task_by_status_with_http_info(opts) data end |
#statistics_task_by_status_with_http_info(opts = {}) ⇒ Array<(ByTaskStatusFacet, Integer, Hash)>
Get statistics about tasks executions, grouped by status **API Key Scope**: statistics / task_by_status
1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1108 def statistics_task_by_status_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_task_by_status ...' end # resource path local_var_path = '/statistics/task_by_status' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByTaskStatusFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_task_by_status\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_task_by_storage(opts = {}) ⇒ ByTaskStorageFacet
Get statistics about tasks executions, grouped by source and destination **API Key Scope**: statistics / task_by_storage
1159 1160 1161 1162 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1159 def statistics_task_by_storage(opts = {}) data, _status_code, _headers = statistics_task_by_storage_with_http_info(opts) data end |
#statistics_task_by_storage_with_http_info(opts = {}) ⇒ Array<(ByTaskStorageFacet, Integer, Hash)>
Get statistics about tasks executions, grouped by source and destination **API Key Scope**: statistics / task_by_storage
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1170 def statistics_task_by_storage_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_task_by_storage ...' end # resource path local_var_path = '/statistics/task_by_storage' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByTaskStorageFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_task_by_storage\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |
#statistics_task_by_workflow(opts = {}) ⇒ ByTaskWorkflowFacet
Get statistics about tasks executions, grouped by workflow **API Key Scope**: statistics / task_by_workflow
1221 1222 1223 1224 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1221 def statistics_task_by_workflow(opts = {}) data, _status_code, _headers = statistics_task_by_workflow_with_http_info(opts) data end |
#statistics_task_by_workflow_with_http_info(opts = {}) ⇒ Array<(ByTaskWorkflowFacet, Integer, Hash)>
Get statistics about tasks executions, grouped by workflow **API Key Scope**: statistics / task_by_workflow
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/nodeum_sdk/api/statistics_api.rb', line 1232 def statistics_task_by_workflow_with_http_info(opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: StatisticsApi.statistics_task_by_workflow ...' end # resource path local_var_path = '/statistics/task_by_workflow' # query parameters query_params = opts[:query_params] || {} query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil? query_params[:'fq'] = @api_client.build_collection_param(opts[:'fq'], :pipe) if !opts[:'fq'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) header_params['Accept'] = @api_client.select_header_accept(['application/json']) # form parameters form_params = opts[:form_params] || {} # http body (model) post_body = opts[:body] # return_type return_type = opts[:return_type] || 'ByTaskWorkflowFacet' # auth_names auth_names = opts[:auth_names] || ['BasicAuth', 'BearerAuth'] = opts.merge( :header_params => header_params, :query_params => query_params, :form_params => form_params, :body => post_body, :auth_names => auth_names, :return_type => return_type ) data, status_code, headers = @api_client.call_api(:GET, local_var_path, ) if @api_client.config.debugging @api_client.config.logger.debug "API called: StatisticsApi#statistics_task_by_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" end return data, status_code, headers end |