is-collector/src/org/gcube/informationsystem/collector/impl/xmlstorage/exist/sweep/XQuery-RIStatus.xml

5 lines
187 B
XML

for $RIs in collection("/db/Profiles/RunningInstance")//Document/Data/child::*[local-name()='Profile']/Resource
where $RIs/ID eq '$1'
return
$RIs/Profile/DeploymentData/Status/string()