You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**name** | **str** | The name of the connection check job. | [optional]
8
-
**mode** | **object** | This value will always be `check`. | [optional]
8
+
**mode** | **str** | This value will always be `check`. | [optional]
9
+
**status** | **str** | The status of the connection check job. Possible values are: - running - succeeded - failed | [optional]
10
+
**start_time** | **str** | The date and time the connection check job started. | [optional]
11
+
**completion_time** | **str** | The date and time the connection check job was completed. | [optional]
12
+
**error** | **bool** | Indicates if the connection check job resulted in an error. This will be true if any of the exit_status properties are non-zero. | [optional]
13
+
**check_exit_status** | **int** | The exit status of the connection check job. Possible values are: null - The connection check job is still running 0 - The connection check job was successful 1 - The connection check job was unsuccessful | [optional]
14
+
**discovery_exit_status** | **int** | The exit status of the discovery portion of the connection check job. Possible values are: null - Job is still running 0 - Job was successful Any non-zero value - Discovery failed | [optional]
15
+
**discovery_error_message** | **str** | Exception message raised when discovery failed during the connection check job. If successful, this will be null. | [optional]
16
+
**tap_exit_status** | **int** | The exit status of the tap. Possible values are: null - Tap is still running 0 - Tap was successful Any non-zero value - Tap failed | [optional]
17
+
**tap_error_message** | **str** | Exception message raised when extraction failed during the job. If successful, this will be null. | [optional]
18
+
**target_exit_status** | **int** | The exit status of the target portion of the connection check job. Possible values are: null - Target is still running 0 - Target was successful Any non-zero value - Target failed | [optional]
19
+
**target_error_message** | **str** | This value will always be null. | [optional]
9
20
10
21
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments