vre-modeler/etc/registration.xml

30 lines
1.2 KiB
XML
Raw Normal View History

<ServiceGroupRegistrationParameters
xmlns:sgc="http://mds.globus.org/servicegroup/client"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:agg="http://mds.globus.org/aggregator/types"
xmlns="http://mds.globus.org/servicegroup/client">
<!-- Specifies that the registration will be renewed every 30 seconds -->
<RefreshIntervalSecs>60</RefreshIntervalSecs>
<!-- <Content> specifies registration specific information -->
<Content xsi:type="agg:AggregatorContent">
<agg:AggregatorConfig>
<agg:GetMultipleResourcePropertiesPollType xmlns:tutorial="http://acme.org/sample">
<agg:PollIntervalMillis>60000</agg:PollIntervalMillis>
<agg:ResourcePropertyNames>tutorial:Name</agg:ResourcePropertyNames>
<agg:ResourcePropertyNames>tutorial:Visits</agg:ResourcePropertyNames>
</agg:GetMultipleResourcePropertiesPollType>
</agg:AggregatorConfig>
<agg:AggregatorData/>
</Content>
</ServiceGroupRegistrationParameters>