Storage: Syncing: GetWorkspaceLocationLastSyncReport
GetWorkspaceLocationLastSyncReport
Gets the last sync report for a workspace location
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token |
ID | String | The location ID |
FileserverName | String | The vault name |
Output Parameter | Type | Description |
---|---|---|
Success | Status | Returns status code |
CURL EXAMPLE
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=GetWorkspaceLocationLastSyncReport&FileserverName=nmsa000000000001&ID=c7260610-c529-b2bf-6b3e-16ec2882f3d1'
Response
<Response>
<Status>1</Status>
<Message>Success</Message>
<Report>
<ID>e34a7c24-8926-4f30-a6b6-0ddb43e2b114</ID>
<AccountName>nmua232043588373</AccountName>
<Version></Version>
<SyncResult>Success</SyncResult>
<SyncType>PathSync</SyncType>
<Start>1605182689</Start>
<Stop></Stop>
<ReportDstamp>1605182689</ReportDstamp>
<LastInSync>1605182689</LastInSync>
<SyncEngine>WebSockets</SyncEngine>
<SyncProblems>2</SyncProblems>
</Report>
</Response>