Go to primary content
Oracle® Communications Network Slice Selection Function (NSSF) Cloud Native User's Guide
Release 1.0
F16990-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

3 Managed Objects

The following NSSF managed objects can be configured using REST APIs :

Table 3-7 Configured NSSAI - Parameters

S.No Field Name Type Description (With Default Values)
1 amfId Integer AMF Identifier
2 mcc Integer Mobile Country Code
3 mnc Integer Mobile Network Code
4 tac Integer AMF Identifier
5 salience Integer Order of importance, higher salience, more important
6 sst Integer Slice/Service type
sd String Slice Differentiator

Customer can configure Configured NSSAI by following the information provided in the table below. The supported operations are POST, GET, DELETE, and PUT. The following table provides information about the REST APIs supported by the Configured NSSAI managed object.

Table 3-8 Supported REST APIs - Configured NSSAI

Resource Name URI Data Type HTTP Method Description
Configured NSSAIs /nssf-configuration/v1/configurednssais array(NssfConfiguredNssai) POST Create a configured NSSAI
GET Read all configured NSSAIs
Configured NSSAI /nssf-configuration/v1/configurednssais/{amf_id}:{mcc}:{mnc}[:{tac}[:{sst}:{sd}]]] NssfConfiguredNssai GET Read a configured NSSAI
DELETE Delete a configured NSSAI

For a sample Open API Specification, see Open API Specification.