Expand description
Read tools over the stored gateway config, plus standalone validation.
Structs§
- Name
Args { "name": "<resource name>" }- Validate
Policy Args { "policy": <object | YAML string> }- Validate
Supernode Args { "definition": <object | YAML string> }
Functions§
- get_
consumer - get_
plugin_ config - get_
policy - get_
route - get_
supernode - json 🔒
- list_
consumers - list_
plugin_ configs - list_
policies - list_
routes - list_
stores - list_
supernodes - validate_
policy - Validates + compiles a policy against the live supernodes, plugin configs
and stores, without persisting. Mirrors what
put_policy(dry_run)checks for the policy itself (cross-references from routes are not included). - validate_
supernode - Structural validation of a supernode definition.