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

Compare with Current View Page History

« Previous Version 4 Next »

APIs

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

          • Cert Files
          • IoT Hubs
          • IoT Edge
          • Event Hubs
          • Agents
          • Sets
      • Map props
        • Dictionary of properties making up the configuration with the following keys and datatypes:
    • Return Value
      • None
  • system.cirruslink.azure.readConfig(type) → List
    • Parameters
      • String type
        • The type of configuration to read with valid options:

          • General
          • Cert Files
          • IoT Hubs
          • IoT Edge
          • Event Hubs
          • Agents
          • Sets
    • Return Value
      • A List of Dictionaries of properties making up the configurations with the following keys and datatypes:
  • system.cirruslink.azure.updateConfig(type, id, collisionPolicy, props) → void
    • Parameters
      • String type
        • The type of configuration to update with valid options:

          • General
          • Cert Files
          • IoT Hubs
          • IoT Edge
          • Event Hubs
          • Agents
          • Sets
      • Long id
        • The ID of the record to update
      • String collisionPolicy
        • Either "MergeOverwrite" or "Overwrite"
      • Map props
        • Dictionary of properties making up the configuration with the following keys and datatypes:
    • Return Value
      • None
  • system.cirruslink.azure.deleteConfig(type, id) → void
    • Parameters
      • String type
        • The type of configuration to delete with valid options:

          • Cert Files
          • IoT Hubs
          • IoT Edge
          • Event Hubs
          • Agents
          • Sets
      • Long id
        • The ID of the record to delete
    • Return Value
      • None


  • No labels