Interface GlusterBricksService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterBricksService

    public static interface GlusterBricksService.ListResponse
    extends Response
    Lists the bricks of a gluster volume. For example, to list bricks of gluster volume `123`, send a request like this: [source] ---- GET /ovirt-engine/api/clusters/567/glustervolumes/123/glusterbricks ---- Provides an output as below: [source,xml] ---- host1:/rhgs/data/brick1 /rhgs/data/brick1 111 up host2:/rhgs/data/brick1 /rhgs/data/brick1 222 up ---- The order of the returned list is based on the brick order provided at gluster volume creation.