Versions Compared

Key

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

...

Code Block
titleRequest
{ 
    "body": { 
        "input": { 
            "CommonHeader": { 
                "TimeStamp": "2018-11-30T09:13:37.368Z", 
                "APIver": "1.0", 
                "RequestID": "9d2d790e-a5f0-11e8-98d0-529269fb1459", 
  				 "SubRequestID": "1", 
                "RequestTrack": {}, 
                "Flags": {} 
            }, 
            "Action": "allocate”, 
            "Payload": {
		"input": {
  	“sliceProfile”:{
   “sliceProfileId”:””,
    “sNSSAI”:””,
    “maxNumberofUEs”:20000,
    “latency”:10,
    “uLThptPerSlice”:3000,
    “dLThptPerSlice”:3000,
    “maxNumberofConns”:4000,
    “coverageAreaList”:[],
    “uEMobilityLevel”:””,
    “resourceSharingLevel”:””,
    "pLMNIdList":""  
  },
  “RANNSSIId”:””,
  “RANNFNSSIId”:””,
  “callbackURL”:””,
  “additionalproperties”:{
  }
}
} 
 }
        }, 
        "version": "1.0", 
 "rpc-name": " InstantiateRANSlice", 
        "correlation-id": "9d2d790e-a5f0-11e8-98d0-529269fb1459-1", 
        "type": "request"
} 

...