Interface TagsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TagsService

    public static interface TagsService.ListResponse
    extends Response
    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

      • tags

        List<Tag> tags()
        List of all tags in the system.