Versions Compared

Key

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

...

Info:For the value of nsstId, if NSST doesn't contain artifact, the value is NSST UUID, otherwise it is the ID in the artifact file.

JSON Viewer
modeText
height300
{	"actionType": "allocate",
	"networkSliceInfoallocateTnNssi": [
		{
			"snssaiactionType": "123",
			"customer": "company_x"allocate",
			"serviceTypenetworkSliceInfo": "IoT"[
		},
		{
				"snssai": "456123",
				"customer": "company_yx",
				"serviceType": "CCTVIoT"
			}
		],
		"transportSliceNetworks": [
			{
				"type": "P2P",
				"slaPolicy": {
					"latency": 123,
					"jitter": 123,
					"maxBandwidth": 123,
					"reliability": "1+1_protection"
				},
				"connectionLinks": [
					{
						"transportEndpointA": "tranportEp_ID_XXX",
						"transportEndpointB": "tranportEp_ID_YYY"
					},
					{
						"transportEndpointA": "tranportEp_ID_AAA",
						"transportEndpointB": "tranportEp_ID_BBB"
					}
				]
			},
			{
				"type": "MP2MP",
				"slaPolicy": {
					"latency": 456,
					"jitter": 456,
					"maxBandwidth": 456,
					"reliability": "unprotected"
				},
				"connectionLinks": [
					{
						"transportEndpointA": "tranportEp_ID_CCC",
						"transportEndpointB": "tranportEp_ID_DDD"
					},
					{
						"transportEndpointA": "tranportEp_ID_EEE",
						"transportEndpointB": "tranportEp_ID_FFF"
					}
				]
			}
		]
	}
}


Response example:

Status:202

...