Skip to main content

Get Cyber Resilience Sync Status

Select

SaaS
Customer Managed

Retrieve the sync status for configured credentials

Responses

OK


Schema
  • status DcubeJobState

    Possible values: [IDLE, STARTING, RUNNING, FINISHING, FINISHED, STOPPING, STOPPED, ABORTING, ABORTED, EXCEPTION, UNKNOWN, SYNCING, PENDING, COMPLETED_WITH_ERRORS]

  • lastSyncedAt int64
  • jobId int64
GET /v4/cyberresilience/credentials/sync/status    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CyberResilience/Credentials/Sync/Status' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'