メタテーブルの出力情報を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
dataworks:* |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| PageNumber |
integer |
任意 |
ページ番号。有効な値: 1~30。デフォルト値: 1。 |
1 |
| PageSize |
integer |
任意 |
1ページあたりのエントリ数。デフォルト値: 10。最大値: 100。 |
10 |
| TableGuid |
string |
必須 |
メタテーブルの GUID。 |
odps.engine_name.table_name |
| StartDate |
string |
必須 |
開始日。 |
2020-06-27 |
| EndDate |
string |
必須 |
終了日。 |
2020-05-27 |
| TaskId |
string |
任意 |
タスク ID。 |
1048576 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| HttpStatusCode |
integer |
HTTP ステータスコード。 |
200 |
| ErrorMessage |
string |
エラーメッセージ。 |
The specified parameters are invalid. |
| RequestId |
string |
リクエスト ID。 |
0bc1ec92159376**** |
| Success |
boolean |
リクエストが成功したかどうかを示します。 |
true |
| ErrorCode |
string |
エラーコード。 |
1031203110005 |
| Data |
object |
ビジネスデータ。 |
|
| PageNumber |
integer |
ページ番号。有効な値: 1~30。デフォルト値: 1。 |
1 |
| PageSize |
integer |
1ページあたりのエントリ数。デフォルト値: 10。最大値: 100。 |
10 |
| TotalCount |
integer |
返されたエントリの合計数。 |
100 |
| DataEntityList |
array<object> |
パーティション。 |
|
|
object |
|||
| EndTime |
string |
終了時刻。 |
2020-01-01 00:01:00 |
| TaskInstanceId |
integer |
インスタンス ID。 |
3521 |
| StartTime |
string |
開始時刻。 |
2020-01-01 00:00:00 |
| ProjectId |
integer |
ワークスペース ID です。 |
333 |
| WaitTime |
string |
待機時間。 |
323 |
| TableGuid |
string |
MaxCompute テーブルの GUID。 |
odps.engine_name.table_name |
| TaskId |
string |
タスク ID。 |
1048576 |
例
成功レスポンス
JSONJSON
{
"HttpStatusCode": 200,
"ErrorMessage": "The specified parameters are invalid.",
"RequestId": "0bc1ec92159376****",
"Success": true,
"ErrorCode": "1031203110005",
"Data": {
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 100,
"DataEntityList": [
{
"EndTime": "2020-01-01 00:01:00",
"TaskInstanceId": 3521,
"StartTime": "2020-01-01 00:00:00",
"ProjectId": 333,
"WaitTime": "323",
"TableGuid": "odps.engine_name.table_name",
"TaskId": "1048576"
}
]
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter.Meta.CommonError | The specified parameter is invalid. | |
| 400 | InvalidParameter.Meta.Illegal | The app guid parameter is invalid. | |
| 400 | InvalidParameter.Meta.IllegalDate | The date format is invalid. | |
| 400 | InvalidParameter.Meta.IllegalPageError | The parameter for paging is invalid. | |
| 400 | InvalidParameter.Meta.NotExist | The object does not exist. | |
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 500 | InternalError.Meta.NoCalcEngine | An error occurred while retrieving the compute engine based on the MaxCompute project. | |
| 500 | InternalError.Meta.TenantTimeOut | Failed to connect to the interface network. | |
| 500 | InternalError.Meta.Unknown | An unknown error occurred while processing your request. | |
| 403 | Forbidden.Meta.NoTenant | The user is not the owner of any tenants. | |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。