Obtaining Data Pipeline Details
Function
This API is used to obtain data pipeline details.
Calling Method
For details, see Calling APIs.
URI
GET /v1/{project_id}/workspaces/{workspace_id}/siem/pipes/{pipe_id}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Definition Project ID, which is used to specify the project that a resource belongs to. You can query the resources of a project by project ID. You can obtain the project ID from the API or console. Obtaining the Project ID Constraints N/A Value Range N/A Default value N/A |
|
workspace_id |
Yes |
String |
Workspace ID. |
|
pipe_id |
Yes |
String |
Pipeline ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Definition User token. You can obtain it by calling the IAM API for obtaining a user token. The user token is the value of X-Subject-Token in the response header. Obtaining a User Token Constraints N/A Range N/A Default Value N/A |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
category |
String |
Resource type, for example, STREAMING_TO_INDEX. |
|
create_by |
String |
Creator information. |
|
create_time |
Long |
Creation timestamp. |
|
delete_time |
Integer |
Deletion timestamp. |
|
description |
String |
Description. |
|
directory |
String |
Directory path. |
|
owner_type |
String |
Owner type, for example, USER. |
|
pipe_alias |
String |
Pipeline alias. |
|
pipe_id |
String |
Pipeline ID. |
|
pipe_name |
String |
Pipeline name. |
|
process_error |
String |
Processing error status, for example, NONE. |
|
process_status |
String |
Processing status, for example, COMPLETED. |
|
project_id |
String |
Project ID. |
|
resources |
Array of IsapResource objects |
Resource list. |
|
schema |
Schema object |
Format. |
|
storage_setting |
StorageSetting object |
Storage settings. |
|
update_by |
String |
Updater information. |
|
update_time |
Long |
Update timestamp. |
|
workspace_id |
String |
Workspace ID. |
|
Parameter |
Type |
Description |
|---|---|---|
|
category |
String |
Resource type, for example, STREAMING or INDEX. |
|
create_by |
String |
Creator information. |
|
create_time |
Integer |
Creation timestamp. |
|
data_classification |
String |
Data classification, for example, FACTUAL_DATA. |
|
data_layering |
String |
Data layers, for example, ODS. |
|
delete_time |
Integer |
Deletion timestamp. |
|
description |
String |
Description. |
|
directory |
String |
Directory path. |
|
display_setting |
display_setting object |
Display settings. |
|
format |
String |
Data format, for example, JSON. |
|
lock_status |
String |
Lock status, for example, UNLOCKED. |
|
owner_type |
String |
Owner type, for example, USER. |
|
pipe_id |
String |
Pipeline ID. |
|
process_error |
String |
Processing error status, for example, NONE. |
|
process_status |
String |
Processing status, for example, COMPLETED. |
|
project_id |
String |
Project ID. |
|
rw_type |
String |
Read/Write type, for example, READ_WRITE. |
|
schema |
Schema object |
Format. |
|
storage_setting |
StorageSetting object |
Storage settings. |
|
store_size_in_bytes |
Integer |
Storage size (in byte). |
|
table_alias |
String |
Table alias. |
|
table_id |
String |
Table ID. |
|
table_name |
String |
Table name. |
|
update_by |
String |
Updater information. |
|
update_time |
Integer |
Update timestamp. |
|
workspace_id |
String |
Workspace ID. |
|
Parameter |
Type |
Description |
|---|---|---|
|
columns |
Array of columns objects |
Column. |
|
format |
String |
Display format, for example, TABLE. |
|
Parameter |
Type |
Description |
|---|---|---|
|
column_alias |
String |
Column alias. |
|
column_name |
String |
Column name. |
|
display_by_default |
Boolean |
Whether to display by default. |
|
Parameter |
Type |
Description |
|---|---|---|
|
columns |
Array of columns objects |
Column. |
|
partition |
Array of strings |
Partition. |
|
primary_key |
Array of strings |
Primary key. |
|
time_filter |
String |
Time filter column. |
|
watermark_column |
String |
Watermark column. |
|
watermark_interval |
Number |
Watermark spacing. |
|
Parameter |
Type |
Description |
|---|---|---|
|
array |
Boolean |
Array or not. |
|
column_data_type |
String |
Column data type, for example, TIMESTAMP or INT. |
|
column_data_type_setting |
String |
Data type settings. |
|
column_name |
String |
Column name. |
|
column_sequence_number |
Integer |
Column No. |
|
column_type |
String |
Column type, for example, PHYSICAL. |
|
column_type_setting |
String |
Column type settings. |
|
depth |
Integer |
Depth. |
|
nullable |
Boolean |
Whether the value can be empty. |
|
own_name |
String |
In-house name. |
|
parent_name |
String |
Parent name. |
|
Parameter |
Type |
Description |
|---|---|---|
|
data_transformation_cu |
Number |
Data conversion CU. |
|
index_replicas |
Integer |
Number of index replicas. |
|
index_shards |
Integer |
Number of index shards. |
|
index_storage_period |
Integer |
Index storage period. |
|
index_storage_size |
Integer |
Index storage size. |
|
lake_storage_period |
Integer |
Lake storage period. |
|
streaming_bandwidth |
Number |
Streaming bandwidth. |
|
streaming_dataspace_id |
String |
Streaming data space ID. |
|
streaming_partition |
Integer |
Number of streaming partitions. |
|
streaming_retention_size |
Integer |
Reserved stream size. |
|
streaming_retention_time |
Integer |
Reserved stream time. |
Status code: 400
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Error code. |
|
error_msg |
String |
Error message. |
Example Requests
None
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Successful. |
|
400 |
Error response. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot