v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Kubernetes Agent

Update the Sync Status of Kubernetes Cluster

Update the Sync Status of Kubernetes Cluster

post/v1/resource/item/{service_account_id}/sync

Path parameters

service_account_idstring required

Specify the account id

Request body

status'completed' | 'failed' | 'in_progress'

Sync status. This is a required field.

initiated_atstring date-time

Sync initiated time.

completed_atstring date-time

Sync completion time.

messagestring

Sync information.

run_idstring

run id from the agent about the sync

log_tracestring[]

log trace from the agent about the sync

data_collection_startstring date-time

Data Collection Start Datetime

data_collection_endstring date-time

Data Collection end Datetime

syncer_type'heartbeat' | 'data_sync' required

Kubernetes Sync Status Types

Example request

{
  "status": "completed",
  "syncer_type": "heartbeat"
}

Response

Updated

boolean required