アプリケーションを起動します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
sae:StartApplication |
update |
*All Resource
|
なし | なし |
リクエスト構文
PUT /pop/v1/sam/app/startApplication HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| AppId |
string |
必須 |
アプリケーション ID。 |
0099b7be-5f5b-4512-a7fc-56049ef1**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
返されるデータ。 |
||
| RequestId |
string |
リクエスト ID。 |
7BD8F4C7-D84C-4D46-9885-8212997E**** |
| Message |
string |
返されるメッセージ。次のルールに注意してください:
|
success |
| TraceId |
string |
リクエストの詳細をクエリするために使用されるトレース ID。 |
0bc3b6e215637275918588187d**** |
| Data |
object |
返される結果。 |
|
| ChangeOrderId |
string |
変更オーダーの ID。 |
4a815998-b468-4bea-b7d8-59f52a44**** |
| ErrorCode |
string |
返されるエラーコード。次のルールに注意してください:
|
|
| Code |
string |
HTTP ステータスコード。有効な値:
|
200 |
| Success |
boolean |
アプリケーションが起動されたかどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "7BD8F4C7-D84C-4D46-9885-8212997E****",
"Message": "success",
"TraceId": "0bc3b6e215637275918588187d****",
"Data": {
"ChangeOrderId": "4a815998-b468-4bea-b7d8-59f52a44****"
},
"ErrorCode": "",
"Code": "200",
"Success": true
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidApplication.NotFound | The current application does not exist. | |
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | |
| 400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s | |
| 400 | NoComputeResourceQuota.Exceed | Your compute resource is insufficient. Please contact us to raise the quota. | |
| 400 | vswitch.not.exist | The specified vSwitch does not exist. | |
| 400 | user.indebt | The user has an outstanding payment. | |
| 400 | NoComputeResourceQuota.App.Exceed | You can create %s instances for each application. Please submit a ticket to raise the quota. | |
| 400 | NoComputeResourceQuota.User.Exceed | Your account is limited to create %s instances. Please submit a ticket to raise the quota. | |
| 400 | System.Upgrading | The system is being upgraded. Please try again later. | |
| 400 | Application.ChangerOrderRunning | An application change process is in progress. Please try again later. | 日文说明1 |
| 400 | Application.InvalidStatus | The application status is abnormal. Please try again later. | 日文说明1 |
| 400 | Application.NotDeployYet | The application has not been deployed. Please deploy it and try again. | 日文说明1 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。