Versions Compared

Key

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

...

JSON Viewer
modeText
width500
height350
{
    "allocateCnNssi": {
        "nsstId": "NSST-C-001-HDBNJ-NSSMF-01-A-ZX",
        "nssiName": "eMBB-001",
        "sliceProfile": {
            "snssaiList": [
                "001-100001"
            ],
            "sliceProfileId": "ab9af40f13f721b5f13539d87484098",
            "plmnIdList": [
                "460-00",
                "460-01"
            ],
            "perfReq": {
                "perfReqEmbbList ": [
                    {
                        "activityFactor": 50
                    }
                ]
            },
            "maxNumberofUEs": 200,
            "coverageAreaTAList": [
                "1",
                "2",
                "3",
                "4"
            ],
            "latency": 2,
            "resourceSharingLevel": "non-shared"
        },
		"endPoint":{
			"IpAdress":"",
			"LogicalLinkId":"",
			"nextHopInfo":""
		},
        "nsiInfo": {
            "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
            "nsiName": "eMBB-001"
        },
        "scriptName": "CN1",
        "extension": {
            "XXX": "XXX"
        }
    },
    "esrInfo": {
        "vendor": "huawei",
        "networkType": "core"
    }
}

...

MethodURL
PUT/api/rest/provMns/v1/NSS/{nssi}

REQ example:

JSON Viewer
modeText
{
  "modifyAnNSSI": {
    "nssiId": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX",
    "nssiName": "eMBB-001",
    "sNssaiList": [
      "001-100001"
    ],
    "nsiInfo": {
      "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
      "nsiName": "eMBB-001"
    },
    "scriptName": "TN1",
    "additionalProperties": {
      "XXX": "XXX"
    }
  },
    "esrInfo": {
        "vendor": "huawei",
        "networkType": "transport"
    }
}

...

MethodURL
POST/api/rest/provMns/v1/NSS/subnetCapabilityQuery

REQ example

JSON Viewer
modeText
{
  "subnetCapabilityQuery": {
    "subnetTypes": [
      "AN","CN","TN-FH","TN-MH","TN-BH"
    ]
  },
    "esrInfo": {
        "vendor": "huawei",
        "networkType": "core/access/transport"
    }
}

...

Note: Refer SO for subnet specific capabilities

Query NSSI selection capability:[AN/TN/CN]

MethodURL
GET/api/rest/provMns/v1/NSS/NSSISelectionCapability

Response example:

Status:200


JSON Viewer
{"selection":"NSMF/NSSMF"}

NSSMF Adapter call NSSMF APIs