Interface UserOptionService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    UserOptionService

    public static interface UserOptionService.GetResponse
    extends Response
    Returns a user profile property of type JSON. Example request(for user with identifier `123` and option with identifier `456`): [source] ---- GET /ovirt-engine/api/users/123/options/456 ---- The result will be the following XML document: [source,xml] ---- SomeName ["any", "JSON"] ----