ListAirflowVersions
Lists the available Airflow versions.
Operation description
Lists the available Airflow versions.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
Yes |
The ID of the DMS workspace. |
8630242382**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
67E910F2-4B62-5B0C-ACA3-7547695C**** |
| AccessDeniedDetail |
string |
The reason for the access denial. |
NOT_FOUND |
| Root |
array |
The version list. |
|
|
string |
The details of an entry in the version list. |
{'Responses': {'responses': [{'Uuid': 'af-63ly5o1yuf076ifrpbxpka396', 'Success': True}]}} |
|
| Message |
string |
The error message. |
This record is being collected, please wait for a moment. |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| ErrorCode |
string |
The error code for a failed request. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "67E910F2-4B62-5B0C-ACA3-7547695C****",
"AccessDeniedDetail": "NOT_FOUND",
"Root": [
"{'Responses': {'responses': [{'Uuid': 'af-63ly5o1yuf076ifrpbxpka396', 'Success': True}]}}"
],
"Message": "This record is being collected, please wait for a moment.",
"HttpStatusCode": 200,
"ErrorCode": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.