crimson-falcon 0.5.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2151 -1857
- data/lib/crimson-falcon/api/{alerts_api.rb → alerts.rb} +105 -39
- data/lib/crimson-falcon/api/{api_integrations_api.rb → api_integrations.rb} +12 -12
- data/lib/crimson-falcon/api/{aspm_api.rb → aspm.rb} +295 -96
- data/lib/crimson-falcon/api/{certificate_based_exclusions_api.rb → certificate_based_exclusions.rb} +25 -25
- data/lib/crimson-falcon/api/{default_api.rb → cloud_aws_registration.rb} +29 -29
- data/lib/crimson-falcon/api/cloud_azure_registration.rb +105 -0
- data/lib/crimson-falcon/api/{cloud_connect_aws_api.rb → cloud_connect_aws.rb} +35 -35
- data/lib/crimson-falcon/api/cloud_security_assets.rb +179 -0
- data/lib/crimson-falcon/api/{cloud_snapshots_api.rb → cloud_snapshots.rb} +22 -22
- data/lib/crimson-falcon/api/{compliance_assessments_api.rb → compliance_assessments.rb} +34 -34
- data/lib/crimson-falcon/api/{configuration_assessment_api.rb → configuration_assessment.rb} +11 -11
- data/lib/crimson-falcon/api/{configuration_assessment_evaluation_logic_api.rb → configuration_assessment_evaluation_logic.rb} +5 -5
- data/lib/crimson-falcon/api/{container_alerts_api.rb → container_alerts.rb} +20 -20
- data/lib/crimson-falcon/api/{container_detections_api.rb → container_detections.rb} +46 -46
- data/lib/crimson-falcon/api/{container_images_api.rb → container_images.rb} +116 -116
- data/lib/crimson-falcon/api/{container_packages_api.rb → container_packages.rb} +122 -52
- data/lib/crimson-falcon/api/{container_vulnerabilities_api.rb → container_vulnerabilities.rb} +93 -93
- data/lib/crimson-falcon/api/content_update_policies.rb +769 -0
- data/lib/crimson-falcon/api/correlation_rules.rb +505 -0
- data/lib/crimson-falcon/api/{cspg_iacapi_api.rb → cspg_iac.rb} +4 -4
- data/lib/crimson-falcon/api/{cspm_registration_api.rb → cspm_registration.rb} +473 -414
- data/lib/crimson-falcon/api/{custom_ioa_api.rb → custom_ioa.rb} +82 -82
- data/lib/crimson-falcon/api/{custom_storage_api.rb → custom_storage.rb} +136 -136
- data/lib/crimson-falcon/api/{d4c_registration_api.rb → d4c_registration.rb} +97 -178
- data/lib/crimson-falcon/api/{datascanner_api.rb → datascanner.rb} +13 -13
- data/lib/crimson-falcon/api/{delivery_settings_api.rb → delivery_settings.rb} +8 -8
- data/lib/crimson-falcon/api/deployments.rb +115 -0
- data/lib/crimson-falcon/api/{detects_api.rb → detects.rb} +18 -18
- data/lib/crimson-falcon/api/device_content.rb +176 -0
- data/lib/crimson-falcon/api/{device_control_policies_api.rb → device_control_policies.rb} +57 -57
- data/lib/crimson-falcon/api/{discover_api.rb → discover.rb} +119 -53
- data/lib/crimson-falcon/api/{discover_iot_api.rb → discover_iot.rb} +16 -16
- data/lib/crimson-falcon/api/downloads.rb +108 -0
- data/lib/crimson-falcon/api/{downloads_api_api.rb → downloads_api.rb} +4 -73
- data/lib/crimson-falcon/api/{drift_indicators_api.rb → drift_indicators.rb} +38 -38
- data/lib/crimson-falcon/api/{event_schema_api.rb → event_schema.rb} +10 -10
- data/lib/crimson-falcon/api/{event_streams_api.rb → event_streams.rb} +11 -11
- data/lib/crimson-falcon/api/{exposure_management_api.rb → exposure_management.rb} +47 -41
- data/lib/crimson-falcon/api/{falcon_complete_dashboard_api.rb → falcon_complete_dashboard.rb} +73 -73
- data/lib/crimson-falcon/api/{falcon_container_api.rb → falcon_container.rb} +4 -4
- data/lib/crimson-falcon/api/{falcon_container_cli_api.rb → falcon_container_cli.rb} +5 -5
- data/lib/crimson-falcon/api/{falcon_container_image_api.rb → falcon_container_image.rb} +46 -46
- data/lib/crimson-falcon/api/{falconx_sandbox_api.rb → falconx_sandbox.rb} +62 -62
- data/lib/crimson-falcon/api/{field_schema_api.rb → field_schema.rb} +7 -7
- data/lib/crimson-falcon/api/{filevantage_api.rb → filevantage.rb} +149 -149
- data/lib/crimson-falcon/api/{firewall_management_api.rb → firewall_management.rb} +138 -138
- data/lib/crimson-falcon/api/{firewall_policies_api.rb → firewall_policies.rb} +52 -52
- data/lib/crimson-falcon/api/{foundry_logscale_api.rb → foundry_logscale.rb} +65 -65
- data/lib/crimson-falcon/api/{handle_api.rb → handle.rb} +4 -4
- data/lib/crimson-falcon/api/{host_group_api.rb → host_group.rb} +46 -46
- data/lib/crimson-falcon/api/{host_migration_api.rb → host_migration.rb} +49 -49
- data/lib/crimson-falcon/api/{hosts_api.rb → hosts.rb} +50 -50
- data/lib/crimson-falcon/api/{humio_auth_proxy_api.rb → humio_auth_proxy.rb} +37 -37
- data/lib/crimson-falcon/api/{identity_entities_api.rb → identity_entities.rb} +12 -12
- data/lib/crimson-falcon/api/{identity_protection_api.rb → identity_protection.rb} +28 -28
- data/lib/crimson-falcon/api/{image_assessment_policies_api.rb → image_assessment_policies.rb} +44 -44
- data/lib/crimson-falcon/api/{incidents_api.rb → incidents.rb} +22 -22
- data/lib/crimson-falcon/api/{installation_tokens_api.rb → installation_tokens.rb} +29 -29
- data/lib/crimson-falcon/api/{installation_tokens_settings_api.rb → installation_tokens_settings.rb} +5 -5
- data/lib/crimson-falcon/api/{intel_api.rb → intel.rb} +85 -85
- data/lib/crimson-falcon/api/intelligence_indicator_graph.rb +118 -0
- data/lib/crimson-falcon/api/{ioa_exclusions_api.rb → ioa_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{ioc_api.rb → ioc.rb} +61 -61
- data/lib/crimson-falcon/api/{iocs_api.rb → iocs.rb} +21 -21
- data/lib/crimson-falcon/api/{kubernetes_protection_api.rb → kubernetes_protection.rb} +370 -370
- data/lib/crimson-falcon/api/lookup_files.rb +239 -0
- data/lib/crimson-falcon/api/{malquery_api.rb → malquery.rb} +36 -36
- data/lib/crimson-falcon/api/{message_center_api.rb → message_center.rb} +42 -42
- data/lib/crimson-falcon/api/{ml_exclusions_api.rb → ml_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{mobile_enrollment_api.rb → mobile_enrollment.rb} +9 -9
- data/lib/crimson-falcon/api/{mssp_api.rb → mssp.rb} +117 -117
- data/lib/crimson-falcon/api/{oauth2_api.rb → oauth2.rb} +10 -10
- data/lib/crimson-falcon/api/{ods_api.rb → ods.rb} +61 -61
- data/lib/crimson-falcon/api/{overwatch_dashboard_api.rb → overwatch_dashboard.rb} +21 -21
- data/lib/crimson-falcon/api/{prevention_policies_api.rb → prevention_policies.rb} +50 -50
- data/lib/crimson-falcon/api/{quarantine_api.rb → quarantine.rb} +24 -24
- data/lib/crimson-falcon/api/{quick_scan_api.rb → quick_scan.rb} +16 -16
- data/lib/crimson-falcon/api/{quick_scan_pro_api.rb → quick_scan_pro.rb} +25 -25
- data/lib/crimson-falcon/api/{real_time_response_api.rb → real_time_response.rb} +98 -98
- data/lib/crimson-falcon/api/{real_time_response_admin_api.rb → real_time_response_admin.rb} +72 -72
- data/lib/crimson-falcon/api/{real_time_response_audit_api.rb → real_time_response_audit.rb} +4 -4
- data/lib/crimson-falcon/api/{recon_api.rb → recon.rb} +109 -109
- data/lib/crimson-falcon/api/release_notes.rb +287 -0
- data/lib/crimson-falcon/api/releases.rb +125 -0
- data/lib/crimson-falcon/api/{report_executions_api.rb → report_executions.rb} +16 -16
- data/lib/crimson-falcon/api/{response_policies_api.rb → response_policies.rb} +50 -50
- data/lib/crimson-falcon/api/{runtime_detections_api.rb → runtime_detections.rb} +13 -13
- data/lib/crimson-falcon/api/{sample_uploads_api.rb → sample_uploads.rb} +49 -49
- data/lib/crimson-falcon/api/{scheduled_reports_api.rb → scheduled_reports.rb} +12 -12
- data/lib/crimson-falcon/api/{sensor_download_api.rb → sensor_download.rb} +32 -32
- data/lib/crimson-falcon/api/{sensor_update_policies_api.rb → sensor_update_policies.rb} +88 -88
- data/lib/crimson-falcon/api/{sensor_usage_api_api.rb → sensor_usage.rb} +4 -4
- data/lib/crimson-falcon/api/{sensor_visibility_exclusions_api.rb → sensor_visibility_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{spotlight_evaluation_logic_api.rb → spotlight_evaluation_logic.rb} +13 -13
- data/lib/crimson-falcon/api/{spotlight_vulnerabilities_api.rb → spotlight_vulnerabilities.rb} +27 -27
- data/lib/crimson-falcon/api/{threatgraph_api.rb → threatgraph.rb} +42 -42
- data/lib/crimson-falcon/api/{unidentified_containers_api.rb → unidentified_containers.rb} +23 -23
- data/lib/crimson-falcon/api/{user_management_api.rb → user_management.rb} +94 -94
- data/lib/crimson-falcon/api/vulnerabilities.rb +106 -0
- data/lib/crimson-falcon/api/{workflows_api.rb → workflows.rb} +76 -76
- data/lib/crimson-falcon/api/{zero_trust_assessment_api.rb → zero_trust_assessment.rb} +12 -12
- data/lib/crimson-falcon/models/api_create_rule_operation_v1.rb +257 -0
- data/lib/crimson-falcon/models/api_get_entities_rules_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/api_patch_rule_operation_v1.rb +257 -0
- data/lib/crimson-falcon/models/api_patch_rule_search_v1.rb +261 -0
- data/lib/crimson-falcon/models/api_rule_create_request_v1.rb +354 -0
- data/lib/crimson-falcon/models/api_rule_operation_v1.rb +266 -0
- data/lib/crimson-falcon/models/api_rule_patch_request_v1.rb +311 -0
- data/lib/crimson-falcon/models/api_rule_schedule_v1.rb +239 -0
- data/lib/crimson-falcon/models/api_rule_schedule_v1_patch.rb +239 -0
- data/lib/crimson-falcon/models/api_rule_search_v1.rb +276 -0
- data/lib/crimson-falcon/models/api_rule_v1.rb +132 -203
- data/lib/crimson-falcon/models/apidomain_saved_search_execute_request_v1.rb +1 -89
- data/lib/crimson-falcon/models/assets_get_resource_ids_response.rb +261 -0
- data/lib/crimson-falcon/models/assets_get_resources_response.rb +266 -0
- data/lib/crimson-falcon/models/base_set_content_update_policy_precedence_req_v1.rb +242 -0
- data/lib/crimson-falcon/models/content_update_create_policies_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_create_policy_req_v1.rb +259 -0
- data/lib/crimson-falcon/models/content_update_ring_assignment_settings_v1.rb +253 -0
- data/lib/crimson-falcon/models/content_update_settings_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_update_policies_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_update_policy_req_v1.rb +269 -0
- data/lib/crimson-falcon/models/dataclassifications_label.rb +267 -0
- data/lib/crimson-falcon/models/dataclassifications_response.rb +284 -0
- data/lib/crimson-falcon/models/dataclassifications_tag.rb +283 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_ring_view.rb +302 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_view.rb +309 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_view_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_meta.rb +271 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_paging.rb +262 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_request_swagger.rb +261 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_response_swagger.rb +272 -0
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_req_v1.rb +3 -3
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_response.rb +3 -3
- data/lib/crimson-falcon/models/devicecontent_content_category.rb +234 -0
- data/lib/crimson-falcon/models/devicecontent_state.rb +345 -0
- data/lib/crimson-falcon/models/devicecontentapi_entities_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/devicecontentapi_query_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/domain_aws_account_resource_metadata.rb +66 -1
- data/lib/crimson-falcon/models/domain_benchmark.rb +12 -1
- data/lib/crimson-falcon/models/domain_content_update_policy_resp_v1.rb +474 -0
- data/lib/crimson-falcon/models/domain_content_update_settings_v1.rb +241 -0
- data/lib/crimson-falcon/models/domain_discover_api_active_discovery_host.rb +21 -1
- data/lib/crimson-falcon/models/domain_discover_api_application_host.rb +13 -1
- data/lib/crimson-falcon/models/domain_discover_api_host.rb +33 -1
- data/lib/crimson-falcon/models/domain_discover_apiio_t_host.rb +33 -1
- data/lib/crimson-falcon/models/domain_kestrel_params.rb +239 -0
- data/lib/crimson-falcon/models/domain_lookup_file.rb +453 -0
- data/lib/crimson-falcon/models/domain_lookup_file_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/domain_report_metadata.rb +10 -1
- data/lib/crimson-falcon/models/domain_ring_assignment_settings_v1.rb +267 -0
- data/lib/crimson-falcon/models/domain_scheduled_report_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_update_rule_request_v1.rb +18 -1
- data/lib/crimson-falcon/models/figapi_adversary.rb +235 -0
- data/lib/crimson-falcon/models/figapi_country.rb +245 -0
- data/lib/crimson-falcon/models/figapi_domain.rb +345 -0
- data/lib/crimson-falcon/models/figapi_email_address.rb +252 -0
- data/lib/crimson-falcon/models/figapi_file.rb +299 -0
- data/lib/crimson-falcon/models/figapi_indicator.rb +458 -0
- data/lib/crimson-falcon/models/figapi_ipv4.rb +269 -0
- data/lib/crimson-falcon/models/figapi_ipv6.rb +269 -0
- data/lib/crimson-falcon/models/figapi_mx_record.rb +284 -0
- data/lib/crimson-falcon/models/figapi_name_server.rb +254 -0
- data/lib/crimson-falcon/models/figapi_report.rb +235 -0
- data/lib/crimson-falcon/models/figapi_sector.rb +245 -0
- data/lib/crimson-falcon/models/figapi_threat.rb +235 -0
- data/lib/crimson-falcon/models/figapi_url.rb +247 -0
- data/lib/crimson-falcon/models/figapi_vulnerability.rb +374 -0
- data/lib/crimson-falcon/models/figapi_who_is.rb +261 -0
- data/lib/crimson-falcon/models/figapi_whois_record.rb +306 -0
- data/lib/crimson-falcon/models/figapi_x509_certificate.rb +297 -0
- data/lib/crimson-falcon/models/graph_condition.rb +2 -12
- data/lib/crimson-falcon/models/help.rb +239 -0
- data/lib/crimson-falcon/models/ingestion_cve_exploit_reference.rb +267 -0
- data/lib/crimson-falcon/models/ingestion_cve_exploit_source.rb +283 -0
- data/lib/crimson-falcon/models/ingestion_ex_prt_rating_factors.rb +281 -0
- data/lib/crimson-falcon/models/ingestion_reference.rb +255 -0
- data/lib/crimson-falcon/models/inventoryapi_surface_error.rb +260 -0
- data/lib/crimson-falcon/models/{client_fql_statement.rb → inventoryapi_user_external_asset.rb} +16 -28
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create.rb +257 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_request_v1.rb +242 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_result.rb +322 -0
- data/lib/crimson-falcon/models/inventoryapidomain_subsidiary.rb +245 -0
- data/lib/crimson-falcon/models/jsonschema_pivot.rb +19 -1
- data/lib/crimson-falcon/models/jsonschema_signals_extensions.rb +22 -4
- data/lib/crimson-falcon/models/jsonschema_ui_extensions.rb +34 -4
- data/lib/crimson-falcon/models/models_api_customer_and_image.rb +15 -1
- data/lib/crimson-falcon/models/models_api_image_combined_export.rb +26 -1
- data/lib/crimson-falcon/models/models_api_package_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_api_package_combined_v2.rb +381 -0
- data/lib/crimson-falcon/models/models_api_vulnerability_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_application_library.rb +13 -4
- data/lib/crimson-falcon/models/models_container.rb +15 -1
- data/lib/crimson-falcon/models/models_ext_api_image_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_message.rb +239 -0
- data/lib/crimson-falcon/models/models_partial_fingerprints.rb +239 -0
- data/lib/crimson-falcon/models/models_result.rb +339 -0
- data/lib/crimson-falcon/models/models_result_location.rb +253 -0
- data/lib/crimson-falcon/models/models_result_location_properties.rb +253 -0
- data/lib/crimson-falcon/models/models_result_physical_location.rb +253 -0
- data/lib/crimson-falcon/models/models_result_physical_location_artifact_location.rb +239 -0
- data/lib/crimson-falcon/models/models_result_physical_location_region.rb +239 -0
- data/lib/crimson-falcon/models/models_result_properties.rb +365 -0
- data/lib/crimson-falcon/models/models_rule.rb +337 -0
- data/lib/crimson-falcon/models/models_rule_default_configuration.rb +239 -0
- data/lib/crimson-falcon/models/models_rule_properties.rb +669 -0
- data/lib/crimson-falcon/models/models_run.rb +255 -0
- data/lib/crimson-falcon/models/models_run_tool.rb +239 -0
- data/lib/crimson-falcon/models/models_run_tool_driver.rb +283 -0
- data/lib/crimson-falcon/models/models_vulnerability_sarif.rb +269 -0
- data/lib/crimson-falcon/models/packages_api_combined_package_v2.rb +266 -0
- data/lib/crimson-falcon/models/policyframework_benchmark.rb +253 -0
- data/lib/crimson-falcon/models/policyframework_control.rb +290 -0
- data/lib/crimson-falcon/models/quickscanpro_query_scan_results_response.rb +10 -1
- data/lib/crimson-falcon/models/registration_aws_account_ext_v2.rb +19 -1
- data/lib/crimson-falcon/models/registration_aws_account_patch.rb +19 -1
- data/lib/crimson-falcon/models/registration_aws_account_response_v2.rb +0 -5
- data/lib/crimson-falcon/models/registration_azure_download_certificate_response_v1.rb +0 -5
- data/lib/crimson-falcon/models/registration_iom_event_v2.rb +12 -1
- data/lib/crimson-falcon/models/releasecontents_release_content.rb +327 -0
- data/lib/crimson-falcon/models/releasecontents_release_content_version.rb +267 -0
- data/lib/crimson-falcon/models/releasenotes_entities_get_request.rb +241 -0
- data/lib/crimson-falcon/models/releasenotes_entities_get_response_wrapper.rb +269 -0
- data/lib/crimson-falcon/models/releasenotes_note_detail.rb +270 -0
- data/lib/crimson-falcon/models/releasenotes_release_note_v1.rb +303 -0
- data/lib/crimson-falcon/models/releasenotes_release_note_wrapper_v1.rb +271 -0
- data/lib/crimson-falcon/models/releases_release.rb +328 -0
- data/lib/crimson-falcon/models/releases_release_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/resources_app.rb +243 -0
- data/lib/crimson-falcon/models/resources_asset_graph.rb +243 -0
- data/lib/crimson-falcon/models/resources_cloud_context.rb +378 -0
- data/lib/crimson-falcon/models/resources_cloud_resource.rb +604 -0
- data/lib/crimson-falcon/models/resources_compliance.rb +307 -0
- data/lib/crimson-falcon/models/resources_detections.rb +291 -0
- data/lib/crimson-falcon/models/resources_host.rb +390 -0
- data/lib/crimson-falcon/models/resources_relationship.rb +261 -0
- data/lib/crimson-falcon/models/resources_vulnerability.rb +262 -0
- data/lib/crimson-falcon/models/rest_azure_download_script_request_data.rb +239 -0
- data/lib/crimson-falcon/models/rest_azure_download_script_request_v1.rb +241 -0
- data/lib/crimson-falcon/models/rest_azure_provision_get_account_script_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/rest_azure_script.rb +276 -0
- data/lib/crimson-falcon/models/rest_cursor_and_limit_meta_info.rb +289 -0
- data/lib/crimson-falcon/models/rest_cursor_meta_info.rb +280 -0
- data/lib/crimson-falcon/models/rest_cursor_response_fields.rb +250 -0
- data/lib/crimson-falcon/models/rest_paging.rb +262 -0
- data/lib/crimson-falcon/models/restapi_indicator_response.rb +271 -0
- data/lib/crimson-falcon/models/restapi_indicators_query_request.rb +255 -0
- data/lib/crimson-falcon/models/restapi_indicators_query_sort_request.rb +267 -0
- data/lib/crimson-falcon/models/sadomain_typosquatting_base_domain.rb +19 -1
- data/lib/crimson-falcon/models/sadomain_typosquatting_subdomain.rb +1 -15
- data/lib/crimson-falcon/models/string_wrapper.rb +266 -0
- data/lib/crimson-falcon/models/types_get_executor_nodes_metadata_response.rb +278 -0
- data/lib/crimson-falcon/models/types_get_integration_tasks_metadata_response.rb +267 -0
- data/lib/crimson-falcon/models/v2_for_loop.rb +10 -1
- data/lib/crimson-falcon/models/vulnerabilities_vulnerability_entity_sarif_response.rb +266 -0
- data/lib/crimson-falcon/version.rb +2 -2
- data/lib/crimson-falcon.rb +223 -90
- data/spec/api/{alerts_api_spec.rb → alerts_spec.rb} +21 -10
- data/spec/api/{api_integrations_api_spec.rb → api_integrations_spec.rb} +8 -8
- data/spec/api/{aspm_api_spec.rb → aspm_spec.rb} +51 -8
- data/spec/api/{certificate_based_exclusions_api_spec.rb → certificate_based_exclusions_spec.rb} +8 -8
- data/spec/api/{default_api_spec.rb → cloud_aws_registration_spec.rb} +8 -8
- data/spec/api/cloud_azure_registration_spec.rb +63 -0
- data/spec/api/{cloud_connect_aws_api_spec.rb → cloud_connect_aws_spec.rb} +8 -8
- data/spec/api/cloud_security_assets_spec.rb +78 -0
- data/spec/api/{cloud_snapshots_api_spec.rb → cloud_snapshots_spec.rb} +8 -8
- data/spec/api/{compliance_assessments_api_spec.rb → compliance_assessments_spec.rb} +8 -8
- data/spec/api/{configuration_assessment_evaluation_logic_api_spec.rb → configuration_assessment_evaluation_logic_spec.rb} +8 -8
- data/spec/api/{configuration_assessment_api_spec.rb → configuration_assessment_spec.rb} +8 -8
- data/spec/api/{container_alerts_api_spec.rb → container_alerts_spec.rb} +12 -12
- data/spec/api/{container_detections_api_spec.rb → container_detections_spec.rb} +18 -18
- data/spec/api/{container_images_api_spec.rb → container_images_spec.rb} +38 -38
- data/spec/api/{container_packages_api_spec.rb → container_packages_spec.rb} +36 -21
- data/spec/api/{container_vulnerabilities_api_spec.rb → container_vulnerabilities_spec.rb} +28 -28
- data/spec/api/content_update_policies_spec.rb +177 -0
- data/spec/api/correlation_rules_spec.rb +137 -0
- data/spec/api/{cspg_iacapi_api_spec.rb → cspg_iac_spec.rb} +8 -8
- data/spec/api/{cspm_registration_api_spec.rb → cspm_registration_spec.rb} +94 -84
- data/spec/api/{custom_ioa_api_spec.rb → custom_ioa_spec.rb} +12 -12
- data/spec/api/{custom_storage_api_spec.rb → custom_storage_spec.rb} +8 -8
- data/spec/api/{d4c_registration_api_spec.rb → d4c_registration_spec.rb} +9 -22
- data/spec/api/{datascanner_api_spec.rb → datascanner_spec.rb} +8 -8
- data/spec/api/{delivery_settings_api_spec.rb → delivery_settings_spec.rb} +8 -8
- data/spec/api/deployments_spec.rb +65 -0
- data/spec/api/{detects_api_spec.rb → detects_spec.rb} +8 -8
- data/spec/api/device_content_spec.rb +77 -0
- data/spec/api/{device_control_policies_api_spec.rb → device_control_policies_spec.rb} +8 -8
- data/spec/api/{discover_iot_api_spec.rb → discover_iot_spec.rb} +8 -8
- data/spec/api/{discover_api_spec.rb → discover_spec.rb} +19 -8
- data/spec/api/{downloads_api_api_spec.rb → downloads_spec.rb} +8 -20
- data/spec/api/{drift_indicators_api_spec.rb → drift_indicators_spec.rb} +16 -16
- data/spec/api/{event_schema_api_spec.rb → event_schema_spec.rb} +8 -8
- data/spec/api/{event_streams_api_spec.rb → event_streams_spec.rb} +8 -8
- data/spec/api/{exposure_management_api_spec.rb → exposure_management_spec.rb} +10 -8
- data/spec/api/{falcon_complete_dashboard_api_spec.rb → falcon_complete_dashboard_spec.rb} +8 -8
- data/spec/api/{falcon_container_cli_api_spec.rb → falcon_container_cli_spec.rb} +8 -8
- data/spec/api/{falcon_container_image_api_spec.rb → falcon_container_image_spec.rb} +13 -13
- data/spec/api/{falcon_container_api_spec.rb → falcon_container_spec.rb} +8 -8
- data/spec/api/{falconx_sandbox_api_spec.rb → falconx_sandbox_spec.rb} +8 -8
- data/spec/api/{field_schema_api_spec.rb → field_schema_spec.rb} +8 -8
- data/spec/api/{filevantage_api_spec.rb → filevantage_spec.rb} +14 -14
- data/spec/api/{firewall_management_api_spec.rb → firewall_management_spec.rb} +16 -16
- data/spec/api/{firewall_policies_api_spec.rb → firewall_policies_spec.rb} +8 -8
- data/spec/api/{foundry_logscale_api_spec.rb → foundry_logscale_spec.rb} +8 -8
- data/spec/api/{handle_api_spec.rb → handle_spec.rb} +8 -8
- data/spec/api/{host_group_api_spec.rb → host_group_spec.rb} +8 -8
- data/spec/api/{host_migration_api_spec.rb → host_migration_spec.rb} +10 -10
- data/spec/api/{hosts_api_spec.rb → hosts_spec.rb} +8 -8
- data/spec/api/{humio_auth_proxy_api_spec.rb → humio_auth_proxy_spec.rb} +8 -8
- data/spec/api/{identity_entities_api_spec.rb → identity_entities_spec.rb} +8 -8
- data/spec/api/{identity_protection_api_spec.rb → identity_protection_spec.rb} +8 -8
- data/spec/api/{image_assessment_policies_api_spec.rb → image_assessment_policies_spec.rb} +8 -8
- data/spec/api/{incidents_api_spec.rb → incidents_spec.rb} +8 -8
- data/spec/api/{installation_tokens_settings_api_spec.rb → installation_tokens_settings_spec.rb} +8 -8
- data/spec/api/{installation_tokens_api_spec.rb → installation_tokens_spec.rb} +8 -8
- data/spec/api/{intel_api_spec.rb → intel_spec.rb} +8 -8
- data/spec/api/intelligence_indicator_graph_spec.rb +66 -0
- data/spec/api/{ioa_exclusions_api_spec.rb → ioa_exclusions_spec.rb} +8 -8
- data/spec/api/{ioc_api_spec.rb → ioc_spec.rb} +8 -8
- data/spec/api/{iocs_api_spec.rb → iocs_spec.rb} +8 -8
- data/spec/api/{kubernetes_protection_api_spec.rb → kubernetes_protection_spec.rb} +66 -66
- data/spec/api/lookup_files_spec.rb +80 -0
- data/spec/api/{malquery_api_spec.rb → malquery_spec.rb} +8 -8
- data/spec/api/{message_center_api_spec.rb → message_center_spec.rb} +8 -8
- data/spec/api/{ml_exclusions_api_spec.rb → ml_exclusions_spec.rb} +8 -8
- data/spec/api/{mobile_enrollment_api_spec.rb → mobile_enrollment_spec.rb} +8 -8
- data/spec/api/{mssp_api_spec.rb → mssp_spec.rb} +8 -8
- data/spec/api/{oauth2_api_spec.rb → oauth2_spec.rb} +8 -8
- data/spec/api/{ods_api_spec.rb → ods_spec.rb} +8 -8
- data/spec/api/{overwatch_dashboard_api_spec.rb → overwatch_dashboard_spec.rb} +8 -8
- data/spec/api/{prevention_policies_api_spec.rb → prevention_policies_spec.rb} +8 -8
- data/spec/api/{quarantine_api_spec.rb → quarantine_spec.rb} +8 -8
- data/spec/api/{quick_scan_pro_api_spec.rb → quick_scan_pro_spec.rb} +8 -8
- data/spec/api/{quick_scan_api_spec.rb → quick_scan_spec.rb} +8 -8
- data/spec/api/{real_time_response_admin_api_spec.rb → real_time_response_admin_spec.rb} +8 -8
- data/spec/api/{real_time_response_audit_api_spec.rb → real_time_response_audit_spec.rb} +8 -8
- data/spec/api/{real_time_response_api_spec.rb → real_time_response_spec.rb} +8 -8
- data/spec/api/{recon_api_spec.rb → recon_spec.rb} +8 -8
- data/spec/api/release_notes_spec.rb +97 -0
- data/spec/api/releases_spec.rb +68 -0
- data/spec/api/{report_executions_api_spec.rb → report_executions_spec.rb} +8 -8
- data/spec/api/{response_policies_api_spec.rb → response_policies_spec.rb} +8 -8
- data/spec/api/{runtime_detections_api_spec.rb → runtime_detections_spec.rb} +11 -11
- data/spec/api/{sample_uploads_api_spec.rb → sample_uploads_spec.rb} +8 -8
- data/spec/api/{scheduled_reports_api_spec.rb → scheduled_reports_spec.rb} +8 -8
- data/spec/api/{sensor_download_api_spec.rb → sensor_download_spec.rb} +8 -8
- data/spec/api/{sensor_update_policies_api_spec.rb → sensor_update_policies_spec.rb} +8 -8
- data/spec/api/{sensor_usage_api_api_spec.rb → sensor_usage_spec.rb} +8 -8
- data/spec/api/{sensor_visibility_exclusions_api_spec.rb → sensor_visibility_exclusions_spec.rb} +8 -8
- data/spec/api/{spotlight_evaluation_logic_api_spec.rb → spotlight_evaluation_logic_spec.rb} +8 -8
- data/spec/api/{spotlight_vulnerabilities_api_spec.rb → spotlight_vulnerabilities_spec.rb} +12 -12
- data/spec/api/{threatgraph_api_spec.rb → threatgraph_spec.rb} +8 -8
- data/spec/api/{unidentified_containers_api_spec.rb → unidentified_containers_spec.rb} +13 -13
- data/spec/api/{user_management_api_spec.rb → user_management_spec.rb} +8 -8
- data/spec/api/vulnerabilities_spec.rb +66 -0
- data/spec/api/{workflows_api_spec.rb → workflows_spec.rb} +8 -8
- data/spec/api/{zero_trust_assessment_api_spec.rb → zero_trust_assessment_spec.rb} +8 -8
- data/spec/models/api_create_rule_operation_v1_spec.rb +63 -0
- data/spec/models/api_get_entities_rules_response_v1_spec.rb +63 -0
- data/spec/models/api_patch_rule_operation_v1_spec.rb +63 -0
- data/spec/models/api_patch_rule_search_v1_spec.rb +69 -0
- data/spec/models/api_rule_create_request_v1_spec.rb +111 -0
- data/spec/models/api_rule_operation_v1_spec.rb +69 -0
- data/spec/models/api_rule_patch_request_v1_spec.rb +99 -0
- data/spec/models/api_rule_schedule_v1_patch_spec.rb +51 -0
- data/spec/models/api_rule_schedule_v1_spec.rb +51 -0
- data/spec/models/api_rule_search_v1_spec.rb +69 -0
- data/spec/models/api_rule_v1_spec.rb +16 -34
- data/spec/models/apidomain_saved_search_execute_request_v1_spec.rb +0 -36
- data/spec/models/assets_get_resource_ids_response_spec.rb +63 -0
- data/spec/models/assets_get_resources_response_spec.rb +63 -0
- data/spec/models/base_set_content_update_policy_precedence_req_v1_spec.rb +51 -0
- data/spec/models/content_update_create_policies_req_v1_spec.rb +51 -0
- data/spec/models/content_update_create_policy_req_v1_spec.rb +63 -0
- data/spec/models/content_update_ring_assignment_settings_v1_spec.rb +57 -0
- data/spec/models/content_update_settings_v1_spec.rb +51 -0
- data/spec/models/content_update_update_policies_req_v1_spec.rb +51 -0
- data/spec/models/content_update_update_policy_req_v1_spec.rb +69 -0
- data/spec/models/dataclassifications_label_spec.rb +63 -0
- data/spec/models/dataclassifications_response_spec.rb +75 -0
- data/spec/models/dataclassifications_tag_spec.rb +69 -0
- data/spec/models/deployments_api_deployment_ring_view_spec.rb +87 -0
- data/spec/models/deployments_api_deployment_view_spec.rb +93 -0
- data/spec/models/deployments_api_deployment_view_wrapper_spec.rb +63 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_meta_spec.rb +69 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_paging_spec.rb +63 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_request_swagger_spec.rb +69 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_response_swagger_spec.rb +63 -0
- data/spec/models/device_control_usb_class_exceptions_req_v1_spec.rb +1 -1
- data/spec/models/device_control_usb_class_exceptions_response_spec.rb +1 -1
- data/spec/models/devicecontent_content_category_spec.rb +51 -0
- data/spec/models/devicecontent_state_spec.rb +117 -0
- data/spec/models/devicecontentapi_entities_response_v1_spec.rb +63 -0
- data/spec/models/devicecontentapi_query_response_v1_spec.rb +63 -0
- data/spec/models/domain_aws_account_resource_metadata_spec.rb +30 -0
- data/spec/models/domain_benchmark_spec.rb +6 -0
- data/spec/models/domain_content_update_policy_resp_v1_spec.rb +153 -0
- data/spec/models/domain_content_update_settings_v1_spec.rb +51 -0
- data/spec/models/domain_discover_api_active_discovery_host_spec.rb +12 -0
- data/spec/models/domain_discover_api_application_host_spec.rb +6 -0
- data/spec/models/domain_discover_api_host_spec.rb +18 -0
- data/spec/models/domain_discover_apiio_t_host_spec.rb +18 -0
- data/spec/models/domain_kestrel_params_spec.rb +51 -0
- data/spec/models/domain_lookup_file_spec.rb +147 -0
- data/spec/models/domain_lookup_file_wrapper_spec.rb +63 -0
- data/spec/models/domain_report_metadata_spec.rb +6 -0
- data/spec/models/domain_ring_assignment_settings_v1_spec.rb +63 -0
- data/spec/models/domain_scheduled_report_v1_spec.rb +6 -0
- data/spec/models/domain_update_rule_request_v1_spec.rb +6 -0
- data/spec/models/figapi_adversary_spec.rb +51 -0
- data/spec/models/figapi_country_spec.rb +57 -0
- data/spec/models/figapi_domain_spec.rb +117 -0
- data/spec/models/figapi_email_address_spec.rb +63 -0
- data/spec/models/figapi_file_spec.rb +87 -0
- data/spec/models/figapi_indicator_spec.rb +183 -0
- data/spec/models/figapi_ipv4_spec.rb +69 -0
- data/spec/models/figapi_ipv6_spec.rb +69 -0
- data/spec/models/figapi_mx_record_spec.rb +75 -0
- data/spec/models/figapi_name_server_spec.rb +63 -0
- data/spec/models/figapi_report_spec.rb +51 -0
- data/spec/models/figapi_sector_spec.rb +57 -0
- data/spec/models/figapi_threat_spec.rb +51 -0
- data/spec/models/figapi_url_spec.rb +57 -0
- data/spec/models/figapi_vulnerability_spec.rb +141 -0
- data/spec/models/figapi_who_is_spec.rb +69 -0
- data/spec/models/figapi_whois_record_spec.rb +99 -0
- data/spec/models/figapi_x509_certificate_spec.rb +93 -0
- data/spec/models/graph_condition_spec.rb +0 -6
- data/spec/models/help_spec.rb +51 -0
- data/spec/models/ingestion_cve_exploit_reference_spec.rb +63 -0
- data/spec/models/ingestion_cve_exploit_source_spec.rb +69 -0
- data/spec/models/ingestion_ex_prt_rating_factors_spec.rb +69 -0
- data/spec/models/ingestion_reference_spec.rb +57 -0
- data/spec/models/inventoryapi_surface_error_spec.rb +63 -0
- data/spec/models/inventoryapi_user_external_asset_create_request_v1_spec.rb +51 -0
- data/spec/models/inventoryapi_user_external_asset_create_response_v1_spec.rb +63 -0
- data/spec/models/inventoryapi_user_external_asset_create_spec.rb +57 -0
- data/spec/models/inventoryapi_user_external_asset_result_spec.rb +93 -0
- data/spec/models/inventoryapi_user_external_asset_spec.rb +57 -0
- data/spec/models/inventoryapidomain_subsidiary_spec.rb +57 -0
- data/spec/models/jsonschema_pivot_spec.rb +12 -0
- data/spec/models/jsonschema_signals_extensions_spec.rb +12 -0
- data/spec/models/jsonschema_ui_extensions_spec.rb +18 -0
- data/spec/models/models_api_customer_and_image_spec.rb +6 -0
- data/spec/models/models_api_image_combined_export_spec.rb +12 -0
- data/spec/models/models_api_package_combined_spec.rb +6 -0
- data/spec/models/models_api_package_combined_v2_spec.rb +111 -0
- data/spec/models/models_api_vulnerability_combined_spec.rb +6 -0
- data/spec/models/models_application_library_spec.rb +6 -0
- data/spec/models/models_container_spec.rb +6 -0
- data/spec/models/models_ext_api_image_combined_spec.rb +6 -0
- data/spec/models/models_message_spec.rb +51 -0
- data/spec/models/models_partial_fingerprints_spec.rb +51 -0
- data/spec/models/models_result_location_properties_spec.rb +57 -0
- data/spec/models/models_result_location_spec.rb +57 -0
- data/spec/models/models_result_physical_location_artifact_location_spec.rb +51 -0
- data/spec/models/models_result_physical_location_region_spec.rb +51 -0
- data/spec/models/models_result_physical_location_spec.rb +57 -0
- data/spec/models/models_result_properties_spec.rb +105 -0
- data/spec/models/models_result_spec.rb +93 -0
- data/spec/models/models_rule_default_configuration_spec.rb +51 -0
- data/spec/models/models_rule_properties_spec.rb +231 -0
- data/spec/models/models_rule_spec.rb +93 -0
- data/spec/models/models_run_spec.rb +57 -0
- data/spec/models/models_run_tool_driver_spec.rb +69 -0
- data/spec/models/models_run_tool_spec.rb +51 -0
- data/spec/models/models_vulnerability_sarif_spec.rb +63 -0
- data/spec/models/packages_api_combined_package_v2_spec.rb +63 -0
- data/spec/models/policyframework_benchmark_spec.rb +57 -0
- data/spec/models/policyframework_control_spec.rb +87 -0
- data/spec/models/quickscanpro_query_scan_results_response_spec.rb +6 -0
- data/spec/models/registration_aws_account_ext_v2_spec.rb +12 -0
- data/spec/models/registration_aws_account_patch_spec.rb +12 -0
- data/spec/models/registration_iom_event_v2_spec.rb +6 -0
- data/spec/models/releasecontents_release_content_spec.rb +93 -0
- data/spec/models/releasecontents_release_content_version_spec.rb +63 -0
- data/spec/models/releasenotes_entities_get_request_spec.rb +51 -0
- data/spec/models/releasenotes_entities_get_response_wrapper_spec.rb +63 -0
- data/spec/models/releasenotes_note_detail_spec.rb +69 -0
- data/spec/models/releasenotes_release_note_v1_spec.rb +81 -0
- data/spec/models/releasenotes_release_note_wrapper_v1_spec.rb +63 -0
- data/spec/models/releases_release_spec.rb +99 -0
- data/spec/models/releases_release_wrapper_spec.rb +63 -0
- data/spec/models/resources_app_spec.rb +57 -0
- data/spec/models/resources_asset_graph_spec.rb +57 -0
- data/spec/models/resources_cloud_context_spec.rb +147 -0
- data/spec/models/resources_cloud_resource_spec.rb +291 -0
- data/spec/models/resources_compliance_spec.rb +87 -0
- data/spec/models/resources_detections_spec.rb +81 -0
- data/spec/models/resources_host_spec.rb +147 -0
- data/spec/models/resources_relationship_spec.rb +69 -0
- data/spec/models/resources_vulnerability_spec.rb +63 -0
- data/spec/models/rest_azure_download_script_request_data_spec.rb +51 -0
- data/spec/models/rest_azure_download_script_request_v1_spec.rb +51 -0
- data/spec/models/rest_azure_provision_get_account_script_response_v1_spec.rb +63 -0
- data/spec/models/rest_azure_script_spec.rb +69 -0
- data/spec/models/rest_cursor_and_limit_meta_info_spec.rb +81 -0
- data/spec/models/rest_cursor_meta_info_spec.rb +75 -0
- data/spec/models/rest_cursor_response_fields_spec.rb +57 -0
- data/spec/models/{client_fql_statement_spec.rb → rest_paging_spec.rb} +9 -9
- data/spec/models/restapi_indicator_response_spec.rb +63 -0
- data/spec/models/restapi_indicators_query_request_spec.rb +57 -0
- data/spec/models/restapi_indicators_query_sort_request_spec.rb +63 -0
- data/spec/models/sadomain_typosquatting_base_domain_spec.rb +12 -0
- data/spec/models/sadomain_typosquatting_subdomain_spec.rb +0 -6
- data/spec/models/string_wrapper_spec.rb +63 -0
- data/spec/models/types_get_executor_nodes_metadata_response_spec.rb +75 -0
- data/spec/models/types_get_integration_tasks_metadata_response_spec.rb +69 -0
- data/spec/models/v2_for_loop_spec.rb +6 -0
- data/spec/models/vulnerabilities_vulnerability_entity_sarif_response_spec.rb +63 -0
- data/spec/spec_helper.rb +8 -0
- metadata +2129 -1732
@@ -30,7 +30,7 @@ SOFTWARE.
|
|
30
30
|
require 'cgi'
|
31
31
|
|
32
32
|
module Falcon
|
33
|
-
class
|
33
|
+
class ASPM
|
34
34
|
attr_accessor :api_client
|
35
35
|
|
36
36
|
def initialize(api_client = ApiClient.default)
|
@@ -51,11 +51,11 @@ module Falcon
|
|
51
51
|
# @return [Array<(TypesExecutorNode, Integer, Hash)>] TypesExecutorNode data, response status code and response headers
|
52
52
|
def create_executor_node_with_http_info(body, opts = {})
|
53
53
|
if @api_client.config.debugging
|
54
|
-
@api_client.config.logger.debug 'Calling API:
|
54
|
+
@api_client.config.logger.debug 'Calling API: ASPM.create_executor_node ...'
|
55
55
|
end
|
56
56
|
# verify the required parameter 'body' is set
|
57
57
|
if @api_client.config.client_side_validation && body.nil?
|
58
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
58
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.create_executor_node"
|
59
59
|
end
|
60
60
|
# resource path
|
61
61
|
local_var_path = '/aspm-api-gateway/api/v1/executor_nodes'
|
@@ -86,7 +86,7 @@ module Falcon
|
|
86
86
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
87
87
|
|
88
88
|
new_options = opts.merge(
|
89
|
-
:operation => :"
|
89
|
+
:operation => :"ASPM.create_executor_node",
|
90
90
|
:header_params => header_params,
|
91
91
|
:query_params => query_params,
|
92
92
|
:form_params => form_params,
|
@@ -97,7 +97,7 @@ module Falcon
|
|
97
97
|
|
98
98
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
99
99
|
if @api_client.config.debugging
|
100
|
-
@api_client.config.logger.debug "API called:
|
100
|
+
@api_client.config.logger.debug "API called: ASPM#create_executor_node\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
101
101
|
end
|
102
102
|
return data, status_code, headers
|
103
103
|
end
|
@@ -117,11 +117,11 @@ module Falcon
|
|
117
117
|
# @return [Array<(TypesIntegrationResponse, Integer, Hash)>] TypesIntegrationResponse data, response status code and response headers
|
118
118
|
def create_integration_with_http_info(body, opts = {})
|
119
119
|
if @api_client.config.debugging
|
120
|
-
@api_client.config.logger.debug 'Calling API:
|
120
|
+
@api_client.config.logger.debug 'Calling API: ASPM.create_integration ...'
|
121
121
|
end
|
122
122
|
# verify the required parameter 'body' is set
|
123
123
|
if @api_client.config.client_side_validation && body.nil?
|
124
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
124
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.create_integration"
|
125
125
|
end
|
126
126
|
# resource path
|
127
127
|
local_var_path = '/aspm-api-gateway/api/v1/integrations'
|
@@ -152,7 +152,7 @@ module Falcon
|
|
152
152
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
153
153
|
|
154
154
|
new_options = opts.merge(
|
155
|
-
:operation => :"
|
155
|
+
:operation => :"ASPM.create_integration",
|
156
156
|
:header_params => header_params,
|
157
157
|
:query_params => query_params,
|
158
158
|
:form_params => form_params,
|
@@ -163,7 +163,7 @@ module Falcon
|
|
163
163
|
|
164
164
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
165
165
|
if @api_client.config.debugging
|
166
|
-
@api_client.config.logger.debug "API called:
|
166
|
+
@api_client.config.logger.debug "API called: ASPM#create_integration\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
167
167
|
end
|
168
168
|
return data, status_code, headers
|
169
169
|
end
|
@@ -183,11 +183,11 @@ module Falcon
|
|
183
183
|
# @return [Array<(TypesIntegrationTaskResponse, Integer, Hash)>] TypesIntegrationTaskResponse data, response status code and response headers
|
184
184
|
def create_integration_task_with_http_info(body, opts = {})
|
185
185
|
if @api_client.config.debugging
|
186
|
-
@api_client.config.logger.debug 'Calling API:
|
186
|
+
@api_client.config.logger.debug 'Calling API: ASPM.create_integration_task ...'
|
187
187
|
end
|
188
188
|
# verify the required parameter 'body' is set
|
189
189
|
if @api_client.config.client_side_validation && body.nil?
|
190
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
190
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.create_integration_task"
|
191
191
|
end
|
192
192
|
# resource path
|
193
193
|
local_var_path = '/aspm-api-gateway/api/v1/integration_tasks'
|
@@ -218,7 +218,7 @@ module Falcon
|
|
218
218
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
219
219
|
|
220
220
|
new_options = opts.merge(
|
221
|
-
:operation => :"
|
221
|
+
:operation => :"ASPM.create_integration_task",
|
222
222
|
:header_params => header_params,
|
223
223
|
:query_params => query_params,
|
224
224
|
:form_params => form_params,
|
@@ -229,7 +229,7 @@ module Falcon
|
|
229
229
|
|
230
230
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
231
231
|
if @api_client.config.debugging
|
232
|
-
@api_client.config.logger.debug "API called:
|
232
|
+
@api_client.config.logger.debug "API called: ASPM#create_integration_task\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
233
233
|
end
|
234
234
|
return data, status_code, headers
|
235
235
|
end
|
@@ -249,15 +249,15 @@ module Falcon
|
|
249
249
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
250
250
|
def delete_executor_node_with_http_info(id, opts = {})
|
251
251
|
if @api_client.config.debugging
|
252
|
-
@api_client.config.logger.debug 'Calling API:
|
252
|
+
@api_client.config.logger.debug 'Calling API: ASPM.delete_executor_node ...'
|
253
253
|
end
|
254
254
|
# verify the required parameter 'id' is set
|
255
255
|
if @api_client.config.client_side_validation && id.nil?
|
256
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
256
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ASPM.delete_executor_node"
|
257
257
|
end
|
258
258
|
pattern = Regexp.new(/[0-9]+/)
|
259
259
|
if @api_client.config.client_side_validation && id !~ pattern
|
260
|
-
fail ArgumentError, "invalid value for 'id' when calling
|
260
|
+
fail ArgumentError, "invalid value for 'id' when calling ASPM.delete_executor_node, must conform to the pattern #{pattern}."
|
261
261
|
end
|
262
262
|
|
263
263
|
# resource path
|
@@ -284,7 +284,7 @@ module Falcon
|
|
284
284
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
285
285
|
|
286
286
|
new_options = opts.merge(
|
287
|
-
:operation => :"
|
287
|
+
:operation => :"ASPM.delete_executor_node",
|
288
288
|
:header_params => header_params,
|
289
289
|
:query_params => query_params,
|
290
290
|
:form_params => form_params,
|
@@ -295,7 +295,7 @@ module Falcon
|
|
295
295
|
|
296
296
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
297
297
|
if @api_client.config.debugging
|
298
|
-
@api_client.config.logger.debug "API called:
|
298
|
+
@api_client.config.logger.debug "API called: ASPM#delete_executor_node\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
299
299
|
end
|
300
300
|
return data, status_code, headers
|
301
301
|
end
|
@@ -315,15 +315,15 @@ module Falcon
|
|
315
315
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
316
316
|
def delete_integration_with_http_info(id, opts = {})
|
317
317
|
if @api_client.config.debugging
|
318
|
-
@api_client.config.logger.debug 'Calling API:
|
318
|
+
@api_client.config.logger.debug 'Calling API: ASPM.delete_integration ...'
|
319
319
|
end
|
320
320
|
# verify the required parameter 'id' is set
|
321
321
|
if @api_client.config.client_side_validation && id.nil?
|
322
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
322
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ASPM.delete_integration"
|
323
323
|
end
|
324
324
|
pattern = Regexp.new(/[0-9]+/)
|
325
325
|
if @api_client.config.client_side_validation && id !~ pattern
|
326
|
-
fail ArgumentError, "invalid value for 'id' when calling
|
326
|
+
fail ArgumentError, "invalid value for 'id' when calling ASPM.delete_integration, must conform to the pattern #{pattern}."
|
327
327
|
end
|
328
328
|
|
329
329
|
# resource path
|
@@ -350,7 +350,7 @@ module Falcon
|
|
350
350
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
351
351
|
|
352
352
|
new_options = opts.merge(
|
353
|
-
:operation => :"
|
353
|
+
:operation => :"ASPM.delete_integration",
|
354
354
|
:header_params => header_params,
|
355
355
|
:query_params => query_params,
|
356
356
|
:form_params => form_params,
|
@@ -361,7 +361,7 @@ module Falcon
|
|
361
361
|
|
362
362
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
363
363
|
if @api_client.config.debugging
|
364
|
-
@api_client.config.logger.debug "API called:
|
364
|
+
@api_client.config.logger.debug "API called: ASPM#delete_integration\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
365
365
|
end
|
366
366
|
return data, status_code, headers
|
367
367
|
end
|
@@ -381,15 +381,15 @@ module Falcon
|
|
381
381
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
382
382
|
def delete_integration_task_with_http_info(id, opts = {})
|
383
383
|
if @api_client.config.debugging
|
384
|
-
@api_client.config.logger.debug 'Calling API:
|
384
|
+
@api_client.config.logger.debug 'Calling API: ASPM.delete_integration_task ...'
|
385
385
|
end
|
386
386
|
# verify the required parameter 'id' is set
|
387
387
|
if @api_client.config.client_side_validation && id.nil?
|
388
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
388
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ASPM.delete_integration_task"
|
389
389
|
end
|
390
390
|
pattern = Regexp.new(/[0-9]+/)
|
391
391
|
if @api_client.config.client_side_validation && id !~ pattern
|
392
|
-
fail ArgumentError, "invalid value for 'id' when calling
|
392
|
+
fail ArgumentError, "invalid value for 'id' when calling ASPM.delete_integration_task, must conform to the pattern #{pattern}."
|
393
393
|
end
|
394
394
|
|
395
395
|
# resource path
|
@@ -416,7 +416,7 @@ module Falcon
|
|
416
416
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
417
417
|
|
418
418
|
new_options = opts.merge(
|
419
|
-
:operation => :"
|
419
|
+
:operation => :"ASPM.delete_integration_task",
|
420
420
|
:header_params => header_params,
|
421
421
|
:query_params => query_params,
|
422
422
|
:form_params => form_params,
|
@@ -427,7 +427,7 @@ module Falcon
|
|
427
427
|
|
428
428
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
429
429
|
if @api_client.config.debugging
|
430
|
-
@api_client.config.logger.debug "API called:
|
430
|
+
@api_client.config.logger.debug "API called: ASPM#delete_integration_task\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
431
431
|
end
|
432
432
|
return data, status_code, headers
|
433
433
|
end
|
@@ -447,11 +447,11 @@ module Falcon
|
|
447
447
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
448
448
|
def delete_tags_with_http_info(body, opts = {})
|
449
449
|
if @api_client.config.debugging
|
450
|
-
@api_client.config.logger.debug 'Calling API:
|
450
|
+
@api_client.config.logger.debug 'Calling API: ASPM.delete_tags ...'
|
451
451
|
end
|
452
452
|
# verify the required parameter 'body' is set
|
453
453
|
if @api_client.config.client_side_validation && body.nil?
|
454
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
454
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.delete_tags"
|
455
455
|
end
|
456
456
|
# resource path
|
457
457
|
local_var_path = '/aspm-api-gateway/api/v1/tags'
|
@@ -482,7 +482,7 @@ module Falcon
|
|
482
482
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
483
483
|
|
484
484
|
new_options = opts.merge(
|
485
|
-
:operation => :"
|
485
|
+
:operation => :"ASPM.delete_tags",
|
486
486
|
:header_params => header_params,
|
487
487
|
:query_params => query_params,
|
488
488
|
:form_params => form_params,
|
@@ -493,7 +493,7 @@ module Falcon
|
|
493
493
|
|
494
494
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
495
495
|
if @api_client.config.debugging
|
496
|
-
@api_client.config.logger.debug "API called:
|
496
|
+
@api_client.config.logger.debug "API called: ASPM#delete_tags\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
497
497
|
end
|
498
498
|
return data, status_code, headers
|
499
499
|
end
|
@@ -513,11 +513,11 @@ module Falcon
|
|
513
513
|
# @return [Array<(TypesQueryResult, Integer, Hash)>] TypesQueryResult data, response status code and response headers
|
514
514
|
def execute_query_with_http_info(body, opts = {})
|
515
515
|
if @api_client.config.debugging
|
516
|
-
@api_client.config.logger.debug 'Calling API:
|
516
|
+
@api_client.config.logger.debug 'Calling API: ASPM.execute_query ...'
|
517
517
|
end
|
518
518
|
# verify the required parameter 'body' is set
|
519
519
|
if @api_client.config.client_side_validation && body.nil?
|
520
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
520
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.execute_query"
|
521
521
|
end
|
522
522
|
# resource path
|
523
523
|
local_var_path = '/aspm-api-gateway/api/v1/query'
|
@@ -548,7 +548,7 @@ module Falcon
|
|
548
548
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
549
549
|
|
550
550
|
new_options = opts.merge(
|
551
|
-
:operation => :"
|
551
|
+
:operation => :"ASPM.execute_query",
|
552
552
|
:header_params => header_params,
|
553
553
|
:query_params => query_params,
|
554
554
|
:form_params => form_params,
|
@@ -559,7 +559,7 @@ module Falcon
|
|
559
559
|
|
560
560
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
561
561
|
if @api_client.config.debugging
|
562
|
-
@api_client.config.logger.debug "API called:
|
562
|
+
@api_client.config.logger.debug "API called: ASPM#execute_query\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
563
563
|
end
|
564
564
|
return data, status_code, headers
|
565
565
|
end
|
@@ -568,6 +568,14 @@ module Falcon
|
|
568
568
|
# @param node_type [String]
|
569
569
|
# @param [Hash] opts the optional parameters
|
570
570
|
# @option opts [Integer] :integration_type
|
571
|
+
# @option opts [Integer] :offset
|
572
|
+
# @option opts [Integer] :limit
|
573
|
+
# @option opts [String] :order_by
|
574
|
+
# @option opts [String] :direction
|
575
|
+
# @option opts [Array<String>] :executor_node_ids executor node ids
|
576
|
+
# @option opts [Array<String>] :executor_node_names executor node names
|
577
|
+
# @option opts [Array<Integer>] :executor_node_states executor node states
|
578
|
+
# @option opts [Array<String>] :executor_node_types executor node types
|
571
579
|
# @return [TypesListExecutorNodesResponse]
|
572
580
|
def get_executor_nodes(node_type, opts = {})
|
573
581
|
data, _status_code, _headers = get_executor_nodes_with_http_info(node_type, opts)
|
@@ -578,14 +586,30 @@ module Falcon
|
|
578
586
|
# @param node_type [String]
|
579
587
|
# @param [Hash] opts the optional parameters
|
580
588
|
# @option opts [Integer] :integration_type
|
589
|
+
# @option opts [Integer] :offset
|
590
|
+
# @option opts [Integer] :limit
|
591
|
+
# @option opts [String] :order_by
|
592
|
+
# @option opts [String] :direction
|
593
|
+
# @option opts [Array<String>] :executor_node_ids executor node ids
|
594
|
+
# @option opts [Array<String>] :executor_node_names executor node names
|
595
|
+
# @option opts [Array<Integer>] :executor_node_states executor node states
|
596
|
+
# @option opts [Array<String>] :executor_node_types executor node types
|
581
597
|
# @return [Array<(TypesListExecutorNodesResponse, Integer, Hash)>] TypesListExecutorNodesResponse data, response status code and response headers
|
582
598
|
def get_executor_nodes_with_http_info(node_type, opts = {})
|
583
599
|
if @api_client.config.debugging
|
584
|
-
@api_client.config.logger.debug 'Calling API:
|
600
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_executor_nodes ...'
|
585
601
|
end
|
586
602
|
# verify the required parameter 'node_type' is set
|
587
603
|
if @api_client.config.client_side_validation && node_type.nil?
|
588
|
-
fail ArgumentError, "Missing the required parameter 'node_type' when calling
|
604
|
+
fail ArgumentError, "Missing the required parameter 'node_type' when calling ASPM.get_executor_nodes"
|
605
|
+
end
|
606
|
+
allowable_values = ["name", "id", "state", "type"]
|
607
|
+
if @api_client.config.client_side_validation && opts[:'order_by'] && !allowable_values.include?(opts[:'order_by'])
|
608
|
+
fail ArgumentError, "invalid value for \"order_by\", must be one of #{allowable_values}"
|
609
|
+
end
|
610
|
+
allowable_values = ["asc", "desc"]
|
611
|
+
if @api_client.config.client_side_validation && opts[:'direction'] && !allowable_values.include?(opts[:'direction'])
|
612
|
+
fail ArgumentError, "invalid value for \"direction\", must be one of #{allowable_values}"
|
589
613
|
end
|
590
614
|
# resource path
|
591
615
|
local_var_path = '/aspm-api-gateway/api/v1/executor_nodes'
|
@@ -594,6 +618,14 @@ module Falcon
|
|
594
618
|
query_params = opts[:query_params] || {}
|
595
619
|
query_params[:'node_type'] = node_type
|
596
620
|
query_params[:'integration_type'] = opts[:'integration_type'] if !opts[:'integration_type'].nil?
|
621
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
622
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
623
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
624
|
+
query_params[:'direction'] = opts[:'direction'] if !opts[:'direction'].nil?
|
625
|
+
query_params[:'executor_node_ids'] = @api_client.build_collection_param(opts[:'executor_node_ids'], :csv) if !opts[:'executor_node_ids'].nil?
|
626
|
+
query_params[:'executor_node_names'] = @api_client.build_collection_param(opts[:'executor_node_names'], :csv) if !opts[:'executor_node_names'].nil?
|
627
|
+
query_params[:'executor_node_states'] = @api_client.build_collection_param(opts[:'executor_node_states'], :csv) if !opts[:'executor_node_states'].nil?
|
628
|
+
query_params[:'executor_node_types'] = @api_client.build_collection_param(opts[:'executor_node_types'], :csv) if !opts[:'executor_node_types'].nil?
|
597
629
|
|
598
630
|
# header parameters
|
599
631
|
header_params = opts[:header_params] || {}
|
@@ -613,7 +645,7 @@ module Falcon
|
|
613
645
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
614
646
|
|
615
647
|
new_options = opts.merge(
|
616
|
-
:operation => :"
|
648
|
+
:operation => :"ASPM.get_executor_nodes",
|
617
649
|
:header_params => header_params,
|
618
650
|
:query_params => query_params,
|
619
651
|
:form_params => form_params,
|
@@ -624,7 +656,74 @@ module Falcon
|
|
624
656
|
|
625
657
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
626
658
|
if @api_client.config.debugging
|
627
|
-
@api_client.config.logger.debug "API called:
|
659
|
+
@api_client.config.logger.debug "API called: ASPM#get_executor_nodes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
660
|
+
end
|
661
|
+
return data, status_code, headers
|
662
|
+
end
|
663
|
+
|
664
|
+
# Get metadata about all executor nodes
|
665
|
+
# @param [Hash] opts the optional parameters
|
666
|
+
# @option opts [Array<String>] :executor_node_ids executor node ids
|
667
|
+
# @option opts [Array<String>] :executor_node_names executor node names
|
668
|
+
# @option opts [Array<Integer>] :executor_node_states executor node states
|
669
|
+
# @option opts [Array<String>] :executor_node_types executor node types
|
670
|
+
# @return [TypesGetExecutorNodesMetadataResponse]
|
671
|
+
def get_executor_nodes_metadata(opts = {})
|
672
|
+
data, _status_code, _headers = get_executor_nodes_metadata_with_http_info(opts)
|
673
|
+
data
|
674
|
+
end
|
675
|
+
|
676
|
+
# Get metadata about all executor nodes
|
677
|
+
# @param [Hash] opts the optional parameters
|
678
|
+
# @option opts [Array<String>] :executor_node_ids executor node ids
|
679
|
+
# @option opts [Array<String>] :executor_node_names executor node names
|
680
|
+
# @option opts [Array<Integer>] :executor_node_states executor node states
|
681
|
+
# @option opts [Array<String>] :executor_node_types executor node types
|
682
|
+
# @return [Array<(TypesGetExecutorNodesMetadataResponse, Integer, Hash)>] TypesGetExecutorNodesMetadataResponse data, response status code and response headers
|
683
|
+
def get_executor_nodes_metadata_with_http_info(opts = {})
|
684
|
+
if @api_client.config.debugging
|
685
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_executor_nodes_metadata ...'
|
686
|
+
end
|
687
|
+
# resource path
|
688
|
+
local_var_path = '/aspm-api-gateway/api/v1/executor_nodes/metadata'
|
689
|
+
|
690
|
+
# query parameters
|
691
|
+
query_params = opts[:query_params] || {}
|
692
|
+
query_params[:'executor_node_ids'] = @api_client.build_collection_param(opts[:'executor_node_ids'], :csv) if !opts[:'executor_node_ids'].nil?
|
693
|
+
query_params[:'executor_node_names'] = @api_client.build_collection_param(opts[:'executor_node_names'], :csv) if !opts[:'executor_node_names'].nil?
|
694
|
+
query_params[:'executor_node_states'] = @api_client.build_collection_param(opts[:'executor_node_states'], :csv) if !opts[:'executor_node_states'].nil?
|
695
|
+
query_params[:'executor_node_types'] = @api_client.build_collection_param(opts[:'executor_node_types'], :csv) if !opts[:'executor_node_types'].nil?
|
696
|
+
|
697
|
+
# header parameters
|
698
|
+
header_params = opts[:header_params] || {}
|
699
|
+
# HTTP header 'Accept' (if needed)
|
700
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
701
|
+
|
702
|
+
# form parameters
|
703
|
+
form_params = opts[:form_params] || {}
|
704
|
+
|
705
|
+
# http body (model)
|
706
|
+
post_body = opts[:debug_body]
|
707
|
+
|
708
|
+
# return_type
|
709
|
+
return_type = opts[:debug_return_type] || 'TypesGetExecutorNodesMetadataResponse'
|
710
|
+
|
711
|
+
# auth_names
|
712
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
713
|
+
|
714
|
+
new_options = opts.merge(
|
715
|
+
:operation => :"ASPM.get_executor_nodes_metadata",
|
716
|
+
:header_params => header_params,
|
717
|
+
:query_params => query_params,
|
718
|
+
:form_params => form_params,
|
719
|
+
:body => post_body,
|
720
|
+
:auth_names => auth_names,
|
721
|
+
:return_type => return_type
|
722
|
+
)
|
723
|
+
|
724
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
725
|
+
if @api_client.config.debugging
|
726
|
+
@api_client.config.logger.debug "API called: ASPM#get_executor_nodes_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
628
727
|
end
|
629
728
|
return data, status_code, headers
|
630
729
|
end
|
@@ -633,6 +732,13 @@ module Falcon
|
|
633
732
|
# @param [Hash] opts the optional parameters
|
634
733
|
# @option opts [Integer] :integration_task_type
|
635
734
|
# @option opts [String] :category
|
735
|
+
# @option opts [Integer] :offset
|
736
|
+
# @option opts [Integer] :limit
|
737
|
+
# @option opts [String] :order_by
|
738
|
+
# @option opts [String] :direction
|
739
|
+
# @option opts [Integer] :integration_task_types
|
740
|
+
# @option opts [Integer] :ids
|
741
|
+
# @option opts [String] :names
|
636
742
|
# @return [TypesListIntegrationTasksResponse]
|
637
743
|
def get_integration_tasks(opts = {})
|
638
744
|
data, _status_code, _headers = get_integration_tasks_with_http_info(opts)
|
@@ -643,10 +749,25 @@ module Falcon
|
|
643
749
|
# @param [Hash] opts the optional parameters
|
644
750
|
# @option opts [Integer] :integration_task_type
|
645
751
|
# @option opts [String] :category
|
752
|
+
# @option opts [Integer] :offset
|
753
|
+
# @option opts [Integer] :limit
|
754
|
+
# @option opts [String] :order_by
|
755
|
+
# @option opts [String] :direction
|
756
|
+
# @option opts [Integer] :integration_task_types
|
757
|
+
# @option opts [Integer] :ids
|
758
|
+
# @option opts [String] :names
|
646
759
|
# @return [Array<(TypesListIntegrationTasksResponse, Integer, Hash)>] TypesListIntegrationTasksResponse data, response status code and response headers
|
647
760
|
def get_integration_tasks_with_http_info(opts = {})
|
648
761
|
if @api_client.config.debugging
|
649
|
-
@api_client.config.logger.debug 'Calling API:
|
762
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_integration_tasks ...'
|
763
|
+
end
|
764
|
+
allowable_values = ["name", "id", "integrationTask"]
|
765
|
+
if @api_client.config.client_side_validation && opts[:'order_by'] && !allowable_values.include?(opts[:'order_by'])
|
766
|
+
fail ArgumentError, "invalid value for \"order_by\", must be one of #{allowable_values}"
|
767
|
+
end
|
768
|
+
allowable_values = ["asc", "desc"]
|
769
|
+
if @api_client.config.client_side_validation && opts[:'direction'] && !allowable_values.include?(opts[:'direction'])
|
770
|
+
fail ArgumentError, "invalid value for \"direction\", must be one of #{allowable_values}"
|
650
771
|
end
|
651
772
|
# resource path
|
652
773
|
local_var_path = '/aspm-api-gateway/api/v1/integration_tasks'
|
@@ -655,6 +776,13 @@ module Falcon
|
|
655
776
|
query_params = opts[:query_params] || {}
|
656
777
|
query_params[:'integration_task_type'] = opts[:'integration_task_type'] if !opts[:'integration_task_type'].nil?
|
657
778
|
query_params[:'category'] = opts[:'category'] if !opts[:'category'].nil?
|
779
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
780
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
781
|
+
query_params[:'orderBy'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
782
|
+
query_params[:'direction'] = opts[:'direction'] if !opts[:'direction'].nil?
|
783
|
+
query_params[:'integration_task_types'] = opts[:'integration_task_types'] if !opts[:'integration_task_types'].nil?
|
784
|
+
query_params[:'ids'] = opts[:'ids'] if !opts[:'ids'].nil?
|
785
|
+
query_params[:'names'] = opts[:'names'] if !opts[:'names'].nil?
|
658
786
|
|
659
787
|
# header parameters
|
660
788
|
header_params = opts[:header_params] || {}
|
@@ -674,7 +802,78 @@ module Falcon
|
|
674
802
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
675
803
|
|
676
804
|
new_options = opts.merge(
|
677
|
-
:operation => :"
|
805
|
+
:operation => :"ASPM.get_integration_tasks",
|
806
|
+
:header_params => header_params,
|
807
|
+
:query_params => query_params,
|
808
|
+
:form_params => form_params,
|
809
|
+
:body => post_body,
|
810
|
+
:auth_names => auth_names,
|
811
|
+
:return_type => return_type
|
812
|
+
)
|
813
|
+
|
814
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
815
|
+
if @api_client.config.debugging
|
816
|
+
@api_client.config.logger.debug "API called: ASPM#get_integration_tasks\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
817
|
+
end
|
818
|
+
return data, status_code, headers
|
819
|
+
end
|
820
|
+
|
821
|
+
# Get metadata about all integration tasks
|
822
|
+
# @param [Hash] opts the optional parameters
|
823
|
+
# @option opts [String] :category
|
824
|
+
# @option opts [Integer] :integration_task_types
|
825
|
+
# @option opts [Integer] :ids
|
826
|
+
# @option opts [String] :names
|
827
|
+
# @return [TypesGetIntegrationTasksMetadataResponse]
|
828
|
+
def get_integration_tasks_metadata(opts = {})
|
829
|
+
data, _status_code, _headers = get_integration_tasks_metadata_with_http_info(opts)
|
830
|
+
data
|
831
|
+
end
|
832
|
+
|
833
|
+
# Get metadata about all integration tasks
|
834
|
+
# @param [Hash] opts the optional parameters
|
835
|
+
# @option opts [String] :category
|
836
|
+
# @option opts [Integer] :integration_task_types
|
837
|
+
# @option opts [Integer] :ids
|
838
|
+
# @option opts [String] :names
|
839
|
+
# @return [Array<(TypesGetIntegrationTasksMetadataResponse, Integer, Hash)>] TypesGetIntegrationTasksMetadataResponse data, response status code and response headers
|
840
|
+
def get_integration_tasks_metadata_with_http_info(opts = {})
|
841
|
+
if @api_client.config.debugging
|
842
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_integration_tasks_metadata ...'
|
843
|
+
end
|
844
|
+
allowable_values = ["collecting", "exporting"]
|
845
|
+
if @api_client.config.client_side_validation && opts[:'category'] && !allowable_values.include?(opts[:'category'])
|
846
|
+
fail ArgumentError, "invalid value for \"category\", must be one of #{allowable_values}"
|
847
|
+
end
|
848
|
+
# resource path
|
849
|
+
local_var_path = '/aspm-api-gateway/api/v1/integration_tasks/metadata'
|
850
|
+
|
851
|
+
# query parameters
|
852
|
+
query_params = opts[:query_params] || {}
|
853
|
+
query_params[:'category'] = opts[:'category'] if !opts[:'category'].nil?
|
854
|
+
query_params[:'integration_task_types'] = opts[:'integration_task_types'] if !opts[:'integration_task_types'].nil?
|
855
|
+
query_params[:'ids'] = opts[:'ids'] if !opts[:'ids'].nil?
|
856
|
+
query_params[:'names'] = opts[:'names'] if !opts[:'names'].nil?
|
857
|
+
|
858
|
+
# header parameters
|
859
|
+
header_params = opts[:header_params] || {}
|
860
|
+
# HTTP header 'Accept' (if needed)
|
861
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
862
|
+
|
863
|
+
# form parameters
|
864
|
+
form_params = opts[:form_params] || {}
|
865
|
+
|
866
|
+
# http body (model)
|
867
|
+
post_body = opts[:debug_body]
|
868
|
+
|
869
|
+
# return_type
|
870
|
+
return_type = opts[:debug_return_type] || 'TypesGetIntegrationTasksMetadataResponse'
|
871
|
+
|
872
|
+
# auth_names
|
873
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
874
|
+
|
875
|
+
new_options = opts.merge(
|
876
|
+
:operation => :"ASPM.get_integration_tasks_metadata",
|
678
877
|
:header_params => header_params,
|
679
878
|
:query_params => query_params,
|
680
879
|
:form_params => form_params,
|
@@ -685,7 +884,7 @@ module Falcon
|
|
685
884
|
|
686
885
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
687
886
|
if @api_client.config.debugging
|
688
|
-
@api_client.config.logger.debug "API called:
|
887
|
+
@api_client.config.logger.debug "API called: ASPM#get_integration_tasks_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
689
888
|
end
|
690
889
|
return data, status_code, headers
|
691
890
|
end
|
@@ -703,7 +902,7 @@ module Falcon
|
|
703
902
|
# @return [Array<(TypesListIntegrationTypesResponse, Integer, Hash)>] TypesListIntegrationTypesResponse data, response status code and response headers
|
704
903
|
def get_integration_types_with_http_info(opts = {})
|
705
904
|
if @api_client.config.debugging
|
706
|
-
@api_client.config.logger.debug 'Calling API:
|
905
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_integration_types ...'
|
707
906
|
end
|
708
907
|
# resource path
|
709
908
|
local_var_path = '/aspm-api-gateway/api/v1/integration_types'
|
@@ -729,7 +928,7 @@ module Falcon
|
|
729
928
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
730
929
|
|
731
930
|
new_options = opts.merge(
|
732
|
-
:operation => :"
|
931
|
+
:operation => :"ASPM.get_integration_types",
|
733
932
|
:header_params => header_params,
|
734
933
|
:query_params => query_params,
|
735
934
|
:form_params => form_params,
|
@@ -740,7 +939,7 @@ module Falcon
|
|
740
939
|
|
741
940
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
742
941
|
if @api_client.config.debugging
|
743
|
-
@api_client.config.logger.debug "API called:
|
942
|
+
@api_client.config.logger.debug "API called: ASPM#get_integration_types\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
744
943
|
end
|
745
944
|
return data, status_code, headers
|
746
945
|
end
|
@@ -762,7 +961,7 @@ module Falcon
|
|
762
961
|
# @return [Array<(TypesListIntegrationsResponse, Integer, Hash)>] TypesListIntegrationsResponse data, response status code and response headers
|
763
962
|
def get_integrations_with_http_info(opts = {})
|
764
963
|
if @api_client.config.debugging
|
765
|
-
@api_client.config.logger.debug 'Calling API:
|
964
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_integrations ...'
|
766
965
|
end
|
767
966
|
# resource path
|
768
967
|
local_var_path = '/aspm-api-gateway/api/v1/integrations'
|
@@ -790,7 +989,7 @@ module Falcon
|
|
790
989
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
791
990
|
|
792
991
|
new_options = opts.merge(
|
793
|
-
:operation => :"
|
992
|
+
:operation => :"ASPM.get_integrations",
|
794
993
|
:header_params => header_params,
|
795
994
|
:query_params => query_params,
|
796
995
|
:form_params => form_params,
|
@@ -801,7 +1000,7 @@ module Falcon
|
|
801
1000
|
|
802
1001
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
803
1002
|
if @api_client.config.debugging
|
804
|
-
@api_client.config.logger.debug "API called:
|
1003
|
+
@api_client.config.logger.debug "API called: ASPM#get_integrations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
805
1004
|
end
|
806
1005
|
return data, status_code, headers
|
807
1006
|
end
|
@@ -821,11 +1020,11 @@ module Falcon
|
|
821
1020
|
# @return [Array<(TypesGetViolationTypesResponse, Integer, Hash)>] TypesGetViolationTypesResponse data, response status code and response headers
|
822
1021
|
def get_service_violation_types_with_http_info(body, opts = {})
|
823
1022
|
if @api_client.config.debugging
|
824
|
-
@api_client.config.logger.debug 'Calling API:
|
1023
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_service_violation_types ...'
|
825
1024
|
end
|
826
1025
|
# verify the required parameter 'body' is set
|
827
1026
|
if @api_client.config.client_side_validation && body.nil?
|
828
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1027
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.get_service_violation_types"
|
829
1028
|
end
|
830
1029
|
# resource path
|
831
1030
|
local_var_path = '/aspm-api-gateway/api/v1/services/violations/types'
|
@@ -856,7 +1055,7 @@ module Falcon
|
|
856
1055
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
857
1056
|
|
858
1057
|
new_options = opts.merge(
|
859
|
-
:operation => :"
|
1058
|
+
:operation => :"ASPM.get_service_violation_types",
|
860
1059
|
:header_params => header_params,
|
861
1060
|
:query_params => query_params,
|
862
1061
|
:form_params => form_params,
|
@@ -867,7 +1066,7 @@ module Falcon
|
|
867
1066
|
|
868
1067
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
869
1068
|
if @api_client.config.debugging
|
870
|
-
@api_client.config.logger.debug "API called:
|
1069
|
+
@api_client.config.logger.debug "API called: ASPM#get_service_violation_types\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
871
1070
|
end
|
872
1071
|
return data, status_code, headers
|
873
1072
|
end
|
@@ -887,11 +1086,11 @@ module Falcon
|
|
887
1086
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
888
1087
|
def get_services_count_with_http_info(body, opts = {})
|
889
1088
|
if @api_client.config.debugging
|
890
|
-
@api_client.config.logger.debug 'Calling API:
|
1089
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_services_count ...'
|
891
1090
|
end
|
892
1091
|
# verify the required parameter 'body' is set
|
893
1092
|
if @api_client.config.client_side_validation && body.nil?
|
894
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1093
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.get_services_count"
|
895
1094
|
end
|
896
1095
|
# resource path
|
897
1096
|
local_var_path = '/aspm-api-gateway/api/v1/services/count'
|
@@ -922,7 +1121,7 @@ module Falcon
|
|
922
1121
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
923
1122
|
|
924
1123
|
new_options = opts.merge(
|
925
|
-
:operation => :"
|
1124
|
+
:operation => :"ASPM.get_services_count",
|
926
1125
|
:header_params => header_params,
|
927
1126
|
:query_params => query_params,
|
928
1127
|
:form_params => form_params,
|
@@ -933,7 +1132,7 @@ module Falcon
|
|
933
1132
|
|
934
1133
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
935
1134
|
if @api_client.config.debugging
|
936
|
-
@api_client.config.logger.debug "API called:
|
1135
|
+
@api_client.config.logger.debug "API called: ASPM#get_services_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
937
1136
|
end
|
938
1137
|
return data, status_code, headers
|
939
1138
|
end
|
@@ -961,7 +1160,7 @@ module Falcon
|
|
961
1160
|
# @return [Array<(TypesTagsDataResponse, Integer, Hash)>] TypesTagsDataResponse data, response status code and response headers
|
962
1161
|
def get_tags_with_http_info(opts = {})
|
963
1162
|
if @api_client.config.debugging
|
964
|
-
@api_client.config.logger.debug 'Calling API:
|
1163
|
+
@api_client.config.logger.debug 'Calling API: ASPM.get_tags ...'
|
965
1164
|
end
|
966
1165
|
# resource path
|
967
1166
|
local_var_path = '/aspm-api-gateway/api/v1/tags'
|
@@ -992,7 +1191,7 @@ module Falcon
|
|
992
1191
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
993
1192
|
|
994
1193
|
new_options = opts.merge(
|
995
|
-
:operation => :"
|
1194
|
+
:operation => :"ASPM.get_tags",
|
996
1195
|
:header_params => header_params,
|
997
1196
|
:query_params => query_params,
|
998
1197
|
:form_params => form_params,
|
@@ -1003,7 +1202,7 @@ module Falcon
|
|
1003
1202
|
|
1004
1203
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1005
1204
|
if @api_client.config.debugging
|
1006
|
-
@api_client.config.logger.debug "API called:
|
1205
|
+
@api_client.config.logger.debug "API called: ASPM#get_tags\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1007
1206
|
end
|
1008
1207
|
return data, status_code, headers
|
1009
1208
|
end
|
@@ -1027,20 +1226,20 @@ module Falcon
|
|
1027
1226
|
# @return [Array<(TypesIntegrationTaskTestConnectionResponse, Integer, Hash)>] TypesIntegrationTaskTestConnectionResponse data, response status code and response headers
|
1028
1227
|
def run_integration_task_with_http_info(id, body, opts = {})
|
1029
1228
|
if @api_client.config.debugging
|
1030
|
-
@api_client.config.logger.debug 'Calling API:
|
1229
|
+
@api_client.config.logger.debug 'Calling API: ASPM.run_integration_task ...'
|
1031
1230
|
end
|
1032
1231
|
# verify the required parameter 'id' is set
|
1033
1232
|
if @api_client.config.client_side_validation && id.nil?
|
1034
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
1233
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ASPM.run_integration_task"
|
1035
1234
|
end
|
1036
1235
|
pattern = Regexp.new(/[0-9]+/)
|
1037
1236
|
if @api_client.config.client_side_validation && id !~ pattern
|
1038
|
-
fail ArgumentError, "invalid value for 'id' when calling
|
1237
|
+
fail ArgumentError, "invalid value for 'id' when calling ASPM.run_integration_task, must conform to the pattern #{pattern}."
|
1039
1238
|
end
|
1040
1239
|
|
1041
1240
|
# verify the required parameter 'body' is set
|
1042
1241
|
if @api_client.config.client_side_validation && body.nil?
|
1043
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1242
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.run_integration_task"
|
1044
1243
|
end
|
1045
1244
|
# resource path
|
1046
1245
|
local_var_path = '/aspm-api-gateway/api/v1/integration_tasks/{ID}/run'.sub('{' + 'ID' + '}', CGI.escape(id.to_s))
|
@@ -1072,7 +1271,7 @@ module Falcon
|
|
1072
1271
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1073
1272
|
|
1074
1273
|
new_options = opts.merge(
|
1075
|
-
:operation => :"
|
1274
|
+
:operation => :"ASPM.run_integration_task",
|
1076
1275
|
:header_params => header_params,
|
1077
1276
|
:query_params => query_params,
|
1078
1277
|
:form_params => form_params,
|
@@ -1083,7 +1282,7 @@ module Falcon
|
|
1083
1282
|
|
1084
1283
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1085
1284
|
if @api_client.config.debugging
|
1086
|
-
@api_client.config.logger.debug "API called:
|
1285
|
+
@api_client.config.logger.debug "API called: ASPM#run_integration_task\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1087
1286
|
end
|
1088
1287
|
return data, status_code, headers
|
1089
1288
|
end
|
@@ -1109,7 +1308,7 @@ module Falcon
|
|
1109
1308
|
# @return [Array<(TypesServiceNowDeploymentsResponse, Integer, Hash)>] TypesServiceNowDeploymentsResponse data, response status code and response headers
|
1110
1309
|
def service_now_get_deployments_with_http_info(opts = {})
|
1111
1310
|
if @api_client.config.debugging
|
1112
|
-
@api_client.config.logger.debug 'Calling API:
|
1311
|
+
@api_client.config.logger.debug 'Calling API: ASPM.service_now_get_deployments ...'
|
1113
1312
|
end
|
1114
1313
|
# resource path
|
1115
1314
|
local_var_path = '/aspm-api-gateway/api/v1/servicenow/deployments'
|
@@ -1140,7 +1339,7 @@ module Falcon
|
|
1140
1339
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1141
1340
|
|
1142
1341
|
new_options = opts.merge(
|
1143
|
-
:operation => :"
|
1342
|
+
:operation => :"ASPM.service_now_get_deployments",
|
1144
1343
|
:header_params => header_params,
|
1145
1344
|
:query_params => query_params,
|
1146
1345
|
:form_params => form_params,
|
@@ -1151,7 +1350,7 @@ module Falcon
|
|
1151
1350
|
|
1152
1351
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1153
1352
|
if @api_client.config.debugging
|
1154
|
-
@api_client.config.logger.debug "API called:
|
1353
|
+
@api_client.config.logger.debug "API called: ASPM#service_now_get_deployments\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1155
1354
|
end
|
1156
1355
|
return data, status_code, headers
|
1157
1356
|
end
|
@@ -1177,7 +1376,7 @@ module Falcon
|
|
1177
1376
|
# @return [Array<(TypesServiceNowServicesResponse, Integer, Hash)>] TypesServiceNowServicesResponse data, response status code and response headers
|
1178
1377
|
def service_now_get_services_with_http_info(opts = {})
|
1179
1378
|
if @api_client.config.debugging
|
1180
|
-
@api_client.config.logger.debug 'Calling API:
|
1379
|
+
@api_client.config.logger.debug 'Calling API: ASPM.service_now_get_services ...'
|
1181
1380
|
end
|
1182
1381
|
# resource path
|
1183
1382
|
local_var_path = '/aspm-api-gateway/api/v1/servicenow/services'
|
@@ -1208,7 +1407,7 @@ module Falcon
|
|
1208
1407
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1209
1408
|
|
1210
1409
|
new_options = opts.merge(
|
1211
|
-
:operation => :"
|
1410
|
+
:operation => :"ASPM.service_now_get_services",
|
1212
1411
|
:header_params => header_params,
|
1213
1412
|
:query_params => query_params,
|
1214
1413
|
:form_params => form_params,
|
@@ -1219,7 +1418,7 @@ module Falcon
|
|
1219
1418
|
|
1220
1419
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1221
1420
|
if @api_client.config.debugging
|
1222
|
-
@api_client.config.logger.debug "API called:
|
1421
|
+
@api_client.config.logger.debug "API called: ASPM#service_now_get_services\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1223
1422
|
end
|
1224
1423
|
return data, status_code, headers
|
1225
1424
|
end
|
@@ -1239,11 +1438,11 @@ module Falcon
|
|
1239
1438
|
# @return [Array<(TypesExecutorNode, Integer, Hash)>] TypesExecutorNode data, response status code and response headers
|
1240
1439
|
def update_executor_node_with_http_info(body, opts = {})
|
1241
1440
|
if @api_client.config.debugging
|
1242
|
-
@api_client.config.logger.debug 'Calling API:
|
1441
|
+
@api_client.config.logger.debug 'Calling API: ASPM.update_executor_node ...'
|
1243
1442
|
end
|
1244
1443
|
# verify the required parameter 'body' is set
|
1245
1444
|
if @api_client.config.client_side_validation && body.nil?
|
1246
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1445
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.update_executor_node"
|
1247
1446
|
end
|
1248
1447
|
# resource path
|
1249
1448
|
local_var_path = '/aspm-api-gateway/api/v1/executor_nodes'
|
@@ -1274,7 +1473,7 @@ module Falcon
|
|
1274
1473
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1275
1474
|
|
1276
1475
|
new_options = opts.merge(
|
1277
|
-
:operation => :"
|
1476
|
+
:operation => :"ASPM.update_executor_node",
|
1278
1477
|
:header_params => header_params,
|
1279
1478
|
:query_params => query_params,
|
1280
1479
|
:form_params => form_params,
|
@@ -1285,7 +1484,7 @@ module Falcon
|
|
1285
1484
|
|
1286
1485
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1287
1486
|
if @api_client.config.debugging
|
1288
|
-
@api_client.config.logger.debug "API called:
|
1487
|
+
@api_client.config.logger.debug "API called: ASPM#update_executor_node\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1289
1488
|
end
|
1290
1489
|
return data, status_code, headers
|
1291
1490
|
end
|
@@ -1307,20 +1506,20 @@ module Falcon
|
|
1307
1506
|
# @return [Array<(TypesIntegrationResponse, Integer, Hash)>] TypesIntegrationResponse data, response status code and response headers
|
1308
1507
|
def update_integration_with_http_info(id, body, opts = {})
|
1309
1508
|
if @api_client.config.debugging
|
1310
|
-
@api_client.config.logger.debug 'Calling API:
|
1509
|
+
@api_client.config.logger.debug 'Calling API: ASPM.update_integration ...'
|
1311
1510
|
end
|
1312
1511
|
# verify the required parameter 'id' is set
|
1313
1512
|
if @api_client.config.client_side_validation && id.nil?
|
1314
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
1513
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ASPM.update_integration"
|
1315
1514
|
end
|
1316
1515
|
pattern = Regexp.new(/[0-9]+/)
|
1317
1516
|
if @api_client.config.client_side_validation && id !~ pattern
|
1318
|
-
fail ArgumentError, "invalid value for 'id' when calling
|
1517
|
+
fail ArgumentError, "invalid value for 'id' when calling ASPM.update_integration, must conform to the pattern #{pattern}."
|
1319
1518
|
end
|
1320
1519
|
|
1321
1520
|
# verify the required parameter 'body' is set
|
1322
1521
|
if @api_client.config.client_side_validation && body.nil?
|
1323
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1522
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.update_integration"
|
1324
1523
|
end
|
1325
1524
|
# resource path
|
1326
1525
|
local_var_path = '/aspm-api-gateway/api/v1/integrations/{ID}'.sub('{' + 'ID' + '}', CGI.escape(id.to_s))
|
@@ -1351,7 +1550,7 @@ module Falcon
|
|
1351
1550
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1352
1551
|
|
1353
1552
|
new_options = opts.merge(
|
1354
|
-
:operation => :"
|
1553
|
+
:operation => :"ASPM.update_integration",
|
1355
1554
|
:header_params => header_params,
|
1356
1555
|
:query_params => query_params,
|
1357
1556
|
:form_params => form_params,
|
@@ -1362,7 +1561,7 @@ module Falcon
|
|
1362
1561
|
|
1363
1562
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1364
1563
|
if @api_client.config.debugging
|
1365
|
-
@api_client.config.logger.debug "API called:
|
1564
|
+
@api_client.config.logger.debug "API called: ASPM#update_integration\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1366
1565
|
end
|
1367
1566
|
return data, status_code, headers
|
1368
1567
|
end
|
@@ -1384,20 +1583,20 @@ module Falcon
|
|
1384
1583
|
# @return [Array<(TypesIntegrationTaskResponse, Integer, Hash)>] TypesIntegrationTaskResponse data, response status code and response headers
|
1385
1584
|
def update_integration_task_with_http_info(id, body, opts = {})
|
1386
1585
|
if @api_client.config.debugging
|
1387
|
-
@api_client.config.logger.debug 'Calling API:
|
1586
|
+
@api_client.config.logger.debug 'Calling API: ASPM.update_integration_task ...'
|
1388
1587
|
end
|
1389
1588
|
# verify the required parameter 'id' is set
|
1390
1589
|
if @api_client.config.client_side_validation && id.nil?
|
1391
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
1590
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling ASPM.update_integration_task"
|
1392
1591
|
end
|
1393
1592
|
pattern = Regexp.new(/[0-9]+/)
|
1394
1593
|
if @api_client.config.client_side_validation && id !~ pattern
|
1395
|
-
fail ArgumentError, "invalid value for 'id' when calling
|
1594
|
+
fail ArgumentError, "invalid value for 'id' when calling ASPM.update_integration_task, must conform to the pattern #{pattern}."
|
1396
1595
|
end
|
1397
1596
|
|
1398
1597
|
# verify the required parameter 'body' is set
|
1399
1598
|
if @api_client.config.client_side_validation && body.nil?
|
1400
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1599
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.update_integration_task"
|
1401
1600
|
end
|
1402
1601
|
# resource path
|
1403
1602
|
local_var_path = '/aspm-api-gateway/api/v1/integration_tasks/{ID}'.sub('{' + 'ID' + '}', CGI.escape(id.to_s))
|
@@ -1428,7 +1627,7 @@ module Falcon
|
|
1428
1627
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1429
1628
|
|
1430
1629
|
new_options = opts.merge(
|
1431
|
-
:operation => :"
|
1630
|
+
:operation => :"ASPM.update_integration_task",
|
1432
1631
|
:header_params => header_params,
|
1433
1632
|
:query_params => query_params,
|
1434
1633
|
:form_params => form_params,
|
@@ -1439,7 +1638,7 @@ module Falcon
|
|
1439
1638
|
|
1440
1639
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1441
1640
|
if @api_client.config.debugging
|
1442
|
-
@api_client.config.logger.debug "API called:
|
1641
|
+
@api_client.config.logger.debug "API called: ASPM#update_integration_task\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1443
1642
|
end
|
1444
1643
|
return data, status_code, headers
|
1445
1644
|
end
|
@@ -1459,11 +1658,11 @@ module Falcon
|
|
1459
1658
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1460
1659
|
def upsert_business_applications_with_http_info(body, opts = {})
|
1461
1660
|
if @api_client.config.debugging
|
1462
|
-
@api_client.config.logger.debug 'Calling API:
|
1661
|
+
@api_client.config.logger.debug 'Calling API: ASPM.upsert_business_applications ...'
|
1463
1662
|
end
|
1464
1663
|
# verify the required parameter 'body' is set
|
1465
1664
|
if @api_client.config.client_side_validation && body.nil?
|
1466
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1665
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.upsert_business_applications"
|
1467
1666
|
end
|
1468
1667
|
# resource path
|
1469
1668
|
local_var_path = '/aspm-api-gateway/api/v1/business_applications'
|
@@ -1494,7 +1693,7 @@ module Falcon
|
|
1494
1693
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1495
1694
|
|
1496
1695
|
new_options = opts.merge(
|
1497
|
-
:operation => :"
|
1696
|
+
:operation => :"ASPM.upsert_business_applications",
|
1498
1697
|
:header_params => header_params,
|
1499
1698
|
:query_params => query_params,
|
1500
1699
|
:form_params => form_params,
|
@@ -1505,7 +1704,7 @@ module Falcon
|
|
1505
1704
|
|
1506
1705
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1507
1706
|
if @api_client.config.debugging
|
1508
|
-
@api_client.config.logger.debug "API called:
|
1707
|
+
@api_client.config.logger.debug "API called: ASPM#upsert_business_applications\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1509
1708
|
end
|
1510
1709
|
return data, status_code, headers
|
1511
1710
|
end
|
@@ -1525,11 +1724,11 @@ module Falcon
|
|
1525
1724
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
1526
1725
|
def upsert_tags_with_http_info(body, opts = {})
|
1527
1726
|
if @api_client.config.debugging
|
1528
|
-
@api_client.config.logger.debug 'Calling API:
|
1727
|
+
@api_client.config.logger.debug 'Calling API: ASPM.upsert_tags ...'
|
1529
1728
|
end
|
1530
1729
|
# verify the required parameter 'body' is set
|
1531
1730
|
if @api_client.config.client_side_validation && body.nil?
|
1532
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1731
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ASPM.upsert_tags"
|
1533
1732
|
end
|
1534
1733
|
# resource path
|
1535
1734
|
local_var_path = '/aspm-api-gateway/api/v1/tags'
|
@@ -1560,7 +1759,7 @@ module Falcon
|
|
1560
1759
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1561
1760
|
|
1562
1761
|
new_options = opts.merge(
|
1563
|
-
:operation => :"
|
1762
|
+
:operation => :"ASPM.upsert_tags",
|
1564
1763
|
:header_params => header_params,
|
1565
1764
|
:query_params => query_params,
|
1566
1765
|
:form_params => form_params,
|
@@ -1571,7 +1770,7 @@ module Falcon
|
|
1571
1770
|
|
1572
1771
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
1573
1772
|
if @api_client.config.debugging
|
1574
|
-
@api_client.config.logger.debug "API called:
|
1773
|
+
@api_client.config.logger.debug "API called: ASPM#upsert_tags\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1575
1774
|
end
|
1576
1775
|
return data, status_code, headers
|
1577
1776
|
end
|