Object Sync Status

The Object Sync Status service queries the content sync service for the sync status of a specific object.

Name: ObjectStatus

Arguments

Argument Description
taskname The name of a task as defined in the sync configuration file.
obid The repository object ID of the object being queried.

Returns

COMPLETED: Indicates that the object has been synced.

PENDING: Indicates that the object is still waiting to be synced.

Example

The following URL queries the sync service for the status of an object being sync by the Production task.

http://localhost:8080/contentsync/ObjectStatus
?taskname=Production
&obid=VR:wt.epm.EPMDocument: ... acm.company.com