emqx_message_transformation_http_api.hocon 932 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. emqx_message_transformation_http_api {
  2. list_transformations.desc:
  3. """List transformations"""
  4. lookup_transformation.desc:
  5. """Lookup a transformation"""
  6. update_transformation.desc:
  7. """Update a transformation"""
  8. delete_transformation.desc:
  9. """Delete a transformation"""
  10. append_transformation.desc:
  11. """Append a new transformation to the list of transformations"""
  12. reorder_transformations.desc:
  13. """Reorder of all transformations"""
  14. dryrun_transformation.desc:
  15. """Test an input against a transformation"""
  16. enable_disable_transformation.desc:
  17. """Enable or disable a particular transformation"""
  18. get_transformation_metrics.desc:
  19. """Get metrics for a particular transformation"""
  20. reset_transformation_metrics.desc:
  21. """Reset metrics for a particular transformation"""
  22. param_path_name.desc:
  23. """Transformation name"""
  24. param_path_enable.desc:
  25. """Enable or disable transformation"""
  26. }