Interface AssignedTagService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    AssignedTagServiceImpl

    public interface AssignedTagService
    extends Service
    A service to manage assignment of specific tag to specific entities in system.
    • Method Detail

      • get

        AssignedTagService.GetRequest get()
        Gets the information about the assigned tag. For example to retrieve the information about the tag with the id `456` which is assigned to virtual machine with id `123` send a request like this: .... GET /ovirt-engine/api/vms/123/tags/456 .... [source,xml] ---- root root ----
      • remove

        AssignedTagService.RemoveRequest remove()
        Unassign tag from specific entity in the system. For example to unassign the tag with id `456` from virtual machine with id `123` send a request like this: .... DELETE /ovirt-engine/api/vms/123/tags/456 ....
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.