...
Elite soft json viewer | ||
---|---|---|
| ||
Modify RAN NSSI
Method | URL |
---|---|
PUT | {api-handler-url}/api/rest/provMns/v1/an/NSS/{nssi} |
Activate RAN NSSI
Method | URL |
---|---|
POST | {api-handler-url}/api/rest/provMns/v1/an/NSS/{snssai}/activation |
...
Method | URL |
---|---|
POST | {api-handler-url}/api/rest/provMns/v1/an/NSS/{snssai}/activationdeactivation |
Request Example
Elite soft json viewer | ||
---|---|---|
| ||
...
Method | URL |
---|---|
DELETE | {api-handler-url}/api/rest/provMns/v1/an/NSS/nssi/{nssiId} |
Request Example
Elite soft json viewer | ||
---|---|---|
| ||
Response Example
Elite soft json viewer | ||
---|---|---|
| ||
Sub-net Capability query
Method | URL |
---|---|
POST | {api-handler-url}/api/rest/provMns/v1/an/NSS/subnetCapabilityQuery |
Request Example
Elite soft json viewer | ||
---|---|---|
| ||
{
"subnetCapabilityQuery": {
"subnetTypes": ["AN"]
}
}
} |
Response Example
Elite soft json viewer | ||
---|---|---|
| ||
{
"latency":"",
"maxNumberofUEs":"",
"maxThroughput":"",
"terminalDensity":""
} |
Query JOB Status
Method | URL |
GET | /api/rest/provMns/v1/an/NSS/jobs/{jobId} |
Response Example
Elite soft json viewer | ||
---|---|---|
| ||
{
"responseDescriptor": {
"status": "processing",
"progress": 20,
"statusDescription": "Initiating VNF Instance",
"responseId": "1",
"nssiId":""
}
} |