Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JSON Viewer
modeText
{
    "subnetTypes": [
      "TN-_FH",
      "TN-_MH",
      "TN-_BH"
    ]
}

Response Example(TN)

JSON Viewer
modeText
{
  "TN-_FH": {
    "latency": "",
    "maxThroughput": ""
  },
  "TN-_MH": {
    "latency": "",
    "maxThroughput": ""
  },
  "TN-_BH": {
    "latency": "",
    "maxThroughput": ""
  }
}

Note: Subnet capabilities are stored in a JSON properties file in so-api handler container.

Refer to swagger for allowed enum values.

API consumed by NSSMF

OOF ↔  NSSMF

...