You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

APIs

  • system.cirruslink.distributor.createConfig(type, props) → void
    • Parameters
      • String type
        • The type of configuration to create with valid options:

          • Users
      • Map props
        • Dictionary of properties making up the configuration
          • Users
            • Id (long)
            • Username (str)
            • Password (str)
            • ACLs (str)
    • Return Value
      • None
  • system.cirruslink.distributor.readConfig(type) → List
    • Parameters
      • String type
        • The type of configuration to create with valid options:

          • General
          • Users
    • A List of Dictionaries of properties making up the configurations
      • General
      • Users
        • Id (long)
        • Username (str)
        • Password (str)
        • ACLs (str)
  • system.cirruslink.distributor.updateConfig
  • system.cirruslink.distributor.deleteConfig


  • No labels