Interface TagsService.ListRequest

  • All Superinterfaces:
    Request<TagsService.ListRequest,​TagsService.ListResponse>
    Enclosing interface:
    TagsService

    public static interface TagsService.ListRequest
    extends Request<TagsService.ListRequest,​TagsService.ListResponse>
    List the tags in the system. For example to list the full hierarchy of the tags in the system send a request like this: .... GET /ovirt-engine/api/tags .... [source,xml] ---- root2 root2 root3 root3 root root ---- In the previous XML output you can see the following hierarchy of the tags: .... root: (id: 111) - root2 (id: 222) - root3 (id: 333) .... The order of the returned list of tags isn't guaranteed.
    • Method Detail

      • follow

        TagsService.ListRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
      • max

        TagsService.ListRequest max​(Long max)
        Sets the maximum number of tags to return. If not specified all the tags are returned.