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

  • HOME
  • 提供API一覧
  • updateIso

updateIso

処理概要

ISO情報のアップデート

注意事項

特になし

リクエスト

・リクエストパラメータ

Parameter Name Description Required
id the ID of the image file true
name the name of the image file 非必須
displaytext the display text of the image 非必須
ostypeid the ID of the OS type that best represents the OS of this image. 非必須

 

・リクエストサンプル

./kick-api.sh command=updateIso id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx displaytext=Tes tApi5th0804

レスポンス

・レスポンスボディ

Response Name Description
id the ID of the image file
name the name of the image file
displaytext the display text of the image
ispublic true if this template is a public template, false otherwise
created the date this template was created
isready true if the template is ready to be deployed from, false otherwise.
format the format of the template.
bootable true if the ISO is bootable, false otherwise
isfeatured true if this template is a featured template, false otherwise
crossZones true if the template is managed across all Zones, false otherwise
ostypeid the ID of the OS type for this template.
ostypename the name of the OS type for this template.
account the account name to which the template belongs
hypervisor the hypervisor on which the template runs
domain the name of the domain to which the template belongs
domainid the ID of the domain to which the template belongs

・レスポンスサンプル

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 –:–:– –:–:– –:–:– 0 111 670 111 670 0 0 4900 0 –:–:– –:–:– –:–:– 14255
<?xml version=”1.0″ encoding=”UTF-8″?>
<updateisoresponse cloud-stack-version=”4.3.0.2″>
<iso>
<id>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</id>
<name>TestApi5th0733</name>
<displaytext>TestApi5th0804</displaytext>
<ispublic>false</ispublic>
<created>2017-07-15T14:41:20+0900</created>
<isready>false</isready>
<format>ISO</format>
<bootable>true</bootable>
<isfeatured>false</isfeatured>
<crossZones>false</crossZones>
<ostypeid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</ostypeid>
<ostypename>CentOS 6.4 (32-bit)</ostypename>
<account>kenshou02</account>
<hypervisor>None</hypervisor>
<domain>M00000002</domain>
<domainid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</domainid>
</iso>
</updateisoresponse>

提供API一覧

2024/04/23 2024/04/23