Interface FenceAgentsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    FenceAgentsService

    public static interface FenceAgentsService.ListResponse
    extends Response
    Returns the list of fencing agents configured for the host. [source] ---- GET /ovirt-engine/api/hosts/123/fenceagents ---- And here is sample response: [source,xml] ---- apc 1 192.168.1.101 user xxx 9 name1=value1, name2=value2 ---- The order of the returned list of fencing agents isn't guaranteed.
    • Method Detail

      • agents

        List<Agent> agents()
        List of fence agent details.