異種混合型 PC Farm ベアメタルインスタンスの起動構成を照会します。
操作説明
異種混合型 PC Farm ベアメタルインスタンスの起動構成を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
ens:DescribeInstanceBootConfiguration |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| InstanceId |
string |
必須 |
インスタンスの ID です。 |
i-**** |
| BootType |
string |
任意 |
起動タイプです。 |
pxe |
| BootSet |
string |
任意 |
起動方法です。 |
legacy |
| DiskSet |
string |
任意 |
起動がディスクに依存するかどうかを指定します。 |
on |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答のスキーマです。 |
||
| RequestId |
string |
リクエストの ID です。 |
F3B261DD-3858-4D3C-877D-303ADF374600 |
| Instances |
object |
応答のスキーマです。 |
|
| BootType |
string |
起動タイプです。 |
disk |
| DiskSet |
string |
起動がディスクに依存するかどうかを指定します。 |
off |
| BootSet |
string |
起動方法です。 |
legacy |
| InstanceId |
string |
インスタンスの ID です。 |
i-**** |
例
成功レスポンス
JSONJSON
{
"RequestId": "F3B261DD-3858-4D3C-877D-303ADF374600",
"Instances": {
"BootType": "disk",
"DiskSet": "off",
"BootSet": "legacy",
"InstanceId": "i-****"
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InstanceNotFound | Instance not found, please check the InstanceId. | |
| 400 | Parameter.Invalid | The parameter is invalid. Please check your parameters and try it again. | |
| 400 | IncorrectInstanceStatus | The current status of the instance does not support this operation. | |
| 400 | InvalidInstanceType.NotSupported | The specified InstanceType is not Supported. | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。