6.249.2. 列出 GET
返回 JSON 类型的用户配置文件属性列表。
请求示例(针对标识符为 123 的用户) :
GET /ovirt-engine/api/users/123/options
其结果将是以下 XML 文档:
<user_options> <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> </user_options>
名称 | 类型 | 方向 | 概述 |
---|---|---|---|
| out |