Archiving APIs : EndArchive
 
EndArchive
Ends an archiving session. After iHub receives the first StartArchive call, it allows 24 hours between subsequent archive requests. If iHub does not receive any archive requests within this time period, it automatically terminates the archive session.
Request schema
<xsd:complexType name="EndArchive">
<xsd:sequence>
<xsd:element name="SessionID" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
SessionID
The ID that iHub generates for the current archiving session.
Response schema
<xsd:complexType name="EndArchiveResponse"/>