emqx_mgmt_api_api_keys.hocon 968 B

123456789101112131415161718192021222324252627282930313233343536
  1. emqx_mgmt_api_api_keys {
  2. api_key_list.desc:
  3. """Return api_key list. This API can only be requested using a bearer token."""
  4. api_key_list.label:
  5. """Return api_key list"""
  6. create_new_api_key.desc:
  7. """Create new api_key. This API can only be requested using a bearer token."""
  8. create_new_api_key.label:
  9. """Create new api_key"""
  10. get_api_key.desc:
  11. """Return the specific api_key. This API can only be requested using a bearer token."""
  12. get_api_key.label:
  13. """Return the specific api_key"""
  14. update_api_key.desc:
  15. """Update the specific api_key. This API can only be requested using a bearer token."""
  16. update_api_key.label:
  17. """Update the specific api_key"""
  18. delete_api_key.desc:
  19. """Delete the specific api_key. This API can only be requested using a bearer token."""
  20. delete_api_key.label:
  21. """Delete the specific api_key"""
  22. format.desc:
  23. """Unique and format by [a-zA-Z0-9-_]"""
  24. format.label:
  25. """Unique and format by [a-zA-Z0-9-_]"""
  26. role.desc:
  27. """Role for this API"""
  28. }