Interface StorageService.GetRequest

    • Method Detail

      • follow

        StorageService.GetRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
      • reportStatus

        StorageService.GetRequest reportStatus​(Boolean reportStatus)
        Indicates if the status of the LUNs in the storage should be checked. Checking the status of the LUN is an heavy weight operation and this data is not always needed by the user. This parameter will give the option to not perform the status check of the LUNs. The default is `true` for backward compatibility. Here an example with the LUN status : [source,xml] ---- 0 1 lun0 SLIO-ORG_lun0_1136c205-74f7-43bd-bd28-177fd5ce6993 10737418240 used LIO-ORG O9Du7I-RahN-ECe1-dZ1w-nh0b-64io-MNzIBZ iscsi ---- Here an example without the LUN status : [source,xml] ---- 0 1 lun0 SLIO-ORG_lun0_1136c205-74f7-43bd-bd28-177fd5ce6993 10737418240 LIO-ORG O9Du7I-RahN-ECe1-dZ1w-nh0b-64io-MNzIBZ iscsi ----