エッジコンテナアプリケーションのイメージシークレットのリストを取得します。
今すぐお試しください
テスト
RAM 認証
リクエスト構文
GET HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| AppId |
string |
必須 |
アプリケーション ID。 ListEdgeContainerApps 操作を呼び出してアプリケーション ID を取得できます。 重要 AppId は、プレフィックス app- の後に数値サフィックスが続くフォーマットで、合計長は 20~64 文字です(例: app-8806886***83794688)。 ListEdgeContainerApps を呼び出して既存の AppId を取得するか、 CreateEdgeContainerApp を呼び出してアプリケーションを先に作成してください。 |
app-88068867578379**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスのスキーマ。 |
||
| RequestId |
string |
リクエスト ID。 |
3558df77-8a7a-4060-a900-2d7949403836 |
| ImageSecretList |
array<object> |
イメージシークレットのリスト。 |
|
|
object |
|||
| Name |
string |
イメージシークレットの名前。 |
reg-123**** |
| Registry |
string |
イメージリポジトリのアドレス。 |
registry-vpc.cn-hangzhou.aliyuncs.com |
| Username |
string |
イメージリポジトリのユーザー名。 |
admin |
例
成功レスポンス
JSONJSON
{
"RequestId": "3558df77-8a7a-4060-a900-2d7949403836",
"ImageSecretList": [
{
"Name": "reg-123****",
"Registry": "registry-vpc.cn-hangzhou.aliyuncs.com",
"Username": "admin"
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter | Invalid parameter. Check the parameter configuration. | |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | |
| 400 | InternalError | An internal exception occurred, please try again later. | |
| 400 | InvalidParameter.Appid | The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. | |
| 404 | InvalidApp.NotFound | The application does not exist. Check whether the application ID you specified is correct and try again. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。