仮想サーバリソース状態一覧取得
API情報
API種別 | メソッド | URI | 対象 | 名称 | 実行 |
---|---|---|---|---|---|
設定 | GET | /:GisServiceCode/virtual-servers.json?Item=ResourceStatus&StartIndex=N&Count=M | 仮想サーバ | 仮想サーバリソース状態一覧取得 | 同期 |
- 指定したGisServiceCodeに所属する仮想サーバのステータス一覧を取得します
リクエストパラメータ
パラメータ | 必須 | 意味 | 値 | |
---|---|---|---|---|
URL | GisServiceCode | ○ | P2契約サービスコード | gis######## |
クエリストリング | Item | ○ | 取得するフィールド | "ResourceStatus" |
StartIndex | StartIndexだけスキップした位置から情報を取得する | 数値 | ||
Count | 取得する情報の最大数 | 数値 |
レスポンス
フィールド | タイプ | 意味 | 値 |
---|---|---|---|
VirtualServerList | Array | 仮想サーバ一覧 | |
VirtualServerList.ServiceCode | String | サービスコード | ivm########, ivd######## |
VirtualServerList.ResourceStatus | String | 仮想サーバステータス |
制限
- 特になし
サンプル
リクエストボディ
無し
レスポンス (JSON)
{ "RequestId": "xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx", "VirtualServerList": [ { "ServiceCode": "ivm#######1", "ResourceStatus": "Stopped" }, { "ServiceCode": "ivm#######2", "ResourceStatus": "Running" }, { "ServiceCode": "ivd#######1", "ResourceStatus": "Stopped" } ] }