Posted to tcl by Napier at Sat Apr 09 04:36:43 GMT 2016view raw

  1. Saga Register State ClusterService {
  2. title "Active Cluster Service"
  3. config {
  4. visible private
  5. }
  6. items {
  7. key string uuid
  8. index string identity
  9. index string slug
  10. index number lastSeen
  11. index bool local
  12. index bool cloudLogging
  13. index bool isAuthorized
  14. index bool debugMode
  15. index number commPort
  16. index bool hasStarted
  17. index bool isReady
  18. required string name
  19. required string version
  20. required string mac
  21. optional string nickname
  22. optional string lanIP
  23. optional string targetIP
  24. optional number targetPort
  25. optional string wanIP
  26. optional string gatewayIP
  27. optional string controllerModel
  28. optional bool datastream
  29. }
  30. }