cURL
curl --request POST \ --url https://api-eu.cybedefend.com/organization/{organizationId}/policies/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "yamlContent": "<string>" } '
{ "valid": true, "errors": [], "warnings": [] }
Documentation IndexFetch the complete documentation index at: https://docs.cybedefend.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token.
YAML policy configuration to validate
Validation result
Whether the policy is valid
true
List of validation errors
[]
List of warnings