<<Previous: Submission Format | ↑Up: DataLoad API | Next>>: Dataload SOAP API |
The response to a DataLoad request is an XML document:
<ThunderstoneReplicationResult>
<ItemResult>
<rid>000000000</rid>
<Type>D</Type>
<DP>1</DP>
<Status>OK</Status>
<Info>Not found</Info>
</ItemResult>
<Rows>1</Rows>
<Version>Version 5.01.1234567890 20051010 (...)
2005-10-10 12:34:56</Version>
</ThunderstoneReplicationResult>
The elements are:
<rid>
The replication id. Ignored.<Type>
The action type specified in the request.<DP>
The number of URLs deleted by a <Type>DP</Type>
action. Element is not present for other <Type>
.<Status>
Result code:
OK
SuccessFAIL_UNKNOWNTYPE
The <Type>
was not recognizedNODATA
No parsable data in requestNot Allowed
Sender is not a Cluster MemberNo Profile
No profile
set in request POSTFAIL
Failed, unknown reason
<Info>
Optional additional message; e.g. Not found if
a non-existent URL is deleted<Rows>
How many request <Item>
s were processed.<Version>
Version and release date of the software.
Once data has been successfully loaded onto the Parametric Search Appliance, if the profile has any receiver profiles defined under Replication Settings, the data will also be queued for replication to those receivers.
<<Previous: Submission Format | ↑Up: DataLoad API | Next>>: Dataload SOAP API |