アプリケーション監視の API オペレーションをページ単位で照会します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RegionId |
string |
必須 |
リージョン ID。 |
cn-hangzhou |
| StartTime |
integer |
任意 |
照会する時間範囲の開始時刻。単位:ミリ秒。 |
1600063200000 |
| EndTime |
integer |
任意 |
照会する時間範囲の終了時刻。単位:ミリ秒。 |
1600066800000 |
| CurrentPage |
integer |
任意 |
返されるページのページ番号。 |
1 |
| PageSize |
integer |
任意 |
各ページで返すエントリ数。このパラメーターはサポートされなくなりました。各ページで返すエントリ数。デフォルト値:10。 |
10 |
| IntervalMills |
integer |
任意 |
照会するデータシャード間の時間間隔。単位:ミリ秒。最小値:60000。最大値:2147483647。 |
60000 |
| PId |
string |
必須 |
アプリケーションのプロセス識別子 (PID)。PID の取得方法については、「アプリケーションの PID の取得」をご参照ください。 |
a2n80plglh@745eddxxx |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Code |
integer |
リクエストに対して返される HTTP ステータスコード。有効な値:
|
200 |
| Message |
string |
返されたメッセージ。 |
message |
| RequestId |
string |
リクエスト ID。 |
B6A00968-82A8-4F14-9D1B-B53827DB**** |
| Success |
boolean |
呼び出しが成功したかどうかを示します。有効な値:
|
true |
| Data |
object |
返された構造体。 |
|
| PageSize |
integer |
ページごとに返されるエントリ数。 |
10 |
| Total |
string |
返されたエントリの総数。 |
2 |
| Page |
integer |
返されたページのページ番号。 |
1 |
| Completed |
boolean |
完了したかどうか。 |
false |
| Items |
array<object> |
データエントリ。 |
|
|
object |
返されたデータエントリ。 |
[] |
例
成功レスポンス
JSONJSON
{
"Code": 200,
"Message": "message",
"RequestId": "B6A00968-82A8-4F14-9D1B-B53827DB****",
"Success": true,
"Data": {
"PageSize": 10,
"Total": "2",
"Page": 1,
"Completed": false,
"Items": [
[]
]
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 452 | OperationTimeOut | The system timed out when processing the current request. The request may involve too many resources and the system cannot complete the processing within the limited time. Please adjust the relevant conditions and try again. | |
| 400 | ParameterIllegal | The specified parameter is invalid. | |
| 400 | ParameterRegionIllegal | The specified region is invalid. | |
| 500 | InternalError | Internal error. Please try again. Contact the DingTalk service account if the issue persists after multiple retries. | |
| 403 | RetcodeDailyCustomLimit | Usage today has exceeded the custom limit. The current operation is prohibited. | |
| 403 | RetcodeDailyFreeLimit | Usage today has exceeded the Essential Edition limit. The current operation is prohibited. | |
| 404 | AppNotExist | The application does not exist. | |
| 404 | RunningTaskNotExist | Application data collection task does not exist or has been stopped. | |
| 429 | OperationIsThrottled | The backend service cannot fully process the current request. The returned result may be incomplete. Adjust the operation conditions and try again. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。