この操作は、現在のユーザーに属するすべてのアプリケーションのリストを返します。オプションの `keyword` パラメーターを使用して、アプリケーションを名前でフィルターできます。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
bpstudio:ListApplication |
get |
*BPStudioVirtual
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| NextToken |
integer |
必須 |
返される結果のページ番号。値は 1 から 10000 までの整数である必要があります。 |
1 |
| MaxResults |
integer |
必須 |
各ページで返されるエントリの数。値は 1 から 50 までの整数である必要があります。 |
10 |
| Keyword |
string |
任意 |
アプリケーション名で検索するキーワード。 |
test |
| OrderType |
integer |
任意 |
ソート順。有効な値:1: 更新時間でソートします。 |
1 |
| Status |
string |
任意 |
アプリケーションのステータス。 |
If the input value is "success", the returned application list includes all applications in the Deployed_Success state of successful deployment. If the input value is release, the returned application list includes all applications in the release success (Destroyed_Success) and release failure (Destroyed_Failure) status. If this parameter is left blank, the returned app list includes apps in all states. |
| ResourceGroupId |
string |
任意 |
リソースグループの ID。 |
default |
| ResourceId |
string |
任意 |
リソースの ID。 |
vsw-xxxxxxxxxxxx |
| TemplateId |
string |
任意 |
テンプレートの ID。 |
0KSXXX6SJU03TXXX |
| ShowHide |
boolean |
任意 |
非表示のアプリケーションを表示するかどうかを指定します。デフォルト値: `true`。- `true`: 非表示のアプリケーションを表示します。- `false`: 非表示のアプリケーションを表示しません。 |
true |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| TotalCount |
integer |
返されたエントリの総数。 |
123 |
| Message |
string |
リクエストに対して返されたメッセージ。 |
Success |
| NextToken |
integer |
返されたページのページ番号。 |
2 |
| RequestId |
string |
リクエストの ID。 |
BFB7F5C8-FE7A-06CA-9F87-ABBF6B848F0C |
| Data |
array<object> |
アプリケーションのリスト。 |
|
|
object |
|||
| ImageURL |
string |
アプリケーションのトポロジーグラフの URL。 |
https://bp-studio-daily.oss-cn-beijing.aliyuncs.com/1411182597819805/sr-Y3KR7ZSQZR2F0YX3.png |
| Status |
string |
アプリケーションのステータス。 |
Deployed_Success |
| ApplicationId |
string |
アプリケーションの ID。 |
JIX9NEZUALGS46UI |
| Name |
string |
アプリケーションの名前。 |
cadt-appName |
| CreateTime |
string |
アプリケーションが作成された時間。 |
2021-09-15 08:30:00 |
| ResourceGroupId |
string |
アプリケーションが属するリソースグループの ID。 |
default |
| Code |
string |
HTTP ステータスコード。 |
200 |
次のリストは、アプリケーションの考えられるステータスを説明しています。
Creating: アプリケーションを作成しています。
Modified: アプリケーションは変更されました。
Verifying: アプリケーションを検証しています。
Verified_Failure: 検証に失敗しました。
Verified_Success: 検証に成功しました。
Evaluating: アプリケーションを評価しています。
Evaluating_Failure: 評価に失敗しました。
Evaluating_Success: 評価に成功しました。
Deploying: アプリケーションをデプロイしています。
Deployed_Failure: デプロイメントに失敗しました。
Partially_Deployed_Success: 部分的なデプロイメントに成功しました。
Deployed_Success: デプロイメントに成功しました。
Destroying: アプリケーションを破棄しています。
Delayed_Destroy: 遅延破棄。
Destroyed_Failure: 破棄に失敗しました。
Partially_Destroyed_Success: 部分的な破棄に成功しました。
Destroyed_Success: 破棄に成功しました。
Revised: アーキテクチャが改訂されました。
Verifying_In_Revision: 改訂されたアーキテクチャのリソースを検証しています。
Verified_Failure_In_Revision: 改訂されたアーキテクチャのリソース検証に失敗しました。
Verified_Success_In_Revision: 改訂されたアーキテクチャのリソース検証に成功しました。
Evaluating_In_Revision: 改訂されたアーキテクチャを評価しています。
Evaluating_Failure_In_Revision: 改訂されたアーキテクチャの評価に失敗しました。
Evaluating_Success_In_Revision: 改訂されたアーキテクチャの評価に成功しました。
例
成功レスポンス
JSONJSON
{
"TotalCount": 123,
"Message": "Success",
"NextToken": 2,
"RequestId": "BFB7F5C8-FE7A-06CA-9F87-ABBF6B848F0C",
"Data": [
{
"ImageURL": "https://bp-studio-daily.oss-cn-beijing.aliyuncs.com/1411182597819805/sr-Y3KR7ZSQZR2F0YX3.png",
"Status": "Deployed_Success",
"ApplicationId": "JIX9NEZUALGS46UI",
"Name": "cadt-appName",
"CreateTime": "2021-09-15 08:30:00",
"ResourceGroupId": "default"
}
],
"Code": "200"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 200 | Success | The transaction is successful. | |
| 400 | ParameterEmpty | You must specify the request parameter. | |
| 500 | ServiceError | A server error occurred. Please try again later. | |
| 404 | EntityNotExist.ResourceGroup | The resource group does not exist. | |
| 404 | EntityNotExist.ResourceId | The resource does not exist. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。