Get ZTP State Transfer Status
Get ZTP State transfer status
Request
URI
GET
https://{api_host}/hybridity/api//ztp/state/upload
COPY
Responses
200
Ok
Returns ztpStateMigrationResponse of type(s) application/json
{
"lastUpdatedTimestamp": 0,
"ztpMigrationStatus": "ztpMigrationStatus",
"errors": [
{
"code": "code",
"message": "message"
},
{
"code": "code",
"message": "message"
}
]
}
string
ztpMigrationStatus
Optional
ztpMigrationStatus
integer
lastUpdatedTimestamp
Optional
lastUpdatedTimestamp
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