KDDIクラウドプラットフォームサービス ナレッジサイト

  • HOME
  • 提供API一覧
  • listOsTypes

listOsTypes

処理概要

OSタイプの一覧取得

 

注意事項

・なし

リクエスト

・リクエストパラメータ

Parameter Name Description Required
description list os by description false
id list by Os type Id false
keyword List by keyword false
oscategoryid list by Os Category id false

・リクエストサンプル

$ ./kick_api.sh command=listOsTypes keyword=2008

レスポンス

・レスポンスボディ

Response Name Description
id the ID of the OS type
description the name/description of the OS type
oscategoryid the ID of the OS category
 

・レスポンスサンプル

【コマンド実行結果】

<?xml version=”1.0″ encoding=”UTF-8″?>
<listostypesresponse cloud-stack-version=”4.3.0.2″>
<count>3</count>
<ostype>
<id>9e45b020-c234-11e4-a399-2c600c06bb24</id>
<oscategoryid>9e41242e-c234-11e4-a399-2c600c06bb24</oscategoryid>
<description>Windows Server 2008 (32-bit)</description>
</ostype>
<ostype>
<id>9e45c54c-c234-11e4-a399-2c600c06bb24</id>
<oscategoryid>9e41242e-c234-11e4-a399-2c600c06bb24</oscategoryid>
<description>Windows Server 2008 (64-bit)</description>
</ostype>
<ostype>
<id>9e45d42e-c234-11e4-a399-2c600c06bb24</id>
<oscategoryid>9e41242e-c234-11e4-a399-2c600c06bb24</oscategoryid>
<description>Windows Server 2008 R2 (64-bit)</description>
</ostype>
</listostypesresponse>

提供API一覧

2024/04/23 2024/04/23