Memanggil operasi GetTaskFlowGraph untuk mengkueri DAG alur tugas.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:GetTaskFlowGraph |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
ID penyewa. Catatan
Untuk mendapatkan ID penyewa, arahkan penunjuk ke foto profil di sudut kanan atas Konsol Data Management (DMS). Untuk informasi lebih lanjut, lihat Melihat informasi tentang penyewa saat ini. |
3*** |
| DagId |
integer |
Yes |
ID alur tugas. Anda dapat memanggil operasi ListTaskFlow atau ListLhTaskFlowAndScenario untuk mengkueri ID alur tugas. |
15*** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
D9D91166-A626-5F4E-9CA6-7AB10C59DBD8 |
| ErrorCode |
string |
Kode kesalahan. |
UnknownError |
| ErrorMessage |
string |
Paket kesalahan. |
UnknownError |
| Success |
boolean |
Apakah permintaan berhasil. Nilai valid:
|
true |
| TaskFlowGraph |
object |
Daftar variabel DAG alur tugas. |
|
| DagName |
string |
Nama alur tugas. |
test |
| Nodes |
object |
||
| Node |
array<object> |
The node list of the task flow. |
|
|
object |
|||
| DagId |
integer |
The ID of the task flow. |
15*** |
| NodeId |
integer |
The ID of the node. |
44*** |
| NodeName |
string |
The name of the node. |
test |
| NodeType |
integer |
The type of the node. For more information about the valid values for this parameter, see NodeType parameter. |
NORMAL_SQL |
| NodeContent |
string |
The configuration of the node. |
{ODI3OTNRVC****UHVFT29"} |
| TimeVariables |
string |
The time variables for the node. |
{\"variables\":[{\"name\":\"Today\",\"pattern\":\"yyyy-MM-dd|+1d\"}]} |
| NodeConfig |
string |
The advanced configuration of the node. |
{\"dbId\":39****,\"dbType\":\"mysql\",\"locale\":\"zh\",\"sql\":\"/* 请确认以下SQL符合您的变更需求,务必确认无误后再提交执行 */\\n\\nCREATE TABLE IF NOT EXISTS `momo_weekGather` (\\n\\t`id` bigint AUTO_INCREMENT DEFAULT '0',\\n\\t`age` bit NULL,\\n\\t`action` varchar(150) NULL,\\n\\t`elapse_time` datetime NULL,\\n\\tPRIMARY KEY (`id`)\\n) ENGINE=InnoDB\\nDEFAULT CHARACTER SET=utf8;\"} |
| GraphParam |
string |
The position of the node in the DAG. |
{\"x\":541,\"y\":322,\"layoutType\":\"Horizontal\"} |
| Edges |
object |
||
| Edge |
array<object> |
The list of task flow edges. |
|
|
object |
|||
| DagId |
integer |
The ID of the task flow. |
15*** |
| Id |
integer |
The ID of the task flow edge. |
24*** |
| NodeEnd |
integer |
The ID of the end node on the edge. |
44*** |
| NodeFrom |
integer |
The ID of the start node on the edge. |
44*** |
| Status |
integer |
Status alur tugas. Nilai valid:
|
2 |
| CanEdit |
boolean |
Apakah alur tugas dapat diedit. Nilai valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D9D91166-A626-5F4E-9CA6-7AB10C59DBD8",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"TaskFlowGraph": {
"DagName": "test",
"Nodes": {
"Node": [
{
"DagId": 0,
"NodeId": 0,
"NodeName": "test",
"NodeType": 0,
"NodeContent": "{ODI3OTNRVC****UHVFT29\"}",
"TimeVariables": "{\\\"variables\\\":[{\\\"name\\\":\\\"Today\\\",\\\"pattern\\\":\\\"yyyy-MM-dd|+1d\\\"}]}",
"NodeConfig": "{\\\"dbId\\\":39****,\\\"dbType\\\":\\\"mysql\\\",\\\"locale\\\":\\\"zh\\\",\\\"sql\\\":\\\"/* 请确认以下SQL符合您的变更需求,务必确认无误后再提交执行 */\\\\n\\\\nCREATE TABLE IF NOT EXISTS `momo_weekGather` (\\\\n\\\\t`id` bigint AUTO_INCREMENT DEFAULT '0',\\\\n\\\\t`age` bit NULL,\\\\n\\\\t`action` varchar(150) NULL,\\\\n\\\\t`elapse_time` datetime NULL,\\\\n\\\\tPRIMARY KEY (`id`)\\\\n) ENGINE=InnoDB\\\\nDEFAULT CHARACTER SET=utf8;\\\"}",
"GraphParam": "{\\\"x\\\":541,\\\"y\\\":322,\\\"layoutType\\\":\\\"Horizontal\\\"}"
}
]
},
"Edges": {
"Edge": [
{
"DagId": 0,
"Id": 0,
"NodeEnd": 0,
"NodeFrom": 0
}
]
},
"Status": 2,
"CanEdit": true
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.