Skip to main content

Report file synchronization progress

POST
/agents/sync-progress

Contract

Parameter
Value
Sectionagents
AuthenticationAgentAuth
Consumesapplication/json
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
requestbodyyesobjectSynchronization data: hostname, status (syncing or failed), scope (full or priority), error, errorCode, failedFiles, downloadedBytes, totalBytes, missingSize, syncedBytes, syncTotal, speed
  • {}

Responses

2 responses

Status
Description
Type
200
Successful responseno body
400
Agent secret is missing or the request body is invalidobject
  • {
      "data": {},
      "error": "<string>"
    }