[closed] how to find the REST API id of an RQM asset
![]()
Karen Steele (1.2k●1●133●131)
| asked May 05 '22, 10:04 a.m.
closed May 05 '22, 10:13 a.m. by Ralph Schoon (62.7k●3●36●43) I am using the RQMCopyUtility (yes I know its unsupported), but as its given out with all installation I'm trying to use this to get some data from one server environment to another. I wanted to test it out using a specific RQM test plan ID (177) which is the UUID .. the RQMCopy utility fails as its looking for REST API id of the asset not the UUID
How do we find what that is ... here is the jar command line I'm running
java -jar RQMCopyUtility.jar -s=https://{servermame}:9443/qm/secure/service/com.ibm.qm.integration.service.IIntegrationService/resources/{projectname} -us=username -pws=userpswd -d=https://{servername}:9443/qm/{project name} -artifactType=testplan -artifactId=177 -i=remotescript -l=importlog.txt -force
|