コンテナ化アプリケーションのデプロイメント、リリース、ロールバックなどのステータス情報を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
esa:GetEdgeContainerAppStatus |
none |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| AppId |
string |
必須 |
アプリケーション ID。ListEdgeContainerApps 操作を呼び出すことで取得できます。 |
app-88068867578379**** |
| PublishEnv |
string |
任意 |
リリース環境。 有効な値: prod および staging。 |
staging |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。 |
15C66C7B-671A-4297-9187-2C4477247B78 |
| AppStatus |
object |
アプリケーションのステータス。 |
|
| PublishPercentage |
integer |
アプリケーションのリリース率。 |
50% |
| RollbackTime |
string |
最後のロールバックが実行された時間。 |
2024-07-25T05:58:05Z |
| PublishEnv |
string |
アプリケーションがリリースされた環境。 有効な値:
|
prod |
| PublishingVersion |
string |
アプリケーションのリリースバージョン。 |
ver-123123123123**** |
| BaseLineVersion |
string |
アプリケーションのベースバージョン。 |
ver-123123123123**** |
| PublishStatus |
string |
アプリケーションのリリースステータス。 有効な値:
|
pubishing |
| DeployTime |
string |
アプリケーションがデプロイされた時間。 時刻は、YYYY-MM-DDThh:mm:ssZ 形式の ISO 8601 標準に準拠しています。 時刻は協定世界時 (UTC) で表示されます。 |
2024-07-25T05:58:05Z |
| PublishTime |
string |
アプリケーションがリリースされた時間。 時刻は、YYYY-MM-DDThh:mm:ssZ 形式の ISO 8601 標準に準拠しています。 時刻は協定世界時 (UTC) で表示されます。 |
2024-07-25T05:58:05Z |
| DeployedVersion |
string |
アプリケーションのリリースバージョン。 |
ver-123123123123**** |
| ExpectPercentage |
integer |
アプリケーションに期待されるリリース率。 |
50% |
| DeployStatus |
string |
アプリケーションのデプロイステータス。
|
undeploy |
| UnDeployTime |
string |
アプリケーションのデプロイメントがキャンセルされた時間。 時刻は、YYYY-MM-DDThh:mm:ssZ 形式の ISO 8601 標準に準拠しています。 時刻は協定世界時 (UTC) で表示されます。 |
2024-07-25T05:58:05Z |
| PublishType |
string |
バージョンのリリース方法を指定します。 有効な値:
このパラメーターを指定しない場合、デフォルトではバージョンはパーセンテージでリリースされます。 |
percentage |
| Regions |
object |
||
| Region |
array |
バージョンがリリースされるリージョン。 |
|
|
string |
リージョン名。 |
jiangsu |
|
| FullRelease |
boolean |
バージョンを完全リリースするかどうかを指定します。 このパラメーターは、PublishType が region に設定されている場合にのみ有効です。 |
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247B78",
"AppStatus": {
"PublishPercentage": 0,
"RollbackTime": "2024-07-25T05:58:05Z\n",
"PublishEnv": "prod",
"PublishingVersion": "ver-123123123123****\n",
"BaseLineVersion": "ver-123123123123****\n",
"PublishStatus": "pubishing",
"DeployTime": "2024-07-25T05:58:05Z\n",
"PublishTime": "2024-07-25T05:58:05Z\n",
"DeployedVersion": "ver-123123123123****",
"ExpectPercentage": 0,
"DeployStatus": "undeploy",
"UnDeployTime": "2024-07-25T05:58:05Z\n",
"PublishType": "percentage",
"Regions": {
"Region": [
"jiangsu"
]
},
"FullRelease": true
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter.appid | The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. | |
| 400 | InvalidParameter | Invalid parameter. Check the parameter configuration. | |
| 500 | InternalError | Failed to call the service. Try again later or contact technical support. | |
| 404 | InvalidApp.NotFound | The application does not exist. Check whether the application ID you specified is correct and try again. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。