Interface FenceAgentService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    FenceAgentServiceImpl

    public interface FenceAgentService
    extends Service
    A service to manage fence agent for a specific host.
    • Method Detail

      • get

        FenceAgentService.GetRequest get()
        Gets details of this fence agent. [source] ---- GET /ovirt-engine/api/hosts/123/fenceagents/0 ---- And here is sample response: [source,xml] ---- apc 1 192.168.1.101 user xxx 9 name1=value1, name2=value2 ----
      • remove

        FenceAgentService.RemoveRequest remove()
        Removes a fence agent for a specific host. [source] ---- DELETE /ovirt-engine/api/hosts/123/fenceagents/0 ----
      • service

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