...
Method | URL |
---|
POST | /onap/so/infra/3gppservices/v1/allocate |
Request Example for "networkType"s of "an" or "cn"
Elite soft json viewer |
---|
|
{
"name": "eMBB-001",
"modelInvariantUuid": "NSST-C-001-HDBNJ-NSSMF-01-A-ZX",
"modelUuid":"NSST-C-001-HDBNJ-NSSMF-01-A-ZX-UUID",
"globalSubscriberId":"5GCustomer",
"subscriptionServiceType":"5G",
"sst":"eMBB",
"networkType":"an/cn/tn",
"additionalProperties": {
"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"
},
"endPoints":{
"ipAdress": "",
"logicInterfaceId": "",
"nextHopInfo": ""
},
"nsiInfo": {
"nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
"nsiName": "eMBB-001"
},
"scriptName": "AN1"
}
}
|
Response ExampleRequest Example for "networkType"s of "tn"
Elite soft json viewer |
---|
|
{
"jobIdname": "db245365e79c47ed88fcd60caa8f6549slice-alloc-002",
"statusmodelInvariantUuid": "6790ab0e-034f-11eb-adc1-0242ac120002",
"statusDescriptionmodelUuid": {}
}"6790ab0e-034f-11eb-adc1-0242ac120002",
"globalSubscriberId": "5GCustomer",
"subscriptionServiceType": "5G",
"networkType": "tn",
"additionalProperties": {
"enableSdnc": "true",
"serviceInstanceID": "slice-101",
"sliceProfile": {
"snssaiList": [
"001-100001"
],
"sliceProfileId": "ab9af40f13f721b5f13539d87484098",
"plmnIdList": [
"460-00",
"460-01"
],
"perfReq": {
},
"coverageAreaTAList": [
],
"latency": 2,
"maxBandwidth": 3000,
"resourceSharingLevel": "non-shared"
},
"transportSliceNetworks": [
{
"connectionLinks": [
{
"name": "slice-link-1",
"transportEndpointA": "tranportEp_src_ID_111_1",
"transportEndpointB": "tranportEp_dst_ID_212_1"
},
{
"name": "slice-link-2",
"transportEndpointA": "tranportEp_src_ID_111_2",
"transportEndpointB": "tranportEp_dst_ID_214_1"
},
{
"name": "slice-link-3",
"transportEndpointA": "tranportEp_src_ID_114_1",
"transportEndpointB": "tranportEp_dst_ID_212_2"
}
]
}
],
"nsiInfo": {
"nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
"nsiName": "eMBB-001"
},
"scriptName": "AN1"
}
}
|
Response Example
Elite soft json viewer |
---|
|
{
"jobId": "db245365e79c47ed88fcd60caa8f6549",
"status": "",
"statusDescription": {}
} |
Note : modelInvariantUuid and modelUuid corresponds to NSST Ids..
...
Elite soft json viewer |
---|
|
{
"name": "eMBB-001",
"globalSubscriberId":"5GCustomer",
"subscriptionServiceType":"5G",
"networkType":"an/cn/tn",
"serviceInstanceID": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX",
"additionalProperties": {
"modifyAction":"allocate/deallocate",
"snssaiList":["001-100001"],
"sliceProfileId":"",
"nsiInfo": {
"nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
"nsiName": "eMBB-001"
},
"scriptName": "AN1"
}
} |
...