- HOME
- 提供API一覧
- listIsoPermissions
listIsoPermissions
処理概要
ISOのパーミッション情報を表示する
注意事項
特になし
リクエスト
・リクエストパラメータ
| Parameter Name | Description | Required |
|---|---|---|
| id | the template ID | true |
・リクエストサンプル
./kick_api.sh command=listIsoPermissions id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
レスポンス
・レスポンスボディ
| Response | Description |
|---|---|
| id | the template ID |
| ispublic | true if this template is a public template, false otherwise |
| 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
101 304 101 304 0 0 2155 0 –:–:– –:–:– –:–:– 8216
<?xml version=”1.0″ encoding=”UTF-8″?>
<listtemplatepermissionsresponse cloud-stack-version=”4.3.0.2″>
<templatepermission>
<id>e15665be-dd18-4ed4-9d96-3374358cc3c7</id>
<ispublic>false</ispublic>
<domainid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</domainid>
</templatepermission>
</listtemplatepermissionsresponse>
