Versions Compared

Key

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

...

Method

URL

POST

/api/rest/provMns/v1/NSS/{snssai}/deactivation

REQ example:

JSON Viewer
modeText
width450
height200
{
    "actDeActNssi": {
        "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
        "nssiId": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX"
    },
    "esrInfo": {
        "vendor": "huawei",
        "networkType": "core/access/transport"
    }
}

...

Method

URL

POST

/api/rest/provMns/v1/NSS/nssi/{nssiId}

REQ example:

JSON Viewer
modeText
width450
{
    "deAllocateNssi": {
        "snssai": [
            "001-100001"
        ],
        "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
        "nssiId": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX ",
        "terminateNssiOption": 0,
        "scriptName": "CN1",
        "extension": {
            "XXX": "XXX"
        }
    },
    "esrInfo": {
        "vendor": "huawei",
        "networkType": "core/access/transport"
    }
}

Response example:

Status:202

JSON Viewer
modeText
width450
height200
{"jobId":"db245365e79c47ed88fcd60caa8f6549"}

Query JOB Status:

Method

URL

POST

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

REQ example:


JSON Viewer
modeText
hideBordertrue
{
    "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
    "nssiId": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX",
    "responseId": "3",
    "esrInfo": {
        "vendor": "huawei",
        "networkType": "core/access/transport"
    }
}

Response example:

Status:200


JSON Viewer
modeText
{"responseDescriptor":{"status":"processing","progress":20,"statusDescription":"Initiating VNF Instance","responseId":"1"}}