aapi.integration_factory package¶
Submodules¶
aapi.integration_factory.connection_profiles module¶
- class aapi.integration_factory.connection_profiles.JobAirbyte(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, connection_id: str = None, job_type: str = None, show_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_id: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- job_type: str¶
- object_name: str¶
- show_results: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAlteryxTrifacta(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, rerun_with_new_idempotency_token: str = None, idempotent_token: str = None, retrack_job_status: str = None, run_id: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- connection_profile: str¶
- flow_name: str¶
- idempotent_token: str¶
- object_name: str¶
- rerun_with_new_idempotency_token: str¶
- retrack_job_status: str¶
- run_id: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAnsibleAWX(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, job_template_name: str = None, job_template_id: str = None, workflow_template_name: str = None, inventory: str = None, inventory_source: str = None, parameters: str = None, project_name: str = None, project_id: str = None, output_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- inventory: str¶
- inventory_source: str¶
- job_template_id: str¶
- job_template_name: str¶
- object_name: str¶
- output_logs: str¶
- parameters: str¶
- project_id: str¶
- project_name: str¶
- status_polling_frequency: str¶
- workflow_template_name: str¶
- class aapi.integration_factory.connection_profiles.JobApacheNiFi(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, processor_group_id: str = None, processor_id: str = None, action: str = None, disconnected_node_ack: str = None, parameters_: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- disconnected_node_ack: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters_: str¶
- processor_group_id: str¶
- processor_id: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAstronomer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- d_a_g_name: str¶
- d_a_g_run_id: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAutomationAnywhere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, automation_type: str = None, bot_to_run: str = None, process_uri_path: str = None, process_to_run: str = None, bot_input_parameters: str = None, status_polling_frequency: str = None, connection_timeout: str = None)¶
Bases:
Job
- automation_type: str¶
- bot_input_parameters: str¶
- bot_to_run: str¶
- connection_profile: str¶
- connection_timeout: str¶
- object_name: str¶
- process_to_run: str¶
- process_uri_path: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAwsAppRunner(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, service_arn: str = None, output_job_logs: str = None, failure_tolerance_: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance_: str¶
- object_name: str¶
- output_job_logs: str¶
- service_arn: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAwsAthena(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, athena_client_request_token: str = None, db_catalog_name: str = None, database_name: str = None, action: str = None, query: str = None, table_name: str = None, prepared_query_name: str = None, unload_file_type: str = None, output_location: str = None, workgroup: str = None, add_configurations: str = None, s3_acl_option: str = None, encryption_options: str = None, kms_key: str = None, bucket_owner: str = None, show_json_output: str = None, status_polling_frequency: str = None, tolerance: str = None, no_perm: str = None)¶
Bases:
Job
- action: str¶
- add_configurations: str¶
- athena_client_request_token: str¶
- bucket_owner: str¶
- connection_profile: str¶
- database_name: str¶
- db_catalog_name: str¶
- encryption_options: str¶
- kms_key: str¶
- no_perm: str¶
- object_name: str¶
- output_location: str¶
- prepared_query_name: str¶
- query: str¶
- s3_acl_option: str¶
- show_json_output: str¶
- status_polling_frequency: str¶
- table_name: str¶
- tolerance: str¶
- unload_file_type: str¶
- workgroup: str¶
- class aapi.integration_factory.connection_profiles.JobAwsBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, windows_vss: str = None, backup_vault_name: str = None, role_arn: str = None, idempotency_token: str = None, resource_arn: str = None, restore_parameters: str = None, recovery_point_arn: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- backup_vault_name: str¶
- connection_profile: str¶
- idempotency_token: str¶
- object_name: str¶
- recovery_point_arn: str¶
- resource_arn: str¶
- restore_parameters: str¶
- role_arn: str¶
- status_polling_frequency: str¶
- windows_vss: str¶
- class aapi.integration_factory.connection_profiles.JobAwsBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, use_advanced_json_format: str = None, job_name: str = None, job_definition_and_revision: str = None, job_queue: str = None, container_overrides_command: str = None, job_attempts: str = None, execution_timeout: str = None, json_format: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- connection_profile: str¶
- container_overrides_command: str¶
- execution_timeout: str¶
- job_attempts: str¶
- job_definition_and_revision: str¶
- job_name: str¶
- job_queue: str¶
- json_format: str¶
- object_name: str¶
- status_polling_frequency: str¶
- use_advanced_json_format: str¶
- class aapi.integration_factory.connection_profiles.JobAwsCloudFormation(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, stack_name: str = None, stack_parameters: str = None, template_body: str = None, template_url: str = None, role_arn: str = None, capabilities_type: str = None, enable_termination_protection: str = None, on_failure: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- capabilities_type: str¶
- connection_profile: str¶
- enable_termination_protection: str¶
- failure_tolerance: str¶
- object_name: str¶
- on_failure: str¶
- role_arn: str¶
- stack_name: str¶
- stack_parameters: str¶
- status_polling_frequency: str¶
- template_body: str¶
- template_url: str¶
- class aapi.integration_factory.connection_profiles.JobAwsDataPipeline(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, pipeline_id: str = None, pipeline_name: str = None, pipeline_unique_id: str = None, parameters: str = None, trigger_created_pipeline: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- pipeline_name: str¶
- pipeline_unique_id: str¶
- status_polling_frequency: str¶
- trigger_created_pipeline: str¶
- class aapi.integration_factory.connection_profiles.JobAwsDynamoDB(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, statement: str = None, run_statement_with_parameter: str = None, statement_parameters: str = None, transaction_statments: str = None, idempotency_token: str = None, export_format: str = None, s3_bucket_name: str = None, s3_path_prefix: str = None, s3_bucket_owner_id: str = None, table_arn: str = None, import_format: str = None, import_compression_type: str = None, table_creation_parameters: str = None, table_name: str = None, status_polling_frequency: str = None, failure_tolarance_: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- export_format: str¶
- failure_tolarance_: str¶
- idempotency_token: str¶
- import_compression_type: str¶
- import_format: str¶
- object_name: str¶
- run_statement_with_parameter: str¶
- s3_bucket_name: str¶
- s3_bucket_owner_id: str¶
- s3_path_prefix: str¶
- statement: str¶
- statement_parameters: str¶
- status_polling_frequency: str¶
- table_arn: str¶
- table_creation_parameters: str¶
- table_name: str¶
- transaction_statments: str¶
- class aapi.integration_factory.connection_profiles.JobAwsEC2(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, operations: str = None, instance_id: str = None, placement_availability_zone: str = None, instance_type: str = None, instance_name: str = None, subnet_id: str = None, key_name: str = None, image_id: str = None, number_of_copies: str = None, launch_template_id: str = None, idempotent_token: str = None, tolerance: str = None, verification_poll_interval: str = None, get_instances_logs: str = None)¶
Bases:
Job
- connection_profile: str¶
- get_instances_logs: str¶
- idempotent_token: str¶
- image_id: str¶
- instance_id: str¶
- instance_name: str¶
- instance_type: str¶
- key_name: str¶
- launch_template_id: str¶
- number_of_copies: str¶
- object_name: str¶
- operations: str¶
- placement_availability_zone: str¶
- subnet_id: str¶
- tolerance: str¶
- verification_poll_interval: str¶
- class aapi.integration_factory.connection_profiles.JobAwsECS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, ecs_cluster_name: str = None, ecs_task_definition: str = None, launch_type: str = None, assign_public_ip: str = None, network_security_groups: str = None, network_subnets: str = None, override_container: str = None, override_command: str = None, environment_variables: str = None, parameters: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- assign_public_ip: str¶
- connection_profile: str¶
- ecs_cluster_name: str¶
- ecs_task_definition: str¶
- environment_variables: str¶
- failure_tolerance: str¶
- launch_type: str¶
- network_security_groups: str¶
- network_subnets: str¶
- object_name: str¶
- output_job_logs: str¶
- override_command: str¶
- override_container: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAwsEMR(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, cluster_id: str = None, notebook_id: str = None, relative_path: str = None, notebook_execution_name: str = None, service_role: str = None, use_advanced_json_format: str = None, json_body: str = None, status_polling_frequency: str = None, tolerance: str = None)¶
Bases:
Job
- cluster_id: str¶
- connection_profile: str¶
- json_body: str¶
- notebook_execution_name: str¶
- notebook_id: str¶
- object_name: str¶
- relative_path: str¶
- service_role: str¶
- status_polling_frequency: str¶
- tolerance: str¶
- use_advanced_json_format: str¶
- class aapi.integration_factory.connection_profiles.JobAwsGlue(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, glue_job_name: str = None, glue_job_arguments: str = None, arguments: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- arguments: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- glue_job_arguments: str¶
- glue_job_name: str¶
- object_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAwsGlueDataBrew(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_name: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- failure_tolerance: str¶
- job_name: str¶
- object_name: str¶
- output_job_logs: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAwsLambda(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_name: str = None, function_version: str = None, parameters: str = None, append_log_to_output: str = None)¶
Bases:
Job
- append_log_to_output: str¶
- connection_profile: str¶
- function_name: str¶
- function_version: str¶
- object_name: str¶
- parameters: str¶
- class aapi.integration_factory.connection_profiles.JobAwsMainframeModernization(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, action: str = None, jcl_name: str = None, rerun_execution_id: str = None, secret_arn: str = None, from_step: str = None, from_proc_step: str = None, to_step: str = None, to_proc_step: str = None, retrieve_cloud_watch_logs: str = None, delay_logs_retrieval_: str = None, application_action: str = None, client_token: str = None, application_version: str = None, environment_id: str = None, latest_application_version: str = None, definition_s3_location: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- application_action: str¶
- application_name: str¶
- application_version: str¶
- client_token: str¶
- connection_profile: str¶
- definition_s3_location: str¶
- delay_logs_retrieval_: str¶
- environment_id: str¶
- failure_tolerance: str¶
- from_proc_step: str¶
- from_step: str¶
- jcl_name: str¶
- latest_application_version: str¶
- object_name: str¶
- rerun_execution_id: str¶
- retrieve_cloud_watch_logs: str¶
- secret_arn: str¶
- status_polling_frequency: str¶
- to_proc_step: str¶
- to_step: str¶
- class aapi.integration_factory.connection_profiles.JobAwsQuickSight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, aws_dataset_id: str = None, refresh_type: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- aws_dataset_id: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- refresh_type: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAwsSNS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, message_type: str = None, topic_type: str = None, individual_type: str = None, target_arn: str = None, phone_number: str = None, json_message_structure: str = None, subject: str = None, message: str = None, message_deduplication_id: str = None, message_group_id: str = None, attributes: str = None, attribute1_name: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_value: str = None, sms_attributes: str = None, sender_identifier: str = None, sender_id: str = None, origination_number: str = None, max_price: str = None, sms_type: str = None, push_notifications_attributes: str = None, push_attribute1_name: str = None, push_attribute1_value: str = None, push_attribute2_name: str = None, push_attribute2_value: str = None, push_attribute3_name: str = None, push_attribute3_value: str = None, push_attribute4_name: str = None, push_attribute4_value: str = None, push_attribute5_name: str = None, push_attribute5_value: str = None)¶
Bases:
Job
- attribute1_name: str¶
- attribute1_value: str¶
- attribute2_name: str¶
- attribute2_value: str¶
- attribute3_name: str¶
- attribute3_value: str¶
- attributes: str¶
- connection_profile: str¶
- individual_type: str¶
- json_message_structure: str¶
- max_price: str¶
- message: str¶
- message_deduplication_id: str¶
- message_group_id: str¶
- message_type: str¶
- object_name: str¶
- origination_number: str¶
- phone_number: str¶
- push_attribute1_name: str¶
- push_attribute1_value: str¶
- push_attribute2_name: str¶
- push_attribute2_value: str¶
- push_attribute3_name: str¶
- push_attribute3_value: str¶
- push_attribute4_name: str¶
- push_attribute4_value: str¶
- push_attribute5_name: str¶
- push_attribute5_value: str¶
- push_notifications_attributes: str¶
- sender_id: str¶
- sender_identifier: str¶
- sms_attributes: str¶
- sms_type: str¶
- subject: str¶
- target_arn: str¶
- topic_type: str¶
- class aapi.integration_factory.connection_profiles.JobAwsSQS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action_type: str = None, queue_type: str = None, parameters: str = None, queue_url: str = None, message_body: str = None, delay_seconds: str = None, message_deduplication_id: str = None, message_group_id: str = None, message_attributes: str = None, attribute1_name: str = None, attribute1_data_type: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_data_type: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_data_type: str = None, attribute3_value: str = None)¶
Bases:
Job
- action_type: str¶
- attribute1_data_type: str¶
- attribute1_name: str¶
- attribute1_value: str¶
- attribute2_data_type: str¶
- attribute2_name: str¶
- attribute2_value: str¶
- attribute3_data_type: str¶
- attribute3_name: str¶
- attribute3_value: str¶
- connection_profile: str¶
- delay_seconds: str¶
- message_attributes: str¶
- message_body: str¶
- message_deduplication_id: str¶
- message_group_id: str¶
- object_name: str¶
- parameters: str¶
- queue_type: str¶
- queue_url: str¶
- class aapi.integration_factory.connection_profiles.JobAwsSageMaker(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, idempotency_token: str = None, add_parameters: str = None, parameters: str = None, retry_pipeline_execution: str = None, pipeline_execution_arn: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- add_parameters: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- pipeline_execution_arn: str¶
- pipeline_name: str¶
- retry_pipeline_execution: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAwsStepFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, execution_name: str = None, state_machine_arn: str = None, parameters: str = None, show_execution_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- execution_name: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- show_execution_logs: str¶
- state_machine_arn: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAzureBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, vault_resource_group: str = None, vault_name: str = None, vm_resource_group: str = None, vm_name: str = None, policy_name: str = None, include_or_exclude_disks: str = None, disk_list: str = None, restore_to_latest_recovery_point: str = None, recovery_point_name: str = None, storage_account_name: str = None, restore_region: str = None, status_polling_frequency: str = None, failure_tolerance_: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- disk_list: str¶
- failure_tolerance_: str¶
- include_or_exclude_disks: str¶
- object_name: str¶
- policy_name: str¶
- recovery_point_name: str¶
- restore_region: str¶
- restore_to_latest_recovery_point: str¶
- status_polling_frequency: str¶
- storage_account_name: str¶
- vault_name: str¶
- vault_resource_group: str¶
- vm_name: str¶
- vm_resource_group: str¶
- class aapi.integration_factory.connection_profiles.JobAzureDataFactory(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, resource_group_name: str = None, data_factory_name: str = None, pipeline_name: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- data_factory_name: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_name: str¶
- resource_group_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAzureDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- databricks_job_id: str¶
- failure_tolerance: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAzureDevOps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, actions: str = None, pipeline_id: str = None, repository_path: str = None, variables: str = None, parameters: str = None, stages_to_skip: str = None, show_build_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- actions: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- project_name: str¶
- repository_path: str¶
- show_build_logs: str¶
- stages_to_skip: str¶
- status_polling_frequency: str¶
- variables: str¶
- class aapi.integration_factory.connection_profiles.JobAzureFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_app: str = None, azure_resource: str = None, azure_resource_scope: str = None, function_name: str = None, optional_input_parameters: str = None, function_type: str = None, verification_poll_intervall: str = None, failure_tolerance: str = None, api_v_e_r_s_i_o_n: str = None)¶
Bases:
Job
- api_v_e_r_s_i_o_n: str¶
- azure_resource: str¶
- azure_resource_scope: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- function_app: str¶
- function_name: str¶
- function_type: str¶
- object_name: str¶
- optional_input_parameters: str¶
- verification_poll_intervall: str¶
- class aapi.integration_factory.connection_profiles.JobAzureHDInsight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, parameters: str = None, bring_job_logs_to_output: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- bring_job_logs_to_output: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobAzureSynapse(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, parameters: str = None, status_polling_interval: str = None)¶
Bases:
Job
- connection_profile: str¶
- object_name: str¶
- parameters: str¶
- pipeline_name: str¶
- status_polling_interval: str¶
- class aapi.integration_factory.connection_profiles.JobBoomiAtomsphere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, process_name: str = None, atom_name: str = None, polling_interval_frequency: str = None, tolerance: str = None)¶
Bases:
Job
- atom_name: str¶
- connection_profile: str¶
- object_name: str¶
- polling_interval_frequency: str¶
- process_name: str¶
- tolerance: str¶
- class aapi.integration_factory.connection_profiles.JobCircleCI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, project_slug: str = None, workflow_id: str = None, pipeline_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- project_slug: str¶
- status_polling_frequency: str¶
- workflow_id: str¶
- class aapi.integration_factory.connection_profiles.JobCommunicationSuite(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, slack_parameters: str = None, telegram_parameters: str = None, silent_message: str = None, protect_content: str = None, whats_app_parameters: str = None, teams_parameters: str = None)¶
Bases:
Job
- application_name: str¶
- connection_profile: str¶
- object_name: str¶
- protect_content: str¶
- silent_message: str¶
- slack_parameters: str¶
- teams_parameters: str¶
- telegram_parameters: str¶
- whats_app_parameters: str¶
- class aapi.integration_factory.connection_profiles.JobControlMReports(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, control_m_report_name: str = None, set_download_file_name: str = None, report_file_format: str = None, agent_attachments_folder: str = None, download_destination_folder: str = None, replace_existing_file: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- agent_attachments_folder: str¶
- connection_profile: str¶
- control_m_report_name: str¶
- download_destination_folder: str¶
- failure_tolerance: str¶
- object_name: str¶
- replace_existing_file: str¶
- report_file_format: str¶
- set_download_file_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobDBT(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dbt_job_id: str = None, run_comment: str = None, override_job_commands: str = None, define_commands: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- dbt_job_id: str¶
- define_commands: str¶
- failure_tolerance: str¶
- object_name: str¶
- override_job_commands: str¶
- run_comment: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- databricks_job_id: str¶
- failure_tolerance: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobGCPBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, service_account__email_format: str = None, project_id: str = None, region: str = None, override_region: str = None, allowed_locations: str = None, job_name: str = None, priority: str = None, runnable_type: str = None, task_script_text: str = None, container_image_uri: str = None, entry_point: str = None, override_commands: str = None, commands: str = None, container_volumes: str = None, cpu: str = None, memory: str = None, maximum_retry_count: str = None, instance_policy: str = None, machine_type: str = None, provisioning_model: str = None, machine_template: str = None, log_policy: str = None, use_advanced_json_format: str = None, json_format: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- allowed_locations: str¶
- commands: str¶
- connection_profile: str¶
- container_image_uri: str¶
- container_volumes: str¶
- cpu: str¶
- entry_point: str¶
- instance_policy: str¶
- job_name: str¶
- json_format: str¶
- log_policy: str¶
- machine_template: str¶
- machine_type: str¶
- maximum_retry_count: str¶
- memory: str¶
- object_name: str¶
- override_commands: str¶
- override_region: str¶
- priority: str¶
- project_id: str¶
- provisioning_model: str¶
- region: str¶
- runnable_type: str¶
- service_account__email_format: str¶
- status_polling_frequency: str¶
- task_script_text: str¶
- use_advanced_json_format: str¶
- class aapi.integration_factory.connection_profiles.JobGCPBigQuery(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, dataset_name: str = None, action: str = None, run_select_query_and_copy_to_table: str = None, table_name: str = None, sql_statement: str = None, query_parameters: str = None, routine: str = None, extract_as: str = None, copy_operation_type: str = None, source_tables_properties: str = None, destination_source_bucket_uris: str = None, destination_table_properties: str = None, show_load_options: str = None, load_options: str = None, job_timeout: str = None, connection_timeout: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- connection_timeout: str¶
- copy_operation_type: str¶
- dataset_name: str¶
- destination_source_bucket_uris: str¶
- destination_table_properties: str¶
- extract_as: str¶
- job_timeout: str¶
- load_options: str¶
- object_name: str¶
- project_name: str¶
- query_parameters: str¶
- routine: str¶
- run_select_query_and_copy_to_table: str¶
- show_load_options: str¶
- source_tables_properties: str¶
- sql_statement: str¶
- status_polling_frequency: str¶
- table_name: str¶
- class aapi.integration_factory.connection_profiles.JobGCPCloudRun(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, job_name: str = None, overrides_specification: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- connection_profile: str¶
- job_name: str¶
- location: str¶
- object_name: str¶
- overrides_specification: str¶
- project_id: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobGCPComposer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- d_a_g_name: str¶
- d_a_g_run_id: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobGCPDataFusion(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, region: str = None, project_name: str = None, instance_name: str = None, name_space_id: str = None, pipeline_name: str = None, runtime_parameters: str = None, get_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- failure_tolerance: str¶
- get_logs: str¶
- instance_name: str¶
- name_space_id: str¶
- object_name: str¶
- pipeline_name: str¶
- project_name: str¶
- region: str¶
- runtime_parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobGCPDataflow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, region: str = None, template_type: str = None, template_location_gs_: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, log_level: str = None)¶
Bases:
Job
- connection_profile: str¶
- log_level: str¶
- object_name: str¶
- parameters__json_format: str¶
- project_id: str¶
- region: str¶
- template_location_gs_: str¶
- template_type: str¶
- verification_poll_interval_in_seconds: str¶
- class aapi.integration_factory.connection_profiles.JobGCPDataplex(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, action: str = None, scan_name: str = None, lake_name: str = None, task_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- lake_name: str¶
- location: str¶
- object_name: str¶
- project_id: str¶
- scan_name: str¶
- status_polling_frequency: str¶
- task_name: str¶
- class aapi.integration_factory.connection_profiles.JobGCPDataprep(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, parameters: str = None, execute_job_with_idempotency_token: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- execute_job_with_idempotency_token: str¶
- failure_tolerance: str¶
- flow_name: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobGCPDataproc(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, account_region: str = None, dataproc_task_type: str = None, batch_id: str = None, request_id: str = None, workflow_template: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, tolerance: str = None)¶
Bases:
Job
- account_region: str¶
- batch_id: str¶
- connection_profile: str¶
- dataproc_task_type: str¶
- object_name: str¶
- parameters__json_format: str¶
- project_id: str¶
- request_id: str¶
- tolerance: str¶
- verification_poll_interval_in_seconds: str¶
- workflow_template: str¶
- class aapi.integration_factory.connection_profiles.JobGCPDeploymentManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, action: str = None, deployment_name: str = None, yaml_config_content: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- deployment_name: str¶
- failure_tolerance: str¶
- object_name: str¶
- project_id: str¶
- status_polling_frequency: str¶
- yaml_config_content: str¶
- class aapi.integration_factory.connection_profiles.JobGCPFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, function_name: str = None, function_parameters: str = None, url_parameters: str = None, body: str = None, status_polling_frequency: str = None, failure_tolerance: str = None, get_logs: str = None)¶
Bases:
Job
- body: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- function_name: str¶
- function_parameters: str¶
- get_logs: str¶
- location: str¶
- object_name: str¶
- project_id: str¶
- status_polling_frequency: str¶
- url_parameters: str¶
- class aapi.integration_factory.connection_profiles.JobGCPVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, zone: str = None, operation: str = None, template_name: str = None, instance_name: str = None, parameters: str = None, verification_poll_interval: str = None, tolerance: str = None, get_logs: str = None)¶
Bases:
Job
- connection_profile: str¶
- get_logs: str¶
- instance_name: str¶
- object_name: str¶
- operation: str¶
- parameters: str¶
- project_id: str¶
- template_name: str¶
- tolerance: str¶
- verification_poll_interval: str¶
- zone: str¶
- class aapi.integration_factory.connection_profiles.JobGCPWorkflows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, workflow_name: str = None, parameters_json_input: str = None, execution_label: str = None, show_workflow_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- execution_label: str¶
- failure_tolerance: str¶
- location: str¶
- object_name: str¶
- parameters_json_input: str¶
- project_id: str¶
- show_workflow_results: str¶
- status_polling_frequency: str¶
- workflow_name: str¶
- class aapi.integration_factory.connection_profiles.JobInformaticaCS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_type: str = None, use_federation_id: str = None, task_name: str = None, folder_path: str = None, taskflow_job_name: str = None, task_flow_url: str = None, rerun_suspended_taskflow: str = None, rerun_run_id: str = None, input_fields: str = None, call_back_url: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- call_back_url: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- folder_path: str¶
- input_fields: str¶
- object_name: str¶
- rerun_run_id: str¶
- rerun_suspended_taskflow: str¶
- status_polling_frequency: str¶
- task_flow_url: str¶
- task_name: str¶
- task_type: str¶
- taskflow_job_name: str¶
- use_federation_id: str¶
- class aapi.integration_factory.connection_profiles.JobJenkins(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, add_parameters: str = None, parameters: List[str] = None, add_branch_name: str = None, branch_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- add_branch_name: str¶
- add_parameters: str¶
- branch_name: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: List[str]¶
- pipeline_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobKubernetes(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_spec_yaml: str = None, job_spec_parameters: str = None, get_pod_logs: str = None, os_exit_code: str = None, job_cleanup: str = None, job_status_polling_interval: str = None)¶
Bases:
Job
- connection_profile: str¶
- get_pod_logs: str¶
- job_cleanup: str¶
- job_spec_parameters: str¶
- job_spec_yaml: str¶
- job_status_polling_interval: str¶
- object_name: str¶
- os_exit_code: str¶
- class aapi.integration_factory.connection_profiles.JobMicroFocusLinux(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)¶
Bases:
Job
- additional_variables: str¶
- advanced_restart_parameters: str¶
- auto_adjust_restart: str¶
- connection_profile: str¶
- enable_jcl_variables: str¶
- from_step_proc: str¶
- jcl_filename: str¶
- modified_jcl_path_and_filename: str¶
- object_name: str¶
- pds: str¶
- recapture_abend_codes: str¶
- recapture_cond_codes: str¶
- rerun_job_id: str¶
- restart_on_rerun: str¶
- restart_with_modified_jcl: str¶
- set_mf_ucc11: str¶
- step_specific_condition_codes: str¶
- to_step_proc: str¶
- class aapi.integration_factory.connection_profiles.JobMicroFocusWindows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)¶
Bases:
Job
- additional_variables: str¶
- advanced_restart_parameters: str¶
- auto_adjust_restart: str¶
- connection_profile: str¶
- enable_jcl_variables: str¶
- from_step_proc: str¶
- jcl_filename: str¶
- modified_jcl_path_and_filename: str¶
- object_name: str¶
- pds: str¶
- recapture_abend_codes: str¶
- recapture_cond_codes: str¶
- rerun_job_id: str¶
- restart_on_rerun: str¶
- restart_with_modified_jcl: str¶
- set_mf_ucc11: str¶
- step_specific_condition_codes: str¶
- to_step_proc: str¶
- class aapi.integration_factory.connection_profiles.JobMicrosoftPowerBI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dataset_refresh_pipeline_deployment: str = None, workspace_name: str = None, workspace_id: str = None, dataset_id: str = None, parameters: str = None, connection_timeout: str = None, status_polling_frequency: str = None, pipeline_id: str = None)¶
Bases:
Job
- connection_profile: str¶
- connection_timeout: str¶
- dataset_id: str¶
- dataset_refresh_pipeline_deployment: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- status_polling_frequency: str¶
- workspace_id: str¶
- workspace_name: str¶
- class aapi.integration_factory.connection_profiles.JobMicrosoftPowerBISP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, workspace_id: str = None, dataset_id: str = None, dataflow_id: str = None, workspace_id__s_p: str = None, dataset_id__s_p: str = None, dataflow_id__s_p: str = None, parameters: str = None, pipeline_id: str = None, pipeline_id__s_p: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- dataflow_id: str¶
- dataflow_id__s_p: str¶
- dataset_id: str¶
- dataset_id__s_p: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- pipeline_id__s_p: str¶
- status_polling_frequency: str¶
- workspace_id: str¶
- workspace_id__s_p: str¶
- class aapi.integration_factory.connection_profiles.JobOCIDataFlow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, compartment_ocid: str = None, application_ocid: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- application_ocid: str¶
- compartment_ocid: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobOCIDataScience(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, parameters: str = None, model_deployment_id: str = None, notebook_session_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- model_deployment_id: str¶
- notebook_session_id: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobOCIVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, instance_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- instance_id: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobPagerDuty(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, incident_id: str = None, email_address: str = None, parameters: str = None, duration: str = None, title: str = None, service_id: str = None, urgency: str = None, incident_key: str = None, incident_body: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- duration: str¶
- email_address: str¶
- incident_body: str¶
- incident_id: str¶
- incident_key: str¶
- object_name: str¶
- parameters: str¶
- service_id: str¶
- title: str¶
- urgency: str¶
- class aapi.integration_factory.connection_profiles.JobQlikCloud(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, reload_type: str = None, app_id: str = None, print_log_to_output: str = None, status_polling_frequency: str = None, tolerance: str = None)¶
Bases:
Job
- app_id: str¶
- connection_profile: str¶
- object_name: str¶
- print_log_to_output: str¶
- reload_type: str¶
- status_polling_frequency: str¶
- tolerance: str¶
- class aapi.integration_factory.connection_profiles.JobRabbitMQ(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, vhost: str = None, exchange: str = None, routing_key: str = None, message_to_publish: str = None, message_encoding: str = None, properties: str = None, queue: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- exchange: str¶
- message_encoding: str¶
- message_to_publish: str¶
- object_name: str¶
- properties: str¶
- queue: str¶
- routing_key: str¶
- vhost: str¶
- class aapi.integration_factory.connection_profiles.JobSnowflake(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, database: str = None, schema: str = None, action: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, snowpipe_name: str = None, start_or_pause_snowpipe: str = None, stage_location: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, load_sql_file: str = None, statement_timeout: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- activity_options: str¶
- add_condition: str¶
- bindings: str¶
- connection_profile: str¶
- copy_destination: str¶
- create_table_name: str¶
- database: str¶
- days_back: str¶
- file_format: str¶
- from_location: str¶
- from_storage_integration: str¶
- from_table: str¶
- load_sql_file: str¶
- object_name: str¶
- overwrite: str¶
- parameters: str¶
- procedure_argument: str¶
- query: str¶
- query_input: str¶
- query_to_location: str¶
- role: str¶
- schema: str¶
- show_more_options: str¶
- show_output: str¶
- snowflake_sql_statement: str¶
- snowpipe_name: str¶
- stage_location: str¶
- stage_name: str¶
- stage_url: str¶
- start_or_pause_snowpipe: str¶
- statement_timeout: str¶
- status_file_cloud_location_path: str¶
- status_polling_frequency: str¶
- stoarge_integration_for_location: str¶
- storage_integration: str¶
- stored_procedure_name: str¶
- table_name: str¶
- warehouse: str¶
- class aapi.integration_factory.connection_profiles.JobTableau(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, datasource_name: str = None, flow_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- datasource_name: str¶
- failure_tolerance: str¶
- flow_name: str¶
- object_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.connection_profiles.JobTalendDataManagement(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_plan_execution: str = None, task_name: str = None, parameters: str = None, log_level: str = None, bring_logs_to_output: str = None, task_polling_intervals: str = None, plan_name: str = None, plan_polling_intervals: str = None)¶
Bases:
Job
- bring_logs_to_output: str¶
- connection_profile: str¶
- log_level: str¶
- object_name: str¶
- parameters: str¶
- plan_name: str¶
- plan_polling_intervals: str¶
- task_name: str¶
- task_plan_execution: str¶
- task_polling_intervals: str¶
- class aapi.integration_factory.connection_profiles.JobTalendOAuth(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, task_executable: str = None, environment_id: str = None, task_name: str = None, parameters: str = None, log_level: str = None, task_timeout: str = None, append_task_logs_to_output: str = None, plan_executable: str = None, append_failed_plan_logs_to_output: str = None, rerun_only_failed_tasks: str = None, execution_plan_id: str = None, step_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- append_failed_plan_logs_to_output: str¶
- append_task_logs_to_output: str¶
- connection_profile: str¶
- environment_id: str¶
- execution_plan_id: str¶
- failure_tolerance: str¶
- log_level: str¶
- object_name: str¶
- parameters: str¶
- plan_executable: str¶
- rerun_only_failed_tasks: str¶
- status_polling_frequency: str¶
- step_id: str¶
- task_executable: str¶
- task_name: str¶
- task_timeout: str¶
- class aapi.integration_factory.connection_profiles.JobWebServicesREST(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, method: str = None, url_request_path: str = None, ws_rest_body: WsRestBody = None, url_parameters: List[str] = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)¶
Bases:
Job
- class WsRestBody(*, request_definition: str = None, body_request: str = None, file_name: str = None)¶
Bases:
AAPIObject
- body_request: str¶
- file_name: str¶
- request_definition: str¶
- append_request: str¶
- append_response: str¶
- connection_profile: str¶
- connection_timeout: str¶
- endpoint_url: str¶
- http_headers: List[str]¶
- method: str¶
- object_name: str¶
- output_handling: List[str]¶
- url_parameters: List[str]¶
- url_request_path: str¶
- ws_rest_body: WsRestBody¶
- class aapi.integration_factory.connection_profiles.JobWebServicesSOAP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, soap_action: str = None, soap_request: SoapRequest = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)¶
Bases:
Job
- class SoapRequest(*, request_definition: str = None, file_name: str = None, soap_request_field: str = None)¶
Bases:
AAPIObject
- file_name: str¶
- request_definition: str¶
- soap_request_field: str¶
- append_request: str¶
- append_response: str¶
- connection_profile: str¶
- connection_timeout: str¶
- endpoint_url: str¶
- http_headers: List[str]¶
- object_name: str¶
- output_handling: List[str]¶
- soap_action: str¶
- soap_request: SoapRequest¶
aapi.integration_factory.jobs module¶
- class aapi.integration_factory.jobs.JobAirbyte(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, connection_id: str = None, job_type: str = None, show_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_id: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- job_type: str¶
- object_name: str¶
- show_results: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAlteryxTrifacta(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, rerun_with_new_idempotency_token: str = None, idempotent_token: str = None, retrack_job_status: str = None, run_id: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- connection_profile: str¶
- flow_name: str¶
- idempotent_token: str¶
- object_name: str¶
- rerun_with_new_idempotency_token: str¶
- retrack_job_status: str¶
- run_id: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAnsibleAWX(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, job_template_name: str = None, job_template_id: str = None, workflow_template_name: str = None, inventory: str = None, inventory_source: str = None, parameters: str = None, project_name: str = None, project_id: str = None, output_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- inventory: str¶
- inventory_source: str¶
- job_template_id: str¶
- job_template_name: str¶
- object_name: str¶
- output_logs: str¶
- parameters: str¶
- project_id: str¶
- project_name: str¶
- status_polling_frequency: str¶
- workflow_template_name: str¶
- class aapi.integration_factory.jobs.JobApacheNiFi(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, processor_group_id: str = None, processor_id: str = None, action: str = None, disconnected_node_ack: str = None, parameters_: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- disconnected_node_ack: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters_: str¶
- processor_group_id: str¶
- processor_id: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAstronomer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- d_a_g_name: str¶
- d_a_g_run_id: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAutomationAnywhere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, automation_type: str = None, bot_to_run: str = None, process_uri_path: str = None, process_to_run: str = None, bot_input_parameters: str = None, status_polling_frequency: str = None, connection_timeout: str = None)¶
Bases:
Job
- automation_type: str¶
- bot_input_parameters: str¶
- bot_to_run: str¶
- connection_profile: str¶
- connection_timeout: str¶
- object_name: str¶
- process_to_run: str¶
- process_uri_path: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAwsAppRunner(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, service_arn: str = None, output_job_logs: str = None, failure_tolerance_: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance_: str¶
- object_name: str¶
- output_job_logs: str¶
- service_arn: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAwsAthena(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, athena_client_request_token: str = None, db_catalog_name: str = None, database_name: str = None, action: str = None, query: str = None, table_name: str = None, prepared_query_name: str = None, unload_file_type: str = None, output_location: str = None, workgroup: str = None, add_configurations: str = None, s3_acl_option: str = None, encryption_options: str = None, kms_key: str = None, bucket_owner: str = None, show_json_output: str = None, status_polling_frequency: str = None, tolerance: str = None, no_perm: str = None)¶
Bases:
Job
- action: str¶
- add_configurations: str¶
- athena_client_request_token: str¶
- bucket_owner: str¶
- connection_profile: str¶
- database_name: str¶
- db_catalog_name: str¶
- encryption_options: str¶
- kms_key: str¶
- no_perm: str¶
- object_name: str¶
- output_location: str¶
- prepared_query_name: str¶
- query: str¶
- s3_acl_option: str¶
- show_json_output: str¶
- status_polling_frequency: str¶
- table_name: str¶
- tolerance: str¶
- unload_file_type: str¶
- workgroup: str¶
- class aapi.integration_factory.jobs.JobAwsBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, windows_vss: str = None, backup_vault_name: str = None, role_arn: str = None, idempotency_token: str = None, resource_arn: str = None, restore_parameters: str = None, recovery_point_arn: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- backup_vault_name: str¶
- connection_profile: str¶
- idempotency_token: str¶
- object_name: str¶
- recovery_point_arn: str¶
- resource_arn: str¶
- restore_parameters: str¶
- role_arn: str¶
- status_polling_frequency: str¶
- windows_vss: str¶
- class aapi.integration_factory.jobs.JobAwsBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, use_advanced_json_format: str = None, job_name: str = None, job_definition_and_revision: str = None, job_queue: str = None, container_overrides_command: str = None, job_attempts: str = None, execution_timeout: str = None, json_format: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- connection_profile: str¶
- container_overrides_command: str¶
- execution_timeout: str¶
- job_attempts: str¶
- job_definition_and_revision: str¶
- job_name: str¶
- job_queue: str¶
- json_format: str¶
- object_name: str¶
- status_polling_frequency: str¶
- use_advanced_json_format: str¶
- class aapi.integration_factory.jobs.JobAwsCloudFormation(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, stack_name: str = None, stack_parameters: str = None, template_body: str = None, template_url: str = None, role_arn: str = None, capabilities_type: str = None, enable_termination_protection: str = None, on_failure: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- capabilities_type: str¶
- connection_profile: str¶
- enable_termination_protection: str¶
- failure_tolerance: str¶
- object_name: str¶
- on_failure: str¶
- role_arn: str¶
- stack_name: str¶
- stack_parameters: str¶
- status_polling_frequency: str¶
- template_body: str¶
- template_url: str¶
- class aapi.integration_factory.jobs.JobAwsDataPipeline(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, pipeline_id: str = None, pipeline_name: str = None, pipeline_unique_id: str = None, parameters: str = None, trigger_created_pipeline: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- pipeline_name: str¶
- pipeline_unique_id: str¶
- status_polling_frequency: str¶
- trigger_created_pipeline: str¶
- class aapi.integration_factory.jobs.JobAwsDynamoDB(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, statement: str = None, run_statement_with_parameter: str = None, statement_parameters: str = None, transaction_statments: str = None, idempotency_token: str = None, export_format: str = None, s3_bucket_name: str = None, s3_path_prefix: str = None, s3_bucket_owner_id: str = None, table_arn: str = None, import_format: str = None, import_compression_type: str = None, table_creation_parameters: str = None, table_name: str = None, status_polling_frequency: str = None, failure_tolarance_: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- export_format: str¶
- failure_tolarance_: str¶
- idempotency_token: str¶
- import_compression_type: str¶
- import_format: str¶
- object_name: str¶
- run_statement_with_parameter: str¶
- s3_bucket_name: str¶
- s3_bucket_owner_id: str¶
- s3_path_prefix: str¶
- statement: str¶
- statement_parameters: str¶
- status_polling_frequency: str¶
- table_arn: str¶
- table_creation_parameters: str¶
- table_name: str¶
- transaction_statments: str¶
- class aapi.integration_factory.jobs.JobAwsEC2(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, operations: str = None, instance_id: str = None, placement_availability_zone: str = None, instance_type: str = None, instance_name: str = None, subnet_id: str = None, key_name: str = None, image_id: str = None, number_of_copies: str = None, launch_template_id: str = None, idempotent_token: str = None, tolerance: str = None, verification_poll_interval: str = None, get_instances_logs: str = None)¶
Bases:
Job
- connection_profile: str¶
- get_instances_logs: str¶
- idempotent_token: str¶
- image_id: str¶
- instance_id: str¶
- instance_name: str¶
- instance_type: str¶
- key_name: str¶
- launch_template_id: str¶
- number_of_copies: str¶
- object_name: str¶
- operations: str¶
- placement_availability_zone: str¶
- subnet_id: str¶
- tolerance: str¶
- verification_poll_interval: str¶
- class aapi.integration_factory.jobs.JobAwsECS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, ecs_cluster_name: str = None, ecs_task_definition: str = None, launch_type: str = None, assign_public_ip: str = None, network_security_groups: str = None, network_subnets: str = None, override_container: str = None, override_command: str = None, environment_variables: str = None, parameters: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- assign_public_ip: str¶
- connection_profile: str¶
- ecs_cluster_name: str¶
- ecs_task_definition: str¶
- environment_variables: str¶
- failure_tolerance: str¶
- launch_type: str¶
- network_security_groups: str¶
- network_subnets: str¶
- object_name: str¶
- output_job_logs: str¶
- override_command: str¶
- override_container: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAwsEMR(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, cluster_id: str = None, notebook_id: str = None, relative_path: str = None, notebook_execution_name: str = None, service_role: str = None, use_advanced_json_format: str = None, json_body: str = None, status_polling_frequency: str = None, tolerance: str = None)¶
Bases:
Job
- cluster_id: str¶
- connection_profile: str¶
- json_body: str¶
- notebook_execution_name: str¶
- notebook_id: str¶
- object_name: str¶
- relative_path: str¶
- service_role: str¶
- status_polling_frequency: str¶
- tolerance: str¶
- use_advanced_json_format: str¶
- class aapi.integration_factory.jobs.JobAwsGlue(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, glue_job_name: str = None, glue_job_arguments: str = None, arguments: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- arguments: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- glue_job_arguments: str¶
- glue_job_name: str¶
- object_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAwsGlueDataBrew(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_name: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- failure_tolerance: str¶
- job_name: str¶
- object_name: str¶
- output_job_logs: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAwsLambda(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_name: str = None, function_version: str = None, parameters: str = None, append_log_to_output: str = None)¶
Bases:
Job
- append_log_to_output: str¶
- connection_profile: str¶
- function_name: str¶
- function_version: str¶
- object_name: str¶
- parameters: str¶
- class aapi.integration_factory.jobs.JobAwsMainframeModernization(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, action: str = None, jcl_name: str = None, rerun_execution_id: str = None, secret_arn: str = None, from_step: str = None, from_proc_step: str = None, to_step: str = None, to_proc_step: str = None, retrieve_cloud_watch_logs: str = None, delay_logs_retrieval_: str = None, application_action: str = None, client_token: str = None, application_version: str = None, environment_id: str = None, latest_application_version: str = None, definition_s3_location: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- application_action: str¶
- application_name: str¶
- application_version: str¶
- client_token: str¶
- connection_profile: str¶
- definition_s3_location: str¶
- delay_logs_retrieval_: str¶
- environment_id: str¶
- failure_tolerance: str¶
- from_proc_step: str¶
- from_step: str¶
- jcl_name: str¶
- latest_application_version: str¶
- object_name: str¶
- rerun_execution_id: str¶
- retrieve_cloud_watch_logs: str¶
- secret_arn: str¶
- status_polling_frequency: str¶
- to_proc_step: str¶
- to_step: str¶
- class aapi.integration_factory.jobs.JobAwsQuickSight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, aws_dataset_id: str = None, refresh_type: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- aws_dataset_id: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- refresh_type: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAwsSNS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, message_type: str = None, topic_type: str = None, individual_type: str = None, target_arn: str = None, phone_number: str = None, json_message_structure: str = None, subject: str = None, message: str = None, message_deduplication_id: str = None, message_group_id: str = None, attributes: str = None, attribute1_name: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_value: str = None, sms_attributes: str = None, sender_identifier: str = None, sender_id: str = None, origination_number: str = None, max_price: str = None, sms_type: str = None, push_notifications_attributes: str = None, push_attribute1_name: str = None, push_attribute1_value: str = None, push_attribute2_name: str = None, push_attribute2_value: str = None, push_attribute3_name: str = None, push_attribute3_value: str = None, push_attribute4_name: str = None, push_attribute4_value: str = None, push_attribute5_name: str = None, push_attribute5_value: str = None)¶
Bases:
Job
- attribute1_name: str¶
- attribute1_value: str¶
- attribute2_name: str¶
- attribute2_value: str¶
- attribute3_name: str¶
- attribute3_value: str¶
- attributes: str¶
- connection_profile: str¶
- individual_type: str¶
- json_message_structure: str¶
- max_price: str¶
- message: str¶
- message_deduplication_id: str¶
- message_group_id: str¶
- message_type: str¶
- object_name: str¶
- origination_number: str¶
- phone_number: str¶
- push_attribute1_name: str¶
- push_attribute1_value: str¶
- push_attribute2_name: str¶
- push_attribute2_value: str¶
- push_attribute3_name: str¶
- push_attribute3_value: str¶
- push_attribute4_name: str¶
- push_attribute4_value: str¶
- push_attribute5_name: str¶
- push_attribute5_value: str¶
- push_notifications_attributes: str¶
- sender_id: str¶
- sender_identifier: str¶
- sms_attributes: str¶
- sms_type: str¶
- subject: str¶
- target_arn: str¶
- topic_type: str¶
- class aapi.integration_factory.jobs.JobAwsSQS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action_type: str = None, queue_type: str = None, parameters: str = None, queue_url: str = None, message_body: str = None, delay_seconds: str = None, message_deduplication_id: str = None, message_group_id: str = None, message_attributes: str = None, attribute1_name: str = None, attribute1_data_type: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_data_type: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_data_type: str = None, attribute3_value: str = None)¶
Bases:
Job
- action_type: str¶
- attribute1_data_type: str¶
- attribute1_name: str¶
- attribute1_value: str¶
- attribute2_data_type: str¶
- attribute2_name: str¶
- attribute2_value: str¶
- attribute3_data_type: str¶
- attribute3_name: str¶
- attribute3_value: str¶
- connection_profile: str¶
- delay_seconds: str¶
- message_attributes: str¶
- message_body: str¶
- message_deduplication_id: str¶
- message_group_id: str¶
- object_name: str¶
- parameters: str¶
- queue_type: str¶
- queue_url: str¶
- class aapi.integration_factory.jobs.JobAwsSageMaker(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, idempotency_token: str = None, add_parameters: str = None, parameters: str = None, retry_pipeline_execution: str = None, pipeline_execution_arn: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- add_parameters: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- pipeline_execution_arn: str¶
- pipeline_name: str¶
- retry_pipeline_execution: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAwsStepFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, execution_name: str = None, state_machine_arn: str = None, parameters: str = None, show_execution_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- execution_name: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- show_execution_logs: str¶
- state_machine_arn: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAzureBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, vault_resource_group: str = None, vault_name: str = None, vm_resource_group: str = None, vm_name: str = None, policy_name: str = None, include_or_exclude_disks: str = None, disk_list: str = None, restore_to_latest_recovery_point: str = None, recovery_point_name: str = None, storage_account_name: str = None, restore_region: str = None, status_polling_frequency: str = None, failure_tolerance_: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- disk_list: str¶
- failure_tolerance_: str¶
- include_or_exclude_disks: str¶
- object_name: str¶
- policy_name: str¶
- recovery_point_name: str¶
- restore_region: str¶
- restore_to_latest_recovery_point: str¶
- status_polling_frequency: str¶
- storage_account_name: str¶
- vault_name: str¶
- vault_resource_group: str¶
- vm_name: str¶
- vm_resource_group: str¶
- class aapi.integration_factory.jobs.JobAzureDataFactory(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, resource_group_name: str = None, data_factory_name: str = None, pipeline_name: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- data_factory_name: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_name: str¶
- resource_group_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAzureDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- databricks_job_id: str¶
- failure_tolerance: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAzureDevOps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, actions: str = None, pipeline_id: str = None, repository_path: str = None, variables: str = None, parameters: str = None, stages_to_skip: str = None, show_build_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- actions: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- project_name: str¶
- repository_path: str¶
- show_build_logs: str¶
- stages_to_skip: str¶
- status_polling_frequency: str¶
- variables: str¶
- class aapi.integration_factory.jobs.JobAzureFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_app: str = None, azure_resource: str = None, azure_resource_scope: str = None, function_name: str = None, optional_input_parameters: str = None, function_type: str = None, verification_poll_intervall: str = None, failure_tolerance: str = None, api_v_e_r_s_i_o_n: str = None)¶
Bases:
Job
- api_v_e_r_s_i_o_n: str¶
- azure_resource: str¶
- azure_resource_scope: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- function_app: str¶
- function_name: str¶
- function_type: str¶
- object_name: str¶
- optional_input_parameters: str¶
- verification_poll_intervall: str¶
- class aapi.integration_factory.jobs.JobAzureHDInsight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, parameters: str = None, bring_job_logs_to_output: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- bring_job_logs_to_output: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobAzureSynapse(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, parameters: str = None, status_polling_interval: str = None)¶
Bases:
Job
- connection_profile: str¶
- object_name: str¶
- parameters: str¶
- pipeline_name: str¶
- status_polling_interval: str¶
- class aapi.integration_factory.jobs.JobBoomiAtomsphere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, process_name: str = None, atom_name: str = None, polling_interval_frequency: str = None, tolerance: str = None)¶
Bases:
Job
- atom_name: str¶
- connection_profile: str¶
- object_name: str¶
- polling_interval_frequency: str¶
- process_name: str¶
- tolerance: str¶
- class aapi.integration_factory.jobs.JobCircleCI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, project_slug: str = None, workflow_id: str = None, pipeline_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- project_slug: str¶
- status_polling_frequency: str¶
- workflow_id: str¶
- class aapi.integration_factory.jobs.JobCommunicationSuite(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, slack_parameters: str = None, telegram_parameters: str = None, silent_message: str = None, protect_content: str = None, whats_app_parameters: str = None, teams_parameters: str = None)¶
Bases:
Job
- application_name: str¶
- connection_profile: str¶
- object_name: str¶
- protect_content: str¶
- silent_message: str¶
- slack_parameters: str¶
- teams_parameters: str¶
- telegram_parameters: str¶
- whats_app_parameters: str¶
- class aapi.integration_factory.jobs.JobControlMReports(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, control_m_report_name: str = None, set_download_file_name: str = None, report_file_format: str = None, agent_attachments_folder: str = None, download_destination_folder: str = None, replace_existing_file: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- agent_attachments_folder: str¶
- connection_profile: str¶
- control_m_report_name: str¶
- download_destination_folder: str¶
- failure_tolerance: str¶
- object_name: str¶
- replace_existing_file: str¶
- report_file_format: str¶
- set_download_file_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobDBT(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dbt_job_id: str = None, run_comment: str = None, override_job_commands: str = None, define_commands: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- dbt_job_id: str¶
- define_commands: str¶
- failure_tolerance: str¶
- object_name: str¶
- override_job_commands: str¶
- run_comment: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- databricks_job_id: str¶
- failure_tolerance: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobGCPBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, service_account__email_format: str = None, project_id: str = None, region: str = None, override_region: str = None, allowed_locations: str = None, job_name: str = None, priority: str = None, runnable_type: str = None, task_script_text: str = None, container_image_uri: str = None, entry_point: str = None, override_commands: str = None, commands: str = None, container_volumes: str = None, cpu: str = None, memory: str = None, maximum_retry_count: str = None, instance_policy: str = None, machine_type: str = None, provisioning_model: str = None, machine_template: str = None, log_policy: str = None, use_advanced_json_format: str = None, json_format: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- allowed_locations: str¶
- commands: str¶
- connection_profile: str¶
- container_image_uri: str¶
- container_volumes: str¶
- cpu: str¶
- entry_point: str¶
- instance_policy: str¶
- job_name: str¶
- json_format: str¶
- log_policy: str¶
- machine_template: str¶
- machine_type: str¶
- maximum_retry_count: str¶
- memory: str¶
- object_name: str¶
- override_commands: str¶
- override_region: str¶
- priority: str¶
- project_id: str¶
- provisioning_model: str¶
- region: str¶
- runnable_type: str¶
- service_account__email_format: str¶
- status_polling_frequency: str¶
- task_script_text: str¶
- use_advanced_json_format: str¶
- class aapi.integration_factory.jobs.JobGCPBigQuery(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, dataset_name: str = None, action: str = None, run_select_query_and_copy_to_table: str = None, table_name: str = None, sql_statement: str = None, query_parameters: str = None, routine: str = None, extract_as: str = None, copy_operation_type: str = None, source_tables_properties: str = None, destination_source_bucket_uris: str = None, destination_table_properties: str = None, show_load_options: str = None, load_options: str = None, job_timeout: str = None, connection_timeout: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- connection_timeout: str¶
- copy_operation_type: str¶
- dataset_name: str¶
- destination_source_bucket_uris: str¶
- destination_table_properties: str¶
- extract_as: str¶
- job_timeout: str¶
- load_options: str¶
- object_name: str¶
- project_name: str¶
- query_parameters: str¶
- routine: str¶
- run_select_query_and_copy_to_table: str¶
- show_load_options: str¶
- source_tables_properties: str¶
- sql_statement: str¶
- status_polling_frequency: str¶
- table_name: str¶
- class aapi.integration_factory.jobs.JobGCPCloudRun(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, job_name: str = None, overrides_specification: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- connection_profile: str¶
- job_name: str¶
- location: str¶
- object_name: str¶
- overrides_specification: str¶
- project_id: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobGCPComposer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- d_a_g_name: str¶
- d_a_g_run_id: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobGCPDataFusion(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, region: str = None, project_name: str = None, instance_name: str = None, name_space_id: str = None, pipeline_name: str = None, runtime_parameters: str = None, get_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- failure_tolerance: str¶
- get_logs: str¶
- instance_name: str¶
- name_space_id: str¶
- object_name: str¶
- pipeline_name: str¶
- project_name: str¶
- region: str¶
- runtime_parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobGCPDataflow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, region: str = None, template_type: str = None, template_location_gs_: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, log_level: str = None)¶
Bases:
Job
- connection_profile: str¶
- log_level: str¶
- object_name: str¶
- parameters__json_format: str¶
- project_id: str¶
- region: str¶
- template_location_gs_: str¶
- template_type: str¶
- verification_poll_interval_in_seconds: str¶
- class aapi.integration_factory.jobs.JobGCPDataplex(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, action: str = None, scan_name: str = None, lake_name: str = None, task_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- lake_name: str¶
- location: str¶
- object_name: str¶
- project_id: str¶
- scan_name: str¶
- status_polling_frequency: str¶
- task_name: str¶
- class aapi.integration_factory.jobs.JobGCPDataprep(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, parameters: str = None, execute_job_with_idempotency_token: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- execute_job_with_idempotency_token: str¶
- failure_tolerance: str¶
- flow_name: str¶
- idempotency_token: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobGCPDataproc(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, account_region: str = None, dataproc_task_type: str = None, batch_id: str = None, request_id: str = None, workflow_template: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, tolerance: str = None)¶
Bases:
Job
- account_region: str¶
- batch_id: str¶
- connection_profile: str¶
- dataproc_task_type: str¶
- object_name: str¶
- parameters__json_format: str¶
- project_id: str¶
- request_id: str¶
- tolerance: str¶
- verification_poll_interval_in_seconds: str¶
- workflow_template: str¶
- class aapi.integration_factory.jobs.JobGCPDeploymentManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, action: str = None, deployment_name: str = None, yaml_config_content: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- deployment_name: str¶
- failure_tolerance: str¶
- object_name: str¶
- project_id: str¶
- status_polling_frequency: str¶
- yaml_config_content: str¶
- class aapi.integration_factory.jobs.JobGCPFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, function_name: str = None, function_parameters: str = None, url_parameters: str = None, body: str = None, status_polling_frequency: str = None, failure_tolerance: str = None, get_logs: str = None)¶
Bases:
Job
- body: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- function_name: str¶
- function_parameters: str¶
- get_logs: str¶
- location: str¶
- object_name: str¶
- project_id: str¶
- status_polling_frequency: str¶
- url_parameters: str¶
- class aapi.integration_factory.jobs.JobGCPVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, zone: str = None, operation: str = None, template_name: str = None, instance_name: str = None, parameters: str = None, verification_poll_interval: str = None, tolerance: str = None, get_logs: str = None)¶
Bases:
Job
- connection_profile: str¶
- get_logs: str¶
- instance_name: str¶
- object_name: str¶
- operation: str¶
- parameters: str¶
- project_id: str¶
- template_name: str¶
- tolerance: str¶
- verification_poll_interval: str¶
- zone: str¶
- class aapi.integration_factory.jobs.JobGCPWorkflows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, workflow_name: str = None, parameters_json_input: str = None, execution_label: str = None, show_workflow_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- connection_profile: str¶
- execution_label: str¶
- failure_tolerance: str¶
- location: str¶
- object_name: str¶
- parameters_json_input: str¶
- project_id: str¶
- show_workflow_results: str¶
- status_polling_frequency: str¶
- workflow_name: str¶
- class aapi.integration_factory.jobs.JobInformaticaCS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_type: str = None, use_federation_id: str = None, task_name: str = None, folder_path: str = None, taskflow_job_name: str = None, task_flow_url: str = None, rerun_suspended_taskflow: str = None, rerun_run_id: str = None, input_fields: str = None, call_back_url: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- call_back_url: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- folder_path: str¶
- input_fields: str¶
- object_name: str¶
- rerun_run_id: str¶
- rerun_suspended_taskflow: str¶
- status_polling_frequency: str¶
- task_flow_url: str¶
- task_name: str¶
- task_type: str¶
- taskflow_job_name: str¶
- use_federation_id: str¶
- class aapi.integration_factory.jobs.JobJenkins(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, add_parameters: str = None, parameters: List[str] = None, add_branch_name: str = None, branch_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- add_branch_name: str¶
- add_parameters: str¶
- branch_name: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: List[str]¶
- pipeline_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobKubernetes(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_spec_yaml: str = None, job_spec_parameters: str = None, get_pod_logs: str = None, os_exit_code: str = None, job_cleanup: str = None, job_status_polling_interval: str = None)¶
Bases:
Job
- connection_profile: str¶
- get_pod_logs: str¶
- job_cleanup: str¶
- job_spec_parameters: str¶
- job_spec_yaml: str¶
- job_status_polling_interval: str¶
- object_name: str¶
- os_exit_code: str¶
- class aapi.integration_factory.jobs.JobMicroFocusLinux(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)¶
Bases:
Job
- additional_variables: str¶
- advanced_restart_parameters: str¶
- auto_adjust_restart: str¶
- connection_profile: str¶
- enable_jcl_variables: str¶
- from_step_proc: str¶
- jcl_filename: str¶
- modified_jcl_path_and_filename: str¶
- object_name: str¶
- pds: str¶
- recapture_abend_codes: str¶
- recapture_cond_codes: str¶
- rerun_job_id: str¶
- restart_on_rerun: str¶
- restart_with_modified_jcl: str¶
- set_mf_ucc11: str¶
- step_specific_condition_codes: str¶
- to_step_proc: str¶
- class aapi.integration_factory.jobs.JobMicroFocusWindows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)¶
Bases:
Job
- additional_variables: str¶
- advanced_restart_parameters: str¶
- auto_adjust_restart: str¶
- connection_profile: str¶
- enable_jcl_variables: str¶
- from_step_proc: str¶
- jcl_filename: str¶
- modified_jcl_path_and_filename: str¶
- object_name: str¶
- pds: str¶
- recapture_abend_codes: str¶
- recapture_cond_codes: str¶
- rerun_job_id: str¶
- restart_on_rerun: str¶
- restart_with_modified_jcl: str¶
- set_mf_ucc11: str¶
- step_specific_condition_codes: str¶
- to_step_proc: str¶
- class aapi.integration_factory.jobs.JobMicrosoftPowerBI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dataset_refresh_pipeline_deployment: str = None, workspace_name: str = None, workspace_id: str = None, dataset_id: str = None, parameters: str = None, connection_timeout: str = None, status_polling_frequency: str = None, pipeline_id: str = None)¶
Bases:
Job
- connection_profile: str¶
- connection_timeout: str¶
- dataset_id: str¶
- dataset_refresh_pipeline_deployment: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- status_polling_frequency: str¶
- workspace_id: str¶
- workspace_name: str¶
- class aapi.integration_factory.jobs.JobMicrosoftPowerBISP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, workspace_id: str = None, dataset_id: str = None, dataflow_id: str = None, workspace_id__s_p: str = None, dataset_id__s_p: str = None, dataflow_id__s_p: str = None, parameters: str = None, pipeline_id: str = None, pipeline_id__s_p: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- dataflow_id: str¶
- dataflow_id__s_p: str¶
- dataset_id: str¶
- dataset_id__s_p: str¶
- failure_tolerance: str¶
- object_name: str¶
- parameters: str¶
- pipeline_id: str¶
- pipeline_id__s_p: str¶
- status_polling_frequency: str¶
- workspace_id: str¶
- workspace_id__s_p: str¶
- class aapi.integration_factory.jobs.JobOCIDataFlow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, compartment_ocid: str = None, application_ocid: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- application_ocid: str¶
- compartment_ocid: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- object_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobOCIDataScience(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, parameters: str = None, model_deployment_id: str = None, notebook_session_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- model_deployment_id: str¶
- notebook_session_id: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobOCIVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, instance_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- failure_tolerance: str¶
- instance_id: str¶
- object_name: str¶
- parameters: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobPagerDuty(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, incident_id: str = None, email_address: str = None, parameters: str = None, duration: str = None, title: str = None, service_id: str = None, urgency: str = None, incident_key: str = None, incident_body: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- duration: str¶
- email_address: str¶
- incident_body: str¶
- incident_id: str¶
- incident_key: str¶
- object_name: str¶
- parameters: str¶
- service_id: str¶
- title: str¶
- urgency: str¶
- class aapi.integration_factory.jobs.JobQlikCloud(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, reload_type: str = None, app_id: str = None, print_log_to_output: str = None, status_polling_frequency: str = None, tolerance: str = None)¶
Bases:
Job
- app_id: str¶
- connection_profile: str¶
- object_name: str¶
- print_log_to_output: str¶
- reload_type: str¶
- status_polling_frequency: str¶
- tolerance: str¶
- class aapi.integration_factory.jobs.JobRabbitMQ(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, vhost: str = None, exchange: str = None, routing_key: str = None, message_to_publish: str = None, message_encoding: str = None, properties: str = None, queue: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- exchange: str¶
- message_encoding: str¶
- message_to_publish: str¶
- object_name: str¶
- properties: str¶
- queue: str¶
- routing_key: str¶
- vhost: str¶
- class aapi.integration_factory.jobs.JobSnowflake(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, database: str = None, schema: str = None, action: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, snowpipe_name: str = None, start_or_pause_snowpipe: str = None, stage_location: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, load_sql_file: str = None, statement_timeout: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, status_polling_frequency: str = None)¶
Bases:
Job
- action: str¶
- activity_options: str¶
- add_condition: str¶
- bindings: str¶
- connection_profile: str¶
- copy_destination: str¶
- create_table_name: str¶
- database: str¶
- days_back: str¶
- file_format: str¶
- from_location: str¶
- from_storage_integration: str¶
- from_table: str¶
- load_sql_file: str¶
- object_name: str¶
- overwrite: str¶
- parameters: str¶
- procedure_argument: str¶
- query: str¶
- query_input: str¶
- query_to_location: str¶
- role: str¶
- schema: str¶
- show_more_options: str¶
- show_output: str¶
- snowflake_sql_statement: str¶
- snowpipe_name: str¶
- stage_location: str¶
- stage_name: str¶
- stage_url: str¶
- start_or_pause_snowpipe: str¶
- statement_timeout: str¶
- status_file_cloud_location_path: str¶
- status_polling_frequency: str¶
- stoarge_integration_for_location: str¶
- storage_integration: str¶
- stored_procedure_name: str¶
- table_name: str¶
- warehouse: str¶
- class aapi.integration_factory.jobs.JobTableau(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, datasource_name: str = None, flow_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- connection_profile: str¶
- datasource_name: str¶
- failure_tolerance: str¶
- flow_name: str¶
- object_name: str¶
- status_polling_frequency: str¶
- class aapi.integration_factory.jobs.JobTalendDataManagement(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_plan_execution: str = None, task_name: str = None, parameters: str = None, log_level: str = None, bring_logs_to_output: str = None, task_polling_intervals: str = None, plan_name: str = None, plan_polling_intervals: str = None)¶
Bases:
Job
- bring_logs_to_output: str¶
- connection_profile: str¶
- log_level: str¶
- object_name: str¶
- parameters: str¶
- plan_name: str¶
- plan_polling_intervals: str¶
- task_name: str¶
- task_plan_execution: str¶
- task_polling_intervals: str¶
- class aapi.integration_factory.jobs.JobTalendOAuth(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, task_executable: str = None, environment_id: str = None, task_name: str = None, parameters: str = None, log_level: str = None, task_timeout: str = None, append_task_logs_to_output: str = None, plan_executable: str = None, append_failed_plan_logs_to_output: str = None, rerun_only_failed_tasks: str = None, execution_plan_id: str = None, step_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)¶
Bases:
Job
- action: str¶
- append_failed_plan_logs_to_output: str¶
- append_task_logs_to_output: str¶
- connection_profile: str¶
- environment_id: str¶
- execution_plan_id: str¶
- failure_tolerance: str¶
- log_level: str¶
- object_name: str¶
- parameters: str¶
- plan_executable: str¶
- rerun_only_failed_tasks: str¶
- status_polling_frequency: str¶
- step_id: str¶
- task_executable: str¶
- task_name: str¶
- task_timeout: str¶
- class aapi.integration_factory.jobs.JobWebServicesREST(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, method: str = None, url_request_path: str = None, ws_rest_body: WsRestBody = None, url_parameters: List[str] = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)¶
Bases:
Job
- class WsRestBody(*, request_definition: str = None, body_request: str = None, file_name: str = None)¶
Bases:
AAPIObject
- body_request: str¶
- file_name: str¶
- request_definition: str¶
- append_request: str¶
- append_response: str¶
- connection_profile: str¶
- connection_timeout: str¶
- endpoint_url: str¶
- http_headers: List[str]¶
- method: str¶
- object_name: str¶
- output_handling: List[str]¶
- url_parameters: List[str]¶
- url_request_path: str¶
- ws_rest_body: WsRestBody¶
- class aapi.integration_factory.jobs.JobWebServicesSOAP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, soap_action: str = None, soap_request: SoapRequest = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)¶
Bases:
Job
- class SoapRequest(*, request_definition: str = None, file_name: str = None, soap_request_field: str = None)¶
Bases:
AAPIObject
- file_name: str¶
- request_definition: str¶
- soap_request_field: str¶
- append_request: str¶
- append_response: str¶
- connection_profile: str¶
- connection_timeout: str¶
- endpoint_url: str¶
- http_headers: List[str]¶
- object_name: str¶
- output_handling: List[str]¶
- soap_action: str¶
- soap_request: SoapRequest¶