Resync Domains
Performs Resync on a list of domains. Each domain in the list can specify an optional field resyncType. Default value for the resyncType is FULL and other being PARTIAL.
Request
URI
POST
https://{api_host}/hybridity/api//ztp/resync
COPY
Request Body
resyncRequest of type(s) application/json
Required
{
"domains": [
{
"name": "string",
"resyncType": "string"
}
]
}
Responses
301
API endpoint has permanently moved.
Returns redirectResponse of type(s) application/json
{
"redirectURL": "string"
}
string
redirectURL
Optional
redirectURL
Response Headers
string
Location
URI where the client will find the new endpoint.
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Resync Operations
POST
Resync Domains