OCNCC Black Box

N2FE Flow Operation - OCNCC Black Box

The OCNCC Black Box operation is a default node that encapsulates all nodes that N2FE doesn’t individually support.

Config Parameters

The OCNCC Black Box operation config attributes are as follows.

Parameter Type Description
original_node_number Integer The Id of the node in the original ACS flow.
parameters_hash String A hash of the parameters of the node.
type_name String The type of OCNCC node.

Example Operation

Here is an example OCNCC Black Box operation in JSON representation.

    {
      "id":"1",
      "base_node":"1",
      "type":"BlackBox",
      "name":"VpnTarCodPrf",
      "config":{
          "original_node_number":"1",
          "parameters_hash":"9b7e59f42rsbc1f8cc67d1c3b90c62fd",
          "type_name":"VpnSetTariffCodeFromProfile"
        },
        "exits":[],
        "exitNames":[
          {"name":1},
          {"name":2},
          {"name":3}
        ]
    }