6.248. UserOption
이름 | 요약 |
---|---|
| JSON 유형의 사용자 프로필 속성을 반환합니다. |
| JSON 유형의 기존 속성을 삭제합니다.Delete an existing property of type JSON. |
6.248.1. 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>
이름 | 유형 | 방향 | 요약 |
---|---|---|---|
| Out |
6.248.2. DELETE제거
JSON 유형의 기존 속성을 삭제합니다.Delete an existing property of type JSON.
요청 예( 식별자가 123
이고 식별자가 456
인 사용자의 경우):
DELETE /ovirt-engine/api/users/123/options/456