Is there REST API for getting resource allocation info?
3 answers
List of all resource allocations could be extracted using https://hostname:9443/ccm/rpt/repository/apt URI. Individual assignments are stored in <workResourceDetails> element. You could drill down into an assignment f.e. https://hostname.com:9443/ccm/resource/itemOid/com.ibm.team.apt.resource.WorkResourceDetails/_V90QsLCFEeGPPeykedJOew
and found all details.
<assignment > attribute contains info about assignment %.
-Timur
and found all details.
<assignment > attribute contains info about assignment %.
-Timur
we are using rtc 3.0.1. and I try to get memory allocation info by url "https://hostname:9443/ccm/rpt/repository/apt ;". but there is no line "worksourceDetails". how can I display the memory usage with api or oslc ?
thanks.