cURL
curl --request POST \ --url https://developer.synq.io/api/agent/recon/v1/yaml/parse \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "yaml": "<string>" } '
{}
ParseYaml parses a YAML config string into a ReconcilationSuite proto. Only the suite configuration fields are extracted (connections are ignored).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
YAML config string to parse.
Success
The parsed suite configuration.
Show child attributes