Validate offboard readiness
GET/activation/api/v1/offboard/validation
Validates whether the instance associated with the authenticated TSG is eligible for offboarding. A 200 OK response is required before submitting the offboard POST request.
Validation checks include:
- Mandatory headers (x-jwt-sub, x-tsg-id) are present.
- Instance exists and is in ACTIVE or ERROR state.
- No existing offboard requests are in progress.
- No active device associations remain.
- No V1/V2 license conflicts exist.
- Instance is not a Panorama TSG or Root CIE instance.
Request
Responses
- 200
- 400
Validation successful — safe to proceed with offboard
Validation failed