{
  "productInfo" : {
    "company" : "HighByte",
    "product" : "IntelligenceHub",
    "version" : "4.4.0",
    "build" : "2026.3.27.401",
    "stage" : "Release"
  },
  "project" : {
    "version" : 13,
    "connections" : [ {
      "name" : "HB_Tutorial_OPC_UA",
      "uri" : "opc.tcp://52.10.6.4:49320",
      "tags" : [ "Namespace" ],
      "writes" : {
        "flattenModeledValues" : false
      },
      "writeThrottle" : {
        "enabled" : false,
        "maxBatchSizePerTarget" : 1000,
        "batchDelay" : {
          "duration" : 20,
          "units" : "Milliseconds"
        }
      },
      "subscriptions" : {
        "subscriptionRate" : {
          "duration" : 1,
          "units" : "Seconds"
        }
      },
      "storeForward" : {
        "enabled" : false,
        "maxEntries" : 100,
        "waitOnFailureInterval" : {
          "duration" : 1,
          "units" : "Seconds"
        }
      },
      "settings" : {
        "security" : "None",
        "authentication" : {
          "type" : "Anonymous"
        },
        "connectTimeoutSeconds" : 5,
        "requestTimeoutMS" : 5000,
        "maxItemsPerRead" : 512,
        "maxItemsPerWrite" : 256,
        "certificateKeyPair" : "app-certificate-private-key",
        "sessionName" : "",
        "identifierMode" : "NodeId"
      }
    }, {
      "name" : "HB_Tutorial_SQL_Server",
      "uri" : "jdbc.sqlserver://52.10.6.4:1433",
      "tags" : [ "Namespace" ],
      "writes" : {
        "flattenModeledValues" : false
      },
      "writeThrottle" : {
        "enabled" : false,
        "maxBatchSizePerTarget" : 1000,
        "batchDelay" : {
          "duration" : 20,
          "units" : "Milliseconds"
        }
      },
      "subscriptions" : { },
      "storeForward" : {
        "enabled" : false,
        "maxEntries" : 100,
        "waitOnFailureInterval" : {
          "duration" : 1,
          "units" : "Seconds"
        }
      },
      "settings" : {
        "database" : "serviceinfo",
        "username" : "highbyte",
        "strategy" : {
          "type" : "default"
        },
        "password" : {
          "type" : "Encrypted",
          "value" : {
            "keyId" : "C7wJS1HfVPU+VGic55WJyg==",
            "iv" : "Q3NpCzS85ktAiocoe8iD0A==",
            "ciphertext" : "QXB8BU16C2KDDSSMLOOUrQ=="
          }
        }
      }
    } ],
    "inputs" : [ {
      "name" : "Tutorial_CNC_Fanuc_Branch_Parameterized",
      "connection" : "HB_Tutorial_OPC_UA",
      "type" : "opc.tcp",
      "qualifier" : {
        "dataType" : "Auto",
        "type" : "Branch",
        "maxDepth" : 1,
        "cacheInterval" : {
          "duration" : 1,
          "units" : "Hours"
        },
        "ignoreBadQuality" : false,
        "browseVariableNodes" : false,
        "identifier" : {
          "type" : "NodeId",
          "namespaceIndex" : "2",
          "identifierType" : "String",
          "value" : "Tutorial.CNC_Fanuc_{{this.InputAssetID}}"
        }
      },
      "cacheLifetime" : {
        "enabled" : false
      },
      "template" : {
        "name" : "{{this.InputAssetID}}",
        "type" : "Off",
        "params" : [ {
          "name" : "InputAssetID",
          "pattern" : "1001-1003"
        } ]
      },
      "parameters" : {
        "type" : "inline",
        "model" : {
          "name" : "params",
          "tags" : [ ],
          "attributes" : [ {
            "attributeType" : "Internal",
            "name" : "InputAssetID",
            "nullable" : false,
            "required" : false,
            "array" : false,
            "defaultValue" : "1001",
            "internalType" : "String"
          } ]
        }
      }
    }, {
      "name" : "ServiceInformation",
      "connection" : "HB_Tutorial_SQL_Server",
      "type" : "jdbc.sqlserver",
      "qualifier" : {
        "type" : "query",
        "query" : "SELECT * FROM [serviceinfo].[dbo].[cmms_servicelogs] WHERE asset_id = 'Fanuc_{{this.InputAssetId}}'",
        "index" : {
          "enabled" : false,
          "indexName" : "",
          "indexValue" : ""
        }
      },
      "cacheLifetime" : {
        "enabled" : false
      },
      "template" : {
        "type" : "Off"
      },
      "parameters" : {
        "type" : "inline",
        "model" : {
          "name" : "params",
          "tags" : [ ],
          "attributes" : [ {
            "attributeType" : "Internal",
            "name" : "InputAssetId",
            "nullable" : false,
            "required" : false,
            "array" : false,
            "defaultValue" : "1001",
            "internalType" : "String"
          } ]
        }
      }
    } ],
    "outputs" : [ ],
    "modeling" : {
      "models" : [ {
        "name" : "HB_Tutorial_Models_CNC_Asset_Info",
        "tags" : [ "Namespace" ],
        "attributes" : [ {
          "attributeType" : "Internal",
          "name" : "AssetID",
          "nullable" : false,
          "required" : true,
          "array" : false,
          "internalType" : "String"
        }, {
          "attributeType" : "Internal",
          "name" : "Temperature",
          "nullable" : false,
          "required" : true,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "Temperature_UOM",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "CuttingSpeed",
          "nullable" : false,
          "required" : true,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "PowerCurrent",
          "nullable" : false,
          "required" : true,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "FeedRate",
          "nullable" : false,
          "required" : true,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "LastServiceDate",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "LastServiceNotes",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        } ]
      }, {
        "name" : "HB_Tutorial_Models_Enterprise_CNC",
        "tags" : [ "Namespace" ],
        "attributes" : [ {
          "attributeType" : "Internal",
          "name" : "Enterprise",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "Site",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "Area",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "Line",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Modeled",
          "name" : "Values",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "model" : "HB_Tutorial_Models_CNC_Asset_Info"
        }, {
          "attributeType" : "Object",
          "name" : "ProgramInfo",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "attributes" : [ {
            "attributeType" : "Internal",
            "name" : "ProgramID",
            "nullable" : false,
            "required" : false,
            "array" : false,
            "internalType" : "Any"
          }, {
            "attributeType" : "Internal",
            "name" : "ToolID",
            "nullable" : false,
            "required" : false,
            "array" : false,
            "internalType" : "Any"
          }, {
            "attributeType" : "Internal",
            "name" : "MachineState",
            "nullable" : false,
            "required" : false,
            "array" : false,
            "internalType" : "Any"
          }, {
            "attributeType" : "Internal",
            "name" : "RejectCount",
            "nullable" : false,
            "required" : false,
            "array" : false,
            "internalType" : "Any"
          } ]
        } ]
      }, {
        "name" : "HB_Tutorial_Program_Info",
        "tags" : [ "Namespace" ],
        "attributes" : [ {
          "attributeType" : "Internal",
          "name" : "ProgramID",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "ToolID",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "MachineState",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        }, {
          "attributeType" : "Internal",
          "name" : "RejectCount",
          "nullable" : false,
          "required" : false,
          "array" : false,
          "internalType" : "Any"
        } ]
      } ],
      "instances" : [ {
        "name" : "CNC_Asset_Info_Instance_Parameterized",
        "tags" : [ "Namespace" ],
        "model" : "HB_Tutorial_Models_CNC_Asset_Info",
        "rootValueAs" : "Object",
        "template" : {
          "name" : "{{this.InstanceAssetID}}",
          "type" : "Off",
          "params" : [ {
            "name" : "InstanceAssetID",
            "pattern" : "1001-1003"
          } ]
        },
        "executeMode" : "V4",
        "initExpression" : "",
        "attributes" : [ {
          "name" : "AssetID",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_Branch_Parameterized",
              "path" : ".AssetID",
              "params" : {
                "InputAssetID" : "{{this.InstanceAssetID}}"
              },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "Temperature",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_Branch_Parameterized",
              "path" : ".MachineTemperature",
              "params" : {
                "InputAssetID" : "{{this.InstanceAssetID}}"
              },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "Temperature_UOM",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "defaultValue" : "F"
        }, {
          "name" : "CuttingSpeed",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_Branch_Parameterized",
              "path" : ".CuttingSpeed",
              "params" : {
                "InputAssetID" : "{{this.InstanceAssetID}}"
              },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "PowerCurrent",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_Branch_Parameterized",
              "path" : ".PowerCurrent",
              "params" : {
                "InputAssetID" : "{{this.InstanceAssetID}}"
              },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "FeedRate",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_Branch_Parameterized",
              "path" : ".FeedRate",
              "params" : {
                "InputAssetID" : "{{this.InstanceAssetID}}"
              },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "LastServiceDate",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "ServiceInformation",
              "path" : "[0].date",
              "params" : {
                "InputAssetId" : "{{this.InstanceAssetID}}"
              },
              "connectionName" : "HB_Tutorial_SQL_Server"
            }
          }
        }, {
          "name" : "LastServiceNotes",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "ServiceInformation",
              "path" : "[0].notes",
              "params" : {
                "InputAssetId" : "{{this.InstanceAssetID}}"
              },
              "connectionName" : "HB_Tutorial_SQL_Server"
            }
          }
        } ],
        "parameters" : {
          "type" : "inline",
          "model" : {
            "name" : "params",
            "tags" : [ ],
            "attributes" : [ {
              "attributeType" : "Internal",
              "name" : "InstanceAssetID",
              "nullable" : false,
              "required" : false,
              "array" : false,
              "defaultValue" : "1001",
              "internalType" : "String"
            } ]
          }
        }
      }, {
        "name" : "HB_Tutorial_Models_CNC_Asset_Info_Instance",
        "tags" : [ "Namespace" ],
        "model" : "HB_Tutorial_Models_CNC_Asset_Info",
        "rootValueAs" : "Object",
        "template" : {
          "type" : "Off"
        },
        "executeMode" : "V4",
        "initExpression" : "",
        "attributes" : [ {
          "name" : "AssetID",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_1001_AssetID",
              "path" : "",
              "params" : { },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "Temperature",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_1001_MachineTemperature",
              "path" : "",
              "params" : { },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "Temperature_UOM",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "defaultValue" : "F"
        }, {
          "name" : "CuttingSpeed",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_1001_CuttingSpeed",
              "path" : "",
              "params" : { },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "PowerCurrent",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_1001_PowerCurrent",
              "path" : "",
              "params" : { },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "FeedRate",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "Tutorial_CNC_Fanuc_1001_FeedRate",
              "path" : "",
              "params" : { },
              "connectionName" : "HB_Tutorial_OPC_UA"
            }
          }
        }, {
          "name" : "LastServiceDate",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "HB_Tutorial_SQL_Server_Input_Get_All_CNC_Assets",
              "path" : "[0].date",
              "params" : { },
              "connectionName" : "HB_Tutorial_SQL_Server"
            }
          }
        }, {
          "name" : "LastServiceNotes",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Input",
              "name" : "HB_Tutorial_SQL_Server_Input_Get_All_CNC_Assets",
              "path" : "[0].notes",
              "params" : { },
              "connectionName" : "HB_Tutorial_SQL_Server"
            }
          }
        } ],
        "parameters" : {
          "type" : "EmptyParameters"
        }
      }, {
        "name" : "HB_Tutorial_Models_Enterprise_CNC_Instance",
        "tags" : [ "Namespace" ],
        "model" : "HB_Tutorial_Models_Enterprise_CNC",
        "rootValueAs" : "Object",
        "template" : {
          "type" : "Off"
        },
        "executeMode" : "V4",
        "initExpression" : "",
        "attributes" : [ {
          "name" : "Enterprise",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "defaultValue" : "Tutorial"
        }, {
          "name" : "Site",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "defaultValue" : "Site 1"
        }, {
          "name" : "Area",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "defaultValue" : "Area 1"
        }, {
          "name" : "Line",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "defaultValue" : "Line 1"
        }, {
          "name" : "Values",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "attributes" : [ {
            "name" : "AssetID",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_AssetID",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          }, {
            "name" : "Temperature",
            "expression" : {
              "type" : "JavaScript",
              "expression" : "return ({{Connection.HB_Tutorial_OPC_UA.Tutorial_CNC_Fanuc_1001_MachineTemperature}}-32)*.5556;"
            }
          }, {
            "name" : "Temperature_UOM",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Empty"
              }
            },
            "defaultValue" : "C"
          }, {
            "name" : "CuttingSpeed",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_CuttingSpeed",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          }, {
            "name" : "PowerCurrent",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_PowerCurrent",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          }, {
            "name" : "FeedRate",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_FeedRate",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          }, {
            "name" : "LastServiceDate",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "HB_Tutorial_SQL_Server_Input_Get_All_CNC_Assets",
                "path" : "[0].date",
                "params" : { },
                "connectionName" : "HB_Tutorial_SQL_Server"
              }
            }
          }, {
            "name" : "LastServiceNotes",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Empty"
              }
            }
          } ]
        }, {
          "name" : "ProgramInfo",
          "expression" : {
            "type" : "Reference",
            "reference" : {
              "type" : "Empty"
            }
          },
          "attributes" : [ {
            "name" : "ProgramID",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_PartProgamID",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          }, {
            "name" : "ToolID",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_ToolID",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          }, {
            "name" : "MachineState",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_MachineState",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          }, {
            "name" : "RejectCount",
            "expression" : {
              "type" : "Reference",
              "reference" : {
                "type" : "Input",
                "name" : "Tutorial_CNC_Fanuc_1001_RejectCount",
                "path" : "",
                "params" : { },
                "connectionName" : "HB_Tutorial_OPC_UA"
              }
            }
          } ]
        } ],
        "parameters" : {
          "type" : "EmptyParameters"
        }
      } ]
    },
    "conditions" : [ ],
    "functions" : [ ],
    "tags" : [ {
      "name" : "Namespace"
    } ],
    "pipelines" : [ ],
    "namespace" : [ {
      "type" : "local",
      "id" : "f889d9ac-669e-4188-b8c2-3044f04afebf",
      "name" : "Enterprise",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "97474540-61c0-451d-a35d-4f80177124a9",
      "name" : "Lincoln",
      "parentNamespaceId" : "f889d9ac-669e-4188-b8c2-3044f04afebf",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "35a5bdd8-7a03-46e6-8ee3-391f9ddb49df",
      "name" : "Area_1",
      "parentNamespaceId" : "97474540-61c0-451d-a35d-4f80177124a9",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "fbcad354-779a-45d8-978a-a5965c9a727d",
      "name" : "Line_1",
      "parentNamespaceId" : "35a5bdd8-7a03-46e6-8ee3-391f9ddb49df",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "71390208-d850-4c57-9a5d-b3abf3be16b9",
      "name" : "CNC_Machine",
      "parentNamespaceId" : "fbcad354-779a-45d8-978a-a5965c9a727d",
      "reference" : {
        "type" : "Instance",
        "name" : "CNC_Asset_Info_Instance_Parameterized",
        "path" : "",
        "params" : {
          "InstanceAssetID" : "1001"
        }
      }
    }, {
      "type" : "local",
      "id" : "a6938713-c0b3-41ce-aa0f-31418c37a617",
      "name" : "Area_2",
      "parentNamespaceId" : "97474540-61c0-451d-a35d-4f80177124a9",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "29b5ccc9-5a07-4655-ab3c-603cd0655a4c",
      "name" : "Line_2",
      "parentNamespaceId" : "a6938713-c0b3-41ce-aa0f-31418c37a617",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "c1411e0c-fced-450e-ab76-25e88597c304",
      "name" : "CNC_Machine",
      "parentNamespaceId" : "29b5ccc9-5a07-4655-ab3c-603cd0655a4c",
      "reference" : {
        "type" : "Instance",
        "name" : "CNC_Asset_Info_Instance_Parameterized",
        "path" : "",
        "params" : {
          "InstanceAssetID" : "1002"
        }
      }
    }, {
      "type" : "local",
      "id" : "7407bbdf-2325-4eff-8f04-d65b43a6ffb9",
      "name" : "Area_3",
      "parentNamespaceId" : "97474540-61c0-451d-a35d-4f80177124a9",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "00318924-2220-4d39-ab06-2fdae0d79caf",
      "name" : "Line_3",
      "parentNamespaceId" : "7407bbdf-2325-4eff-8f04-d65b43a6ffb9",
      "reference" : {
        "type" : "Empty"
      }
    }, {
      "type" : "local",
      "id" : "ea6fd917-1b46-405d-9b47-799c27ac1edc",
      "name" : "CNC_Machine",
      "parentNamespaceId" : "00318924-2220-4d39-ab06-2fdae0d79caf",
      "reference" : {
        "type" : "Instance",
        "name" : "CNC_Asset_Info_Instance_Parameterized",
        "path" : "",
        "params" : {
          "InstanceAssetID" : "1003"
        }
      }
    } ]
  },
  "network" : {
    "groups" : [ ],
    "hubs" : [ ]
  }
}