##// END OF EJS Templates
Changed protocol a bit to be more clear and universal
Changed protocol a bit to be more clear and universal

File last commit:

r778:e7f72600 decentral
r778:e7f72600 decentral
Show More
request_pull.xml
32 lines | 775 B | application/xml | XmlLexer
<?xml version="1.1" encoding="UTF-8" ?>
<request>
<version>
<protocol>1</protocol>
<models>
<post>1</post>
</models>
</version>
<data>
<!-- Request type -->
<type>pull</type>
<!-- Model which we wish to pull -->
<model>post</model>
<options>
<timestamp_from>0</timestamp_from>
<timestamp_to>0</timestamp_to>
<tags>
<tag>tag1</tag>
</tags>
</options>
<hosts>
<allow>
<host>*</host>
</allow>
<deny></deny>
<pools>
<pool>test1</pool>
<pool>test2</pool>
</pools>
</hosts>
</data>
</request>