Queries the published versions of a task flow.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DagId | long | Yes | The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain the ID of the task flow. | 7*** |
PageIndex | integer | Yes | The number of the page to return. | 1 |
PageSize | integer | Yes | The number of entries to return on each page. | 20 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C7775630-7901-51B9-8782-9B585EC0799A",
"ErrorCode": "403",
"ErrorMessage": "UnknownError",
"Success": true,
"TotalCount": 1,
"DagVersionList": {
"DagVersion": [
{
"DagName": "Spark SQL",
"DagOwnerId": "51****",
"DagOwnerNickName": "name",
"VersionComments": "test_OSS",
"VersionId": 0,
"LastVersionId": 0
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history