id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-status-response |
StatusResponse |
StatusResponse |
StatusResponse |
pythonsdk |
| python |
| Python |
| sdk |
| StatusResponse |
| V2025StatusResponse |
|
/tools/sdk/python/v2025/models/status-response |
| SDK |
| Software Development Kit |
| StatusResponse |
| V2025StatusResponse |
|
StatusResponse
Response model for connection check, configuration test and ping of source connectors.
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
ID of the source |
[optional] [readonly] |
| name |
str |
Name of the source |
[optional] [readonly] |
| status |
Enum [ 'SUCCESS', 'FAILURE' ] |
The status of the health check. |
[optional] [readonly] |
| elapsed_millis |
int |
The number of milliseconds spent on the entire request. |
[optional] [readonly] |
| details |
object |
The document contains the results of the health check. The schema of this document depends on the type of source used. |
[optional] [readonly] |
| } |
|
|
|
Example
[Back to top]