Force Delta Sync (v2.0)
POST/sdwan/v2.0/api/directoryservices/deltasync
Force delta sync. Delta sync can be forced if sync is not in progress for a provided domain.
Request
- application/json
Body
Details of Delta Sync
object
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
Id
{
"id": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_INPUT"
},
{
"code": "DIRECTORY_SYNC_IN_PROGRESS"
},
{
"code": "DELTA_SYNC_FAILED"
},
{
"code": "FULL_SYNC_REQUIRED"
}
]
}
}
Loading...