- HOME
- 提供API一覧
- listTemplatePermissions
listTemplatePermissions
処理概要
テンプレートのパーミッション情報表示
注意事項
特になし
リクエスト
・リクエストパラメータ
Parameter Name | Description | Required |
---|---|---|
id | the template ID | true |
・リクエストサンプル
./kick_api.sh command=listTemplatePermissions id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
レスポンス
・レスポンスボディ
Response Name | 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
0 0 0 0 0 0 0 0 –:–:– –:–:– –:–:– 0 101 304 101 304 0 0 1862 0 –:–:– –:–:– –:–:– 4164
<?xml version=”1.0″ encoding=”UTF-8″?>
<listtemplatepermissionsresponse cloud-stack-version=”4.3.0.2″>
<templatepermission>
<id>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</id>
<ispublic>false</ispublic>
<domainid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</domainid>
</templatepermission>
</listtemplatepermissionsresponse>