Versions Compared

Key

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

...

Elite soft json viewer
modeText

Modify RAN NSSI

MethodURL
PUT{api-handler-url}/api/rest/provMns/v1/an/NSS/{nssi}
/update


Activate RAN NSSI

MethodURL
POST{api-handler-url}/api/rest/provMns/v1/an/NSS/{snssai}/activation

...

MethodURL
POST

{api-handler-url}/api/rest/provMns/v1/an/NSS/{snssai}/activationdeactivation

Request Example


Elite soft json viewer
modeText

...

MethodURL
DELETE{api-handler-url}/api/rest/provMns/v1/an/NSS/nssi/{nssiId}

Request Example


Elite soft json viewer
modeText

Response Example


Elite soft json viewer
modeText

Sub-net Capability query

MethodURL
POST{api-handler-url}/api/rest/provMns/v1/an/NSS/subnetCapabilityQuery

Request Example



Elite soft json viewer
modeText
{
    "subnetCapabilityQuery": {
        "subnetTypes": ["AN"]
        }
    }
}

Response Example


Elite soft json viewer
modeText
{
"latency":"",
"maxNumberofUEs":"",
"maxThroughput":"",
"terminalDensity":""
}

Query JOB Status

Method

URL

GET

/api/rest/provMns/v1/an/NSS/jobs/{jobId}


Response Example


Elite soft json viewer
modeText
{
  "responseDescriptor": {
    "status": "processing",
    "progress": 20,
    "statusDescription": "Initiating VNF Instance",
    "responseId": "1",
	"nssiId":""
  }
}