##// END OF EJS Templates
Simplified request format. Now request type and version are in the root tag,...
Simplified request format. Now request type and version are in the root tag, so the unsupported requests won't be parsed

File last commit:

r779:be6e741d decentral
r779:be6e741d decentral
Show More
request_pull.xml
22 lines | 508 B | application/xml | XmlLexer
neko259
Renamed sync to pull in request and response
r777 <?xml version="1.1" encoding="UTF-8" ?>
neko259
Simplified request format. Now request type and version are in the root tag,...
r779 <request version="3" type="pull">
<model>post</model>
<filter>
<version>3</version>
<timestamp_from>0</timestamp_from>
<timestamp_to>0</timestamp_to>
<tags>
<tag>tag1</tag>
</tags>
</filter>
<hosts>
<allow>
<host>*</host>
</allow>
<deny></deny>
<pools>
<pool>test1</pool>
<pool>test2</pool>
</pools>
</hosts>
neko259
Renamed sync to pull in request and response
r777 </request>