6.248. UserOption
名前 | Summary |
---|---|
| JSON 型のユーザープロファイルプロパティーを返します。 |
| JSON 型の既存のプロパティーを削除します。 |
6.248.1. get GET
JSON 型のユーザープロファイルプロパティーを返します。
リクエストの例 (識別子 123
のユーザーと識別子 456
のオプションの場合):
GET /ovirt-engine/api/users/123/options/456
結果は以下の XML ドキュメントになります。
<user_option href="/ovirt-engine/api/users/123/options/456" id="456"> <name>SomeName</name> <content>["any", "JSON"]</content> <user href="/ovirt-engine/api/users/123" id="123"/> </user_option>
名前 | 型 | 方向 | Summary |
---|---|---|---|
| Out |
6.248.2. remove DELETE
JSON 型の既存のプロパティーを削除します。
リクエストの例 (識別子 123
のユーザーと識別子 456
のオプションの場合):
DELETE /ovirt-engine/api/users/123/options/456