Consulte les informations de la tâche d'un ticket.
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:GetPagedInstance |
get |
*All Resource
|
Aucune | Aucune |
Paramètres de requête
|
Paramètre |
Type |
Requis |
Description |
Exemple |
| OrderId |
integer |
Oui |
L'identifiant du ticket d'archivage de données. |
868***** |
| 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 la section Afficher les informations sur le locataire actuel du sujet « Gérer les locataires DMS ». |
3*** |
Éléments de réponse
|
Élément |
Type |
Description |
Exemple |
|
object |
|||
| TraceId |
string |
L'identifiant de trace, utilisé pour suivre la requête. |
0a06e1e316757357507896067d3780 |
| Success |
boolean |
Indique si la requête a réussi. Valeurs valides :
|
true |
| ErrorMessage |
string |
Le message d'erreur renvoyé si la requête a échoué. |
UnknownError |
| ErrorCode |
string |
Le code d'erreur renvoyé si la requête a échoué. |
UnknownError |
| PageIndex |
integer |
Le numéro de page. |
1 |
| RequestId |
string |
L'identifiant de la requête. Vous pouvez utiliser l'identifiant de la requête pour interroger les journaux et résoudre les problèmes. |
7FAD400F-7A5C-4193-8F9A-39D86C4F0231 |
| PageSize |
integer |
Le nombre d'entrées à renvoyer sur chaque page. |
10 |
| Total |
integer |
Le nombre total d'instances. |
2 |
| Data |
object |
Les données renvoyées. |
|
| Instance |
array<object> |
Les informations sur la tâche. |
|
|
object |
Les détails de la tâche. |
||
| BusinessTime |
string |
The data timestamp of the task node. |
2023-05-14 16:00:57 |
| CheckStatus |
integer |
The state of archived data verification. Valid values:
|
3 |
| DagId |
integer |
The unique ID of the task flow. |
33*** |
| Delete |
string |
Indicates whether the source data is deleted. Valid values:
|
false |
| EndTime |
string |
The time when the task ended. |
2023-04-23 10:23:20 |
| GmtCreate |
string |
The time when the task flow was created. |
2023-03-28 10:50:45 |
| GmtModified |
string |
The time when the task flow was last modified. |
2023-04-18 15:28:16 |
| HistoryDagId |
integer |
The ID of the historical task flow. |
68*** |
| Id |
integer |
The task flow ID. |
24**** |
| LastRunningContext |
string |
The context of the last execution of the task flow. |
{”nodes":[11***,11***]"} |
| Msg |
string |
The details of the current task execution. |
”归档任务日志:xxxx“ |
| Status |
integer |
The state of the archiving task.
|
1 |
| TaskType |
integer |
The task type. Valid values:
|
1 |
| TenantId |
string |
The ID of the tenant. |
34*** |
| TriggerType |
integer |
The mode in which the task flow is triggered. Valid values:
|
1 |
| Version |
string |
The version number. |
13*** |
Exemples
JSON format
{
"TraceId": "0a06e1e316757357507896067d3780",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"PageIndex": 1,
"RequestId": "7FAD400F-7A5C-4193-8F9A-39D86C4F0231",
"PageSize": 10,
"Total": 2,
"Data": {
"Instance": [
{
"BusinessTime": "2023-05-14 16:00:57",
"CheckStatus": 3,
"DagId": 0,
"Delete": "false",
"EndTime": "2023-04-23 10:23:20",
"GmtCreate": "2023-03-28 10:50:45",
"GmtModified": "2023-04-18 15:28:16",
"HistoryDagId": 0,
"Id": 0,
"LastRunningContext": "{”nodes\":[11***,11***]\"}",
"Msg": "”归档任务日志:xxxx“",
"Status": 1,
"TaskType": 1,
"TenantId": "34***",
"TriggerType": 1,
"Version": "13***"
}
]
}
}
Codes d'erreur
Consultez Codes d'erreur pour la liste complète.
Notes de version
Consultez Notes de version pour la liste complète.