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 Workflows
|
34
34
|
attr_accessor :api_client
|
35
35
|
|
36
36
|
def initialize(api_client = ApiClient.default)
|
@@ -57,11 +57,11 @@ module Falcon
|
|
57
57
|
# @return [Array<(ActivitiesActivityExternalResponse, Integer, Hash)>] ActivitiesActivityExternalResponse data, response status code and response headers
|
58
58
|
def workflow_activities_combined_with_http_info(opts = {})
|
59
59
|
if @api_client.config.debugging
|
60
|
-
@api_client.config.logger.debug 'Calling API:
|
60
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_activities_combined ...'
|
61
61
|
end
|
62
62
|
pattern = Regexp.new(/^\w+(\.asc|\.desc)?(,\w+(\.asc|\.desc)?)*$/)
|
63
63
|
if @api_client.config.client_side_validation && !opts[:'sort'].nil? && opts[:'sort'] !~ pattern
|
64
|
-
fail ArgumentError, "invalid value for 'opts[:\"sort\"]' when calling
|
64
|
+
fail ArgumentError, "invalid value for 'opts[:\"sort\"]' when calling Workflows.workflow_activities_combined, must conform to the pattern #{pattern}."
|
65
65
|
end
|
66
66
|
|
67
67
|
# resource path
|
@@ -92,7 +92,7 @@ module Falcon
|
|
92
92
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
93
93
|
|
94
94
|
new_options = opts.merge(
|
95
|
-
:operation => :"
|
95
|
+
:operation => :"Workflows.workflow_activities_combined",
|
96
96
|
:header_params => header_params,
|
97
97
|
:query_params => query_params,
|
98
98
|
:form_params => form_params,
|
@@ -103,7 +103,7 @@ module Falcon
|
|
103
103
|
|
104
104
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
105
105
|
if @api_client.config.debugging
|
106
|
-
@api_client.config.logger.debug "API called:
|
106
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_activities_combined\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
107
107
|
end
|
108
108
|
return data, status_code, headers
|
109
109
|
end
|
@@ -129,11 +129,11 @@ module Falcon
|
|
129
129
|
# @return [Array<(DefinitionsDefinitionExternalResponse, Integer, Hash)>] DefinitionsDefinitionExternalResponse data, response status code and response headers
|
130
130
|
def workflow_definitions_combined_with_http_info(opts = {})
|
131
131
|
if @api_client.config.debugging
|
132
|
-
@api_client.config.logger.debug 'Calling API:
|
132
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_definitions_combined ...'
|
133
133
|
end
|
134
134
|
pattern = Regexp.new(/^\w+(\.asc|\.desc)?(,\w+(\.asc|\.desc)?)*$/)
|
135
135
|
if @api_client.config.client_side_validation && !opts[:'sort'].nil? && opts[:'sort'] !~ pattern
|
136
|
-
fail ArgumentError, "invalid value for 'opts[:\"sort\"]' when calling
|
136
|
+
fail ArgumentError, "invalid value for 'opts[:\"sort\"]' when calling Workflows.workflow_definitions_combined, must conform to the pattern #{pattern}."
|
137
137
|
end
|
138
138
|
|
139
139
|
# resource path
|
@@ -164,7 +164,7 @@ module Falcon
|
|
164
164
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
165
165
|
|
166
166
|
new_options = opts.merge(
|
167
|
-
:operation => :"
|
167
|
+
:operation => :"Workflows.workflow_definitions_combined",
|
168
168
|
:header_params => header_params,
|
169
169
|
:query_params => query_params,
|
170
170
|
:form_params => form_params,
|
@@ -175,7 +175,7 @@ module Falcon
|
|
175
175
|
|
176
176
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
177
177
|
if @api_client.config.debugging
|
178
|
-
@api_client.config.logger.debug "API called:
|
178
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_definitions_combined\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
179
179
|
end
|
180
180
|
return data, status_code, headers
|
181
181
|
end
|
@@ -197,18 +197,18 @@ module Falcon
|
|
197
197
|
# @return [Array<(Array<Integer>, Integer, Hash)>] Array<Integer> data, response status code and response headers
|
198
198
|
def workflow_definitions_export_with_http_info(id, opts = {})
|
199
199
|
if @api_client.config.debugging
|
200
|
-
@api_client.config.logger.debug 'Calling API:
|
200
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_definitions_export ...'
|
201
201
|
end
|
202
202
|
# verify the required parameter 'id' is set
|
203
203
|
if @api_client.config.client_side_validation && id.nil?
|
204
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
204
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling Workflows.workflow_definitions_export"
|
205
205
|
end
|
206
206
|
if @api_client.config.client_side_validation && id.to_s.length > 40
|
207
|
-
fail ArgumentError, 'invalid value for "id" when calling
|
207
|
+
fail ArgumentError, 'invalid value for "id" when calling Workflows.workflow_definitions_export, the character length must be smaller than or equal to 40.'
|
208
208
|
end
|
209
209
|
|
210
210
|
if @api_client.config.client_side_validation && id.to_s.length < 32
|
211
|
-
fail ArgumentError, 'invalid value for "id" when calling
|
211
|
+
fail ArgumentError, 'invalid value for "id" when calling Workflows.workflow_definitions_export, the character length must be great than or equal to 32.'
|
212
212
|
end
|
213
213
|
|
214
214
|
# resource path
|
@@ -237,7 +237,7 @@ module Falcon
|
|
237
237
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
238
238
|
|
239
239
|
new_options = opts.merge(
|
240
|
-
:operation => :"
|
240
|
+
:operation => :"Workflows.workflow_definitions_export",
|
241
241
|
:header_params => header_params,
|
242
242
|
:query_params => query_params,
|
243
243
|
:form_params => form_params,
|
@@ -248,7 +248,7 @@ module Falcon
|
|
248
248
|
|
249
249
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
250
250
|
if @api_client.config.debugging
|
251
|
-
@api_client.config.logger.debug "API called:
|
251
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_definitions_export\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
252
252
|
end
|
253
253
|
return data, status_code, headers
|
254
254
|
end
|
@@ -272,11 +272,11 @@ module Falcon
|
|
272
272
|
# @return [Array<(DefinitionsDefinitionImportResponse, Integer, Hash)>] DefinitionsDefinitionImportResponse data, response status code and response headers
|
273
273
|
def workflow_definitions_import_with_http_info(data_file, opts = {})
|
274
274
|
if @api_client.config.debugging
|
275
|
-
@api_client.config.logger.debug 'Calling API:
|
275
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_definitions_import ...'
|
276
276
|
end
|
277
277
|
# verify the required parameter 'data_file' is set
|
278
278
|
if @api_client.config.client_side_validation && data_file.nil?
|
279
|
-
fail ArgumentError, "Missing the required parameter 'data_file' when calling
|
279
|
+
fail ArgumentError, "Missing the required parameter 'data_file' when calling Workflows.workflow_definitions_import"
|
280
280
|
end
|
281
281
|
# resource path
|
282
282
|
local_var_path = '/workflows/entities/definitions/import/v1'
|
@@ -310,7 +310,7 @@ module Falcon
|
|
310
310
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
311
311
|
|
312
312
|
new_options = opts.merge(
|
313
|
-
:operation => :"
|
313
|
+
:operation => :"Workflows.workflow_definitions_import",
|
314
314
|
:header_params => header_params,
|
315
315
|
:query_params => query_params,
|
316
316
|
:form_params => form_params,
|
@@ -321,7 +321,7 @@ module Falcon
|
|
321
321
|
|
322
322
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
323
323
|
if @api_client.config.debugging
|
324
|
-
@api_client.config.logger.debug "API called:
|
324
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_definitions_import\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
325
325
|
end
|
326
326
|
return data, status_code, headers
|
327
327
|
end
|
@@ -343,11 +343,11 @@ module Falcon
|
|
343
343
|
# @return [Array<(ApiResourceIDsResponse, Integer, Hash)>] ApiResourceIDsResponse data, response status code and response headers
|
344
344
|
def workflow_definitions_update_with_http_info(body, opts = {})
|
345
345
|
if @api_client.config.debugging
|
346
|
-
@api_client.config.logger.debug 'Calling API:
|
346
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_definitions_update ...'
|
347
347
|
end
|
348
348
|
# verify the required parameter 'body' is set
|
349
349
|
if @api_client.config.client_side_validation && body.nil?
|
350
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
350
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_definitions_update"
|
351
351
|
end
|
352
352
|
# resource path
|
353
353
|
local_var_path = '/workflows/entities/definitions/v1'
|
@@ -379,7 +379,7 @@ module Falcon
|
|
379
379
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
380
380
|
|
381
381
|
new_options = opts.merge(
|
382
|
-
:operation => :"
|
382
|
+
:operation => :"Workflows.workflow_definitions_update",
|
383
383
|
:header_params => header_params,
|
384
384
|
:query_params => query_params,
|
385
385
|
:form_params => form_params,
|
@@ -390,7 +390,7 @@ module Falcon
|
|
390
390
|
|
391
391
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
392
392
|
if @api_client.config.debugging
|
393
|
-
@api_client.config.logger.debug "API called:
|
393
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_definitions_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
394
394
|
end
|
395
395
|
return data, status_code, headers
|
396
396
|
end
|
@@ -422,11 +422,11 @@ module Falcon
|
|
422
422
|
# @return [Array<(ApiResourceIDsResponse, Integer, Hash)>] ApiResourceIDsResponse data, response status code and response headers
|
423
423
|
def workflow_execute_with_http_info(body, opts = {})
|
424
424
|
if @api_client.config.debugging
|
425
|
-
@api_client.config.logger.debug 'Calling API:
|
425
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_execute ...'
|
426
426
|
end
|
427
427
|
# verify the required parameter 'body' is set
|
428
428
|
if @api_client.config.client_side_validation && body.nil?
|
429
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
429
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_execute"
|
430
430
|
end
|
431
431
|
# resource path
|
432
432
|
local_var_path = '/workflows/entities/execute/v1'
|
@@ -463,7 +463,7 @@ module Falcon
|
|
463
463
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
464
464
|
|
465
465
|
new_options = opts.merge(
|
466
|
-
:operation => :"
|
466
|
+
:operation => :"Workflows.workflow_execute",
|
467
467
|
:header_params => header_params,
|
468
468
|
:query_params => query_params,
|
469
469
|
:form_params => form_params,
|
@@ -474,7 +474,7 @@ module Falcon
|
|
474
474
|
|
475
475
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
476
476
|
if @api_client.config.debugging
|
477
|
-
@api_client.config.logger.debug "API called:
|
477
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_execute\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
478
478
|
end
|
479
479
|
return data, status_code, headers
|
480
480
|
end
|
@@ -508,11 +508,11 @@ module Falcon
|
|
508
508
|
# @return [Array<(ApiResourceIDsResponse, Integer, Hash)>] ApiResourceIDsResponse data, response status code and response headers
|
509
509
|
def workflow_execute_internal_with_http_info(body, opts = {})
|
510
510
|
if @api_client.config.debugging
|
511
|
-
@api_client.config.logger.debug 'Calling API:
|
511
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_execute_internal ...'
|
512
512
|
end
|
513
513
|
# verify the required parameter 'body' is set
|
514
514
|
if @api_client.config.client_side_validation && body.nil?
|
515
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
515
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_execute_internal"
|
516
516
|
end
|
517
517
|
# resource path
|
518
518
|
local_var_path = '/workflows/entities/execute/internal/v1'
|
@@ -550,7 +550,7 @@ module Falcon
|
|
550
550
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
551
551
|
|
552
552
|
new_options = opts.merge(
|
553
|
-
:operation => :"
|
553
|
+
:operation => :"Workflows.workflow_execute_internal",
|
554
554
|
:header_params => header_params,
|
555
555
|
:query_params => query_params,
|
556
556
|
:form_params => form_params,
|
@@ -561,7 +561,7 @@ module Falcon
|
|
561
561
|
|
562
562
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
563
563
|
if @api_client.config.debugging
|
564
|
-
@api_client.config.logger.debug "API called:
|
564
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_execute_internal\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
565
565
|
end
|
566
566
|
return data, status_code, headers
|
567
567
|
end
|
@@ -581,18 +581,18 @@ module Falcon
|
|
581
581
|
# @return [Array<(ApiExecutionResultsResponse, Integer, Hash)>] ApiExecutionResultsResponse data, response status code and response headers
|
582
582
|
def workflow_execution_results_with_http_info(ids, opts = {})
|
583
583
|
if @api_client.config.debugging
|
584
|
-
@api_client.config.logger.debug 'Calling API:
|
584
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_execution_results ...'
|
585
585
|
end
|
586
586
|
# verify the required parameter 'ids' is set
|
587
587
|
if @api_client.config.client_side_validation && ids.nil?
|
588
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
588
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Workflows.workflow_execution_results"
|
589
589
|
end
|
590
590
|
if @api_client.config.client_side_validation && ids.length > 500
|
591
|
-
fail ArgumentError, 'invalid value for "ids" when calling
|
591
|
+
fail ArgumentError, 'invalid value for "ids" when calling Workflows.workflow_execution_results, number of items must be less than or equal to 500.'
|
592
592
|
end
|
593
593
|
|
594
594
|
if @api_client.config.client_side_validation && ids.length < 1
|
595
|
-
fail ArgumentError, 'invalid value for "ids" when calling
|
595
|
+
fail ArgumentError, 'invalid value for "ids" when calling Workflows.workflow_execution_results, number of items must be greater than or equal to 1.'
|
596
596
|
end
|
597
597
|
|
598
598
|
# resource path
|
@@ -620,7 +620,7 @@ module Falcon
|
|
620
620
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
621
621
|
|
622
622
|
new_options = opts.merge(
|
623
|
-
:operation => :"
|
623
|
+
:operation => :"Workflows.workflow_execution_results",
|
624
624
|
:header_params => header_params,
|
625
625
|
:query_params => query_params,
|
626
626
|
:form_params => form_params,
|
@@ -631,7 +631,7 @@ module Falcon
|
|
631
631
|
|
632
632
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
633
633
|
if @api_client.config.debugging
|
634
|
-
@api_client.config.logger.debug "API called:
|
634
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_execution_results\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
635
635
|
end
|
636
636
|
return data, status_code, headers
|
637
637
|
end
|
@@ -653,11 +653,11 @@ module Falcon
|
|
653
653
|
# @return [Array<(DefinitionsDefinitionEntitiesResponse, Integer, Hash)>] DefinitionsDefinitionEntitiesResponse data, response status code and response headers
|
654
654
|
def workflow_executions_action_with_http_info(action_name, body, opts = {})
|
655
655
|
if @api_client.config.debugging
|
656
|
-
@api_client.config.logger.debug 'Calling API:
|
656
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_executions_action ...'
|
657
657
|
end
|
658
658
|
# verify the required parameter 'action_name' is set
|
659
659
|
if @api_client.config.client_side_validation && action_name.nil?
|
660
|
-
fail ArgumentError, "Missing the required parameter 'action_name' when calling
|
660
|
+
fail ArgumentError, "Missing the required parameter 'action_name' when calling Workflows.workflow_executions_action"
|
661
661
|
end
|
662
662
|
# verify enum value
|
663
663
|
allowable_values = ["resume"]
|
@@ -666,7 +666,7 @@ module Falcon
|
|
666
666
|
end
|
667
667
|
# verify the required parameter 'body' is set
|
668
668
|
if @api_client.config.client_side_validation && body.nil?
|
669
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
669
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_executions_action"
|
670
670
|
end
|
671
671
|
# resource path
|
672
672
|
local_var_path = '/workflows/entities/execution-actions/v1'
|
@@ -698,7 +698,7 @@ module Falcon
|
|
698
698
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
699
699
|
|
700
700
|
new_options = opts.merge(
|
701
|
-
:operation => :"
|
701
|
+
:operation => :"Workflows.workflow_executions_action",
|
702
702
|
:header_params => header_params,
|
703
703
|
:query_params => query_params,
|
704
704
|
:form_params => form_params,
|
@@ -709,7 +709,7 @@ module Falcon
|
|
709
709
|
|
710
710
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
711
711
|
if @api_client.config.debugging
|
712
|
-
@api_client.config.logger.debug "API called:
|
712
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_executions_action\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
713
713
|
end
|
714
714
|
return data, status_code, headers
|
715
715
|
end
|
@@ -735,11 +735,11 @@ module Falcon
|
|
735
735
|
# @return [Array<(ApiExecutionResultsResponse, Integer, Hash)>] ApiExecutionResultsResponse data, response status code and response headers
|
736
736
|
def workflow_executions_combined_with_http_info(opts = {})
|
737
737
|
if @api_client.config.debugging
|
738
|
-
@api_client.config.logger.debug 'Calling API:
|
738
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_executions_combined ...'
|
739
739
|
end
|
740
740
|
pattern = Regexp.new(/^\w+(\.asc|\.desc)?(,\w+(\.asc|\.desc)?)*$/)
|
741
741
|
if @api_client.config.client_side_validation && !opts[:'sort'].nil? && opts[:'sort'] !~ pattern
|
742
|
-
fail ArgumentError, "invalid value for 'opts[:\"sort\"]' when calling
|
742
|
+
fail ArgumentError, "invalid value for 'opts[:\"sort\"]' when calling Workflows.workflow_executions_combined, must conform to the pattern #{pattern}."
|
743
743
|
end
|
744
744
|
|
745
745
|
# resource path
|
@@ -770,7 +770,7 @@ module Falcon
|
|
770
770
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
771
771
|
|
772
772
|
new_options = opts.merge(
|
773
|
-
:operation => :"
|
773
|
+
:operation => :"Workflows.workflow_executions_combined",
|
774
774
|
:header_params => header_params,
|
775
775
|
:query_params => query_params,
|
776
776
|
:form_params => form_params,
|
@@ -781,7 +781,7 @@ module Falcon
|
|
781
781
|
|
782
782
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
783
783
|
if @api_client.config.debugging
|
784
|
-
@api_client.config.logger.debug "API called:
|
784
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_executions_combined\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
785
785
|
end
|
786
786
|
return data, status_code, headers
|
787
787
|
end
|
@@ -801,11 +801,11 @@ module Falcon
|
|
801
801
|
# @return [Array<(ModelUserInputReadResponse, Integer, Hash)>] ModelUserInputReadResponse data, response status code and response headers
|
802
802
|
def workflow_get_human_input_v1_with_http_info(ids, opts = {})
|
803
803
|
if @api_client.config.debugging
|
804
|
-
@api_client.config.logger.debug 'Calling API:
|
804
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_get_human_input_v1 ...'
|
805
805
|
end
|
806
806
|
# verify the required parameter 'ids' is set
|
807
807
|
if @api_client.config.client_side_validation && ids.nil?
|
808
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
808
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Workflows.workflow_get_human_input_v1"
|
809
809
|
end
|
810
810
|
# resource path
|
811
811
|
local_var_path = '/workflows/entities/human-inputs/v1'
|
@@ -832,7 +832,7 @@ module Falcon
|
|
832
832
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
833
833
|
|
834
834
|
new_options = opts.merge(
|
835
|
-
:operation => :"
|
835
|
+
:operation => :"Workflows.workflow_get_human_input_v1",
|
836
836
|
:header_params => header_params,
|
837
837
|
:query_params => query_params,
|
838
838
|
:form_params => form_params,
|
@@ -843,7 +843,7 @@ module Falcon
|
|
843
843
|
|
844
844
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
845
845
|
if @api_client.config.debugging
|
846
|
-
@api_client.config.logger.debug "API called:
|
846
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_get_human_input_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
847
847
|
end
|
848
848
|
return data, status_code, headers
|
849
849
|
end
|
@@ -877,11 +877,11 @@ module Falcon
|
|
877
877
|
# @return [Array<(ApiResourceIDsResponse, Integer, Hash)>] ApiResourceIDsResponse data, response status code and response headers
|
878
878
|
def workflow_mock_execute_with_http_info(body, opts = {})
|
879
879
|
if @api_client.config.debugging
|
880
|
-
@api_client.config.logger.debug 'Calling API:
|
880
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_mock_execute ...'
|
881
881
|
end
|
882
882
|
# verify the required parameter 'body' is set
|
883
883
|
if @api_client.config.client_side_validation && body.nil?
|
884
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
884
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_mock_execute"
|
885
885
|
end
|
886
886
|
# resource path
|
887
887
|
local_var_path = '/workflows/entities/mock-executions/v1'
|
@@ -919,7 +919,7 @@ module Falcon
|
|
919
919
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
920
920
|
|
921
921
|
new_options = opts.merge(
|
922
|
-
:operation => :"
|
922
|
+
:operation => :"Workflows.workflow_mock_execute",
|
923
923
|
:header_params => header_params,
|
924
924
|
:query_params => query_params,
|
925
925
|
:form_params => form_params,
|
@@ -930,7 +930,7 @@ module Falcon
|
|
930
930
|
|
931
931
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
932
932
|
if @api_client.config.debugging
|
933
|
-
@api_client.config.logger.debug "API called:
|
933
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_mock_execute\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
934
934
|
end
|
935
935
|
return data, status_code, headers
|
936
936
|
end
|
@@ -950,11 +950,11 @@ module Falcon
|
|
950
950
|
# @return [Array<(ClientSystemDefinitionCreateResponse, Integer, Hash)>] ClientSystemDefinitionCreateResponse data, response status code and response headers
|
951
951
|
def workflow_system_definitions_de_provision_with_http_info(body, opts = {})
|
952
952
|
if @api_client.config.debugging
|
953
|
-
@api_client.config.logger.debug 'Calling API:
|
953
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_system_definitions_de_provision ...'
|
954
954
|
end
|
955
955
|
# verify the required parameter 'body' is set
|
956
956
|
if @api_client.config.client_side_validation && body.nil?
|
957
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
957
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_system_definitions_de_provision"
|
958
958
|
end
|
959
959
|
# resource path
|
960
960
|
local_var_path = '/workflows/system-definitions/deprovision/v1'
|
@@ -985,7 +985,7 @@ module Falcon
|
|
985
985
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
986
986
|
|
987
987
|
new_options = opts.merge(
|
988
|
-
:operation => :"
|
988
|
+
:operation => :"Workflows.workflow_system_definitions_de_provision",
|
989
989
|
:header_params => header_params,
|
990
990
|
:query_params => query_params,
|
991
991
|
:form_params => form_params,
|
@@ -996,7 +996,7 @@ module Falcon
|
|
996
996
|
|
997
997
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
998
998
|
if @api_client.config.debugging
|
999
|
-
@api_client.config.logger.debug "API called:
|
999
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_system_definitions_de_provision\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1000
1000
|
end
|
1001
1001
|
return data, status_code, headers
|
1002
1002
|
end
|
@@ -1016,11 +1016,11 @@ module Falcon
|
|
1016
1016
|
# @return [Array<(ClientSystemDefinitionCreateResponse, Integer, Hash)>] ClientSystemDefinitionCreateResponse data, response status code and response headers
|
1017
1017
|
def workflow_system_definitions_promote_with_http_info(body, opts = {})
|
1018
1018
|
if @api_client.config.debugging
|
1019
|
-
@api_client.config.logger.debug 'Calling API:
|
1019
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_system_definitions_promote ...'
|
1020
1020
|
end
|
1021
1021
|
# verify the required parameter 'body' is set
|
1022
1022
|
if @api_client.config.client_side_validation && body.nil?
|
1023
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1023
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_system_definitions_promote"
|
1024
1024
|
end
|
1025
1025
|
# resource path
|
1026
1026
|
local_var_path = '/workflows/system-definitions/promote/v1'
|
@@ -1051,7 +1051,7 @@ module Falcon
|
|
1051
1051
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1052
1052
|
|
1053
1053
|
new_options = opts.merge(
|
1054
|
-
:operation => :"
|
1054
|
+
:operation => :"Workflows.workflow_system_definitions_promote",
|
1055
1055
|
:header_params => header_params,
|
1056
1056
|
:query_params => query_params,
|
1057
1057
|
:form_params => form_params,
|
@@ -1062,7 +1062,7 @@ module Falcon
|
|
1062
1062
|
|
1063
1063
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1064
1064
|
if @api_client.config.debugging
|
1065
|
-
@api_client.config.logger.debug "API called:
|
1065
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_system_definitions_promote\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1066
1066
|
end
|
1067
1067
|
return data, status_code, headers
|
1068
1068
|
end
|
@@ -1082,11 +1082,11 @@ module Falcon
|
|
1082
1082
|
# @return [Array<(ClientSystemDefinitionCreateResponse, Integer, Hash)>] ClientSystemDefinitionCreateResponse data, response status code and response headers
|
1083
1083
|
def workflow_system_definitions_provision_with_http_info(body, opts = {})
|
1084
1084
|
if @api_client.config.debugging
|
1085
|
-
@api_client.config.logger.debug 'Calling API:
|
1085
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_system_definitions_provision ...'
|
1086
1086
|
end
|
1087
1087
|
# verify the required parameter 'body' is set
|
1088
1088
|
if @api_client.config.client_side_validation && body.nil?
|
1089
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1089
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_system_definitions_provision"
|
1090
1090
|
end
|
1091
1091
|
# resource path
|
1092
1092
|
local_var_path = '/workflows/system-definitions/provision/v1'
|
@@ -1117,7 +1117,7 @@ module Falcon
|
|
1117
1117
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1118
1118
|
|
1119
1119
|
new_options = opts.merge(
|
1120
|
-
:operation => :"
|
1120
|
+
:operation => :"Workflows.workflow_system_definitions_provision",
|
1121
1121
|
:header_params => header_params,
|
1122
1122
|
:query_params => query_params,
|
1123
1123
|
:form_params => form_params,
|
@@ -1128,7 +1128,7 @@ module Falcon
|
|
1128
1128
|
|
1129
1129
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1130
1130
|
if @api_client.config.debugging
|
1131
|
-
@api_client.config.logger.debug "API called:
|
1131
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_system_definitions_provision\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1132
1132
|
end
|
1133
1133
|
return data, status_code, headers
|
1134
1134
|
end
|
@@ -1148,7 +1148,7 @@ module Falcon
|
|
1148
1148
|
# @return [Array<(TriggersTriggerExternalResponse, Integer, Hash)>] TriggersTriggerExternalResponse data, response status code and response headers
|
1149
1149
|
def workflow_triggers_combined_with_http_info(opts = {})
|
1150
1150
|
if @api_client.config.debugging
|
1151
|
-
@api_client.config.logger.debug 'Calling API:
|
1151
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_triggers_combined ...'
|
1152
1152
|
end
|
1153
1153
|
# resource path
|
1154
1154
|
local_var_path = '/workflows/combined/triggers/v1'
|
@@ -1175,7 +1175,7 @@ module Falcon
|
|
1175
1175
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1176
1176
|
|
1177
1177
|
new_options = opts.merge(
|
1178
|
-
:operation => :"
|
1178
|
+
:operation => :"Workflows.workflow_triggers_combined",
|
1179
1179
|
:header_params => header_params,
|
1180
1180
|
:query_params => query_params,
|
1181
1181
|
:form_params => form_params,
|
@@ -1186,7 +1186,7 @@ module Falcon
|
|
1186
1186
|
|
1187
1187
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1188
1188
|
if @api_client.config.debugging
|
1189
|
-
@api_client.config.logger.debug "API called:
|
1189
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_triggers_combined\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1190
1190
|
end
|
1191
1191
|
return data, status_code, headers
|
1192
1192
|
end
|
@@ -1208,23 +1208,23 @@ module Falcon
|
|
1208
1208
|
# @return [Array<(ApiResourceIDsResponse, Integer, Hash)>] ApiResourceIDsResponse data, response status code and response headers
|
1209
1209
|
def workflow_update_human_input_v1_with_http_info(id, body, opts = {})
|
1210
1210
|
if @api_client.config.debugging
|
1211
|
-
@api_client.config.logger.debug 'Calling API:
|
1211
|
+
@api_client.config.logger.debug 'Calling API: Workflows.workflow_update_human_input_v1 ...'
|
1212
1212
|
end
|
1213
1213
|
# verify the required parameter 'id' is set
|
1214
1214
|
if @api_client.config.client_side_validation && id.nil?
|
1215
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling
|
1215
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling Workflows.workflow_update_human_input_v1"
|
1216
1216
|
end
|
1217
1217
|
if @api_client.config.client_side_validation && id.to_s.length > 32
|
1218
|
-
fail ArgumentError, 'invalid value for "id" when calling
|
1218
|
+
fail ArgumentError, 'invalid value for "id" when calling Workflows.workflow_update_human_input_v1, the character length must be smaller than or equal to 32.'
|
1219
1219
|
end
|
1220
1220
|
|
1221
1221
|
if @api_client.config.client_side_validation && id.to_s.length < 32
|
1222
|
-
fail ArgumentError, 'invalid value for "id" when calling
|
1222
|
+
fail ArgumentError, 'invalid value for "id" when calling Workflows.workflow_update_human_input_v1, the character length must be great than or equal to 32.'
|
1223
1223
|
end
|
1224
1224
|
|
1225
1225
|
# verify the required parameter 'body' is set
|
1226
1226
|
if @api_client.config.client_side_validation && body.nil?
|
1227
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1227
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Workflows.workflow_update_human_input_v1"
|
1228
1228
|
end
|
1229
1229
|
# resource path
|
1230
1230
|
local_var_path = '/workflows/entities/human-inputs/v1'
|
@@ -1256,7 +1256,7 @@ module Falcon
|
|
1256
1256
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1257
1257
|
|
1258
1258
|
new_options = opts.merge(
|
1259
|
-
:operation => :"
|
1259
|
+
:operation => :"Workflows.workflow_update_human_input_v1",
|
1260
1260
|
:header_params => header_params,
|
1261
1261
|
:query_params => query_params,
|
1262
1262
|
:form_params => form_params,
|
@@ -1267,7 +1267,7 @@ module Falcon
|
|
1267
1267
|
|
1268
1268
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1269
1269
|
if @api_client.config.debugging
|
1270
|
-
@api_client.config.logger.debug "API called:
|
1270
|
+
@api_client.config.logger.debug "API called: Workflows#workflow_update_human_input_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1271
1271
|
end
|
1272
1272
|
return data, status_code, headers
|
1273
1273
|
end
|