Consulte le graphe acyclique orienté (DAG) d'un flux de tâches.
Testez maintenant
Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale. Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale.
Test
Autorisation RAM
|
dms:GetTaskFlowGraph |
get |
*All Resource
|
Aucune | Aucune |
Paramètres de requête
|
Paramètre |
Type |
Requis |
Description |
Exemple |
| Tid |
integer |
Non |
L'identifiant du locataire. Remarque
Pour consulter l'identifiant du locataire, accédez à la console Data Management (DMS) et placez le pointeur sur la photo de profil dans le coin supérieur droit. Pour plus d'informations, consultez Afficher les informations sur le locataire actuel. |
3*** |
| DagId |
integer |
Oui |
L'identifiant du flux de tâches. Vous pouvez appeler l'opération ListTaskFlow ou ListLhTaskFlowAndScenario pour interroger l'identifiant du flux de tâches. |
15*** |
Éléments de réponse
|
Élément |
Type |
Description |
Exemple |
|
object |
|||
| RequestId |
string |
L'identifiant de la requête. |
D9D91166-A626-5F4E-9CA6-7AB10C59DBD8 |
| ErrorCode |
string |
Le code d'erreur renvoyé si la requête a échoué. |
UnknownError |
| ErrorMessage |
string |
Le message d'erreur renvoyé si la requête a échoué. |
UnknownError |
| Success |
boolean |
Indique si la requête a réussi. Valeurs valides :
|
true |
| TaskFlowGraph |
object |
La liste des variables DAG du flux de tâches. |
|
| DagName |
string |
Le nom du flux de tâches. |
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 |
L'état du flux de tâches. Valeurs valides :
|
2 |
| CanEdit |
boolean |
Indique si le flux de tâches est modifiable. Valeurs valides :
|
true |
Exemples
JSON format
{
"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
}
}
Codes d'erreur
Consultez Codes d'erreur pour la liste complète.
Notes de version
Consultez Notes de version pour la liste complète.