emqx_gcp_device_api.hocon 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. emqx_gcp_device_api {
  2. gcp_device.desc:
  3. """Configuration of authenticator using GCP Device as authentication data source."""
  4. gcp_devices_get.desc:
  5. """List all devices imported from GCP IoT Core"""
  6. gcp_devices_get.label:
  7. """List all GCP devices"""
  8. gcp_devices_post.desc:
  9. """Import authentication and config data for devices from GCP IoT Core"""
  10. gcp_devices_post.label:
  11. """Import GCP devices"""
  12. gcp_device_get.desc:
  13. """Get a device imported from GCP IoT Core"""
  14. gcp_device_get.label:
  15. """Get GCP device"""
  16. gcp_device_put.desc:
  17. """Update a device imported from GCP IoT Core"""
  18. gcp_device_put.label:
  19. """Update GCP device"""
  20. gcp_device_delete.desc:
  21. """Remove a device imported from GCP IoT Core"""
  22. gcp_device_delete.label:
  23. """Remove GCP device"""
  24. project.desc:
  25. """Cloud project identifier"""
  26. project.label:
  27. """Project"""
  28. location.desc:
  29. """Cloud region"""
  30. location.label:
  31. """Region"""
  32. registry.desc:
  33. """Device registry identifier"""
  34. registry.label:
  35. """Registry"""
  36. deviceid.label:
  37. """Device identifier"""
  38. deviceid.desc:
  39. """Device identifier"""
  40. keys.desc:
  41. """Public keys associated to GCP device"""
  42. keys.label:
  43. """Public keys"""
  44. key.desc:
  45. """Public key"""
  46. key.label:
  47. """Public key"""
  48. key_type.desc:
  49. """Public key type"""
  50. key_type.label:
  51. """Public key type"""
  52. expires_at.desc:
  53. """Public key expiration time"""
  54. expires_at.label:
  55. """Expiration time"""
  56. created_at.desc:
  57. """Time when GCP device was imported"""
  58. created_at.label:
  59. """Creation time"""
  60. config.label:
  61. """Device configuration"""
  62. config.desc:
  63. """Configuration"""
  64. blocked.label:
  65. """If device is blocked from communicating to GCP IoT Core"""
  66. blocked.desc:
  67. """Blocked"""
  68. gcp_device_response404.desc:
  69. """The GCP device was not found"""
  70. imported_counter.desc:
  71. """Number of successfully imported GCP devices"""
  72. imported_counter_errors.desc:
  73. """Number of GCP devices not imported due to some error"""
  74. }