http://jira.hyperic.com/browse/HHQ-3755
When using the CLI for HQApi to create new service/servers on a platform currently a user has to look up the resource id of the platform and then call createService/createserver. Being able to specify --platform to specify the name of the platform instead of using resourceId would be useful. 
./bin/hqapi.sh resource createService --prototype="HTTP" --platform="platform1.mynetwork.com" \
                         --name="HTTP check" -- hostname=localhost port=7080 sotimeout=60 path=/ method=HEAD
            
  
  
     
  
            
               
        
            Anonymous