Description: Validates target for circle of trust.
Security: Requires a valid admin-scoped token.
Usage: POST /access/api/v1/system/federation/validate_server
Produces: text/plain
Sample usage:
curl -H "Authorization: Bearer <TOKEN>" -XPOST "<ART_URL_1>/access/api/v1/system/federation/validate_server" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"url\": \"<ART_URL_2>/access\"}" -v
Response Codes:
204 Successfully validated
400 Invalid input
401 Unauthorized
403 Forbidden
412 Precondition Failed - Circle of trust validation failed (response from target server: XXX)