* @param smisProviderId
* the ID of the SMI-S provider.
* @return the list of storage system references.
*/
public List<NamedRelatedResourceRep> listBySmisProvider(URI smisProviderId) {
StorageSystemList response = client.get(StorageSystemList.class,
PathConstants.STORAGE_SYSTEM_BY_SMIS_PROVIDER_URL, smisProviderId);
return defaultList(response.getStorageSystems());
}