Get Cyber Resilience Sync Status
Select
SaaS
Customer Managed
Retrieve the sync status for configured credentials
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- status DcubeJobState
Possible values: [
IDLE
,STARTING
,RUNNING
,FINISHING
,FINISHED
,STOPPING
,STOPPED
,ABORTING
,ABORTED
,EXCEPTION
,UNKNOWN
,SYNCING
,PENDING
,COMPLETED_WITH_ERRORS
] - lastSyncedAt int64
{
"status": "IDLE",
"lastSyncedAt": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorCode CyberResilienceErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,INDEX_SERVER_NOT_EXIST
,INDEX_SERVER_INACCESSIBLE
,INDEX_SERVER_DATA_ANALYTICS_ROLE_MISSING
,CREDENTIAL_UNSUPPORTED
,CREDENTIAL_INACCESSIBLE
,CYBER_RESILIENCE_ALREADY_CONFIGURED
,CYBER_RESILIENCE_NOT_CONFIGURED
,DELETING_UNCONFIGURED_CREDENTIAL
,ADDING_CONFIGURED_CREDENTIAL
,UNKNOWN_ERROR
,INTERNAL_SERVER_ERROR
] - errorMessage string
{
"errorCode": "NO_ERROR",
"errorMessage": "string"
}
Loading...