* @param args
* the URL arguments.
* @return the list of initiator references.
*/
protected List<NamedRelatedResourceRep> getList(String url, Object... args) {
InitiatorList response = client.get(InitiatorList.class, url, args);
return ResourceUtils.defaultList(response.getInitiators());
}