5.26 MBSUserService API
29.5223GPP5G SystemNetwork Exposure Function Northbound APIsRelease 18Stage 3TS
5.26.1 Introduction
The Nnef_MBSUserService service shall use the MBSUserService API.
The API URI of MBSUserService API shall be:
{apiRoot}/3gpp-mbs-us/v1
with the following components:
– "apiRoot" is set as defined in clause 5.2.4 of 3GPP TS 29.122 [4].
– "apiName" shall be set to "3gpp-mbs-us".
– "apiVersion" shall be set to "v1" for the current version defined in the present document.
All resource URIs in the clauses below are defined relative to the above root URI.
5.26.2 Resources
5.26.2.1 Overview
This clause describes the structure for the Resource URIs as shown in figure 5.26.2.1-1 and the resources and HTTP methods used for the MBSUserService API.
Figure 5.26.2.1-1: Resource URI structure of the MBSUserService API
Table 5.26.2.1-1 provides an overview of the resources and applicable HTTP methods.
Table 5.26.2.1-1: Resources and methods overview
Resource name |
Resource URI (relative path under API URI) |
HTTP method or custom operation |
Description (service operation) |
MBS User Services |
/mbs-user-services |
GET |
Retrieve all the active MBS User Services managed by the NEF. |
POST |
Request the creation of a new MBS User Service. |
||
Individual MBS User Service |
/mbs-user-services/{mbsUserServId} |
GET |
Retrieve an existng MBS User Service managed by the NEF. |
PUT |
Update an existng MBS User Service managed by the NEF. |
||
PATCH |
Modify an existng MBS User Service managed by the NEF. |
||
DELETE |
Delete an existng MBS User Service managed by the NEF. |
5.26.2.2 Resource: MBS User Services
5.26.2.2.1 Introduction
This resource represents the collection of MBS User Services managed by the NEF.
This resource is modelled with the Collection resource archetype (see clause C.2 of 3GPP TS 29.501 [3]).
5.26.2.2.2 Resource Definition
Resource URI: {apiRoot}/3gpp-mbs-us/v1/mbs-user-services
This resource shall support the resource URI variables defined in table 5.26.2.2.2-1.
Table 5.26.2.2.2-1: Resource URI variables for this resource
Name |
Data type |
Definition |
apiRoot |
string |
See clause 5.26.1. |
5.26.2.2.3 Resource Standard Methods
5.26.2.2.3.1 GET
This method allows an AF to retrieve all the active MBS User Service resources at the NEF.
This method shall support the URI query parameters specified in table 5.26.2.2.3.1-1.
Table 5.26.2.2.3.1-1: URI query parameters supported by the GET method on this resource
Name |
Data type |
P |
Cardinality |
Description |
Applicability |
n/a |
This method shall support the request data structures specified in table 5.26.2.2.3.1-2 and the response data structures and response codes specified in table 5.26.2.2.3.1-3.
Table 5.26.2.2.3.1-2: Data structures supported by the GET Request Body on this resource
Data type |
P |
Cardinality |
Description |
n/a |
Table 5.26.2.2.3.1-3: Data structures supported by the GET Response Body on this resource
Data type |
P |
Cardinality |
Response codes |
Description |
array(MBSUserService) |
M |
0..N |
200 OK |
Successful case. All the active MBS User Services managed by the NEF are returned. |
n/a |
307 Temporary Redirect |
Temporary redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
n/a |
308 Permanent Redirect |
Permanent redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
NOTE: The mandatory HTTP error status code for the GET method listed in table 5.2.6-1 of 3GPP TS 29.122 [4] also apply. |
Table 5.26.2.2.3.1-4: Headers supported by the 307 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
Table 5.26.2.2.3.1-5: Headers supported by the 308 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
5.26.2.2.3.2 POST
This method enables an AF to request the creation of an MBS User Service resource at the NEF.
This method shall support the URI query parameters specified in table 5.26.2.2.3.2-1.
Table 5.26.2.2.3.2-1: URI query parameters supported by the POST method on this resource
Name |
Data type |
P |
Cardinality |
Description |
Applicability |
n/a |
This method shall support the request data structures specified in table 5.26.2.2.3.2-2 and the response data structures and response codes specified in table 5.26.2.2.3.2-3.
Table 5.26.2.2.3.2-2: Data structures supported by the POST Request Body on this resource
Data type |
P |
Cardinality |
Description |
MBSUserService |
M |
1 |
Contains the parameters to request the creation of a new MBS User Service at the NEF. |
Table 5.26.2.2.3.2-3: Data structures supported by the POST Response Body on this resource
Data type |
P |
Cardinality |
Response codes |
Description |
MBSUserService |
M |
1 |
201 Created |
Successful case. A new MBS User Service is successfully created and a representation of the created Individual MBS User Service resource is returned. An HTTP "Location" header that contains the resource URI of the created Individual MBS User Service resource shall also be included. |
NOTE: The mandatory HTTP error status code for the POST method listed in table 5.2.6-1 of 3GPP TS 29.122 [4] also apply. |
Table 5.26.2.2.3.2-4: Headers supported by the 201 response code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
Contains the URI of the newly created resource, according to the structure: {apiRoot}/3gpp-mbs-us/v1/mbs-user-services/{mbsUserServId} |
5.26.2.2.4 Resource Custom Operations
There are no resource custom operations defined for this resource in this release of the specification.
5.26.2.3 Resource: Individual MBS User Service
5.26.2.3.1 Introduction
This resource represents an Individual MBS User Service managed by the NEF.
This resource is modelled with the Document resource archetype (see clause C.1 of 3GPP TS 29.501 [3]).
5.26.2.3.2 Resource Definition
Resource URI: {apiRoot}/3gpp-mbs-us/v1/mbs-user-services/{mbsUserServId}
This resource shall support the resource URI variables defined in table 5.26.2.3.2-1.
Table 5.26.2.3.2-1: Resource URI variables for this resource
Name |
Data type |
Definition |
apiRoot |
string |
See clause 5.26.1. |
mbsUserServId |
string |
Contains the unique identifier of the Individual MBS User Service resource assigned by the NEF. |
5.26.2.3.3 Resource Standard Methods
5.26.2.3.3.1 GET
This method allows an AF to retrieve an existing Individual MBS User Service resource at the NEF.
This method shall support the URI query parameters specified in table 5.26.2.3.3.1-1.
Table 5.26.2.3.3.1-1: URI query parameters supported by the GET method on this resource
Name |
Data type |
P |
Cardinality |
Description |
Applicability |
n/a |
This method shall support the request data structures specified in table 5.26.2.3.3.1-2 and the response data structures and response codes specified in table 5.26.2.3.3.1-3.
Table 5.26.2.3.3.1-2: Data structures supported by the GET Request Body on this resource
Data type |
P |
Cardinality |
Description |
n/a |
Table 5.26.2.3.3.1-3: Data structures supported by the GET Response Body on this resource
Data type |
P |
Cardinality |
Response codes |
Description |
MBSUserService |
M |
1 |
200 OK |
Successful case. The requested Individual MBS User Service resource is successfully returned. |
n/a |
307 Temporary Redirect |
Temporary redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
n/a |
308 Permanent Redirect |
Permanent redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
NOTE: The mandatory HTTP error status code for the GET method listed in table 5.2.6-1 of 3GPP TS 29.122 [4] also apply. |
Table 5.26.2.3.3.1-4: Headers supported by the 307 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
Table 5.26.2.3.3.1-5: Headers supported by the 308 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
5.26.2.3.3.2 PUT
This method enables an AF to request the update of an existing Individual MBS User Service resource at the NEF.
This method shall support the URI query parameters specified in table 5.26.2.3.3.2-1.
Table 5.26.2.3.3.2-1: URI query parameters supported by the PUT method on this resource
Name |
Data type |
P |
Cardinality |
Description |
Applicability |
n/a |
This method shall support the request data structures specified in table 5.26.2.3.3.2-2 and the response data structures and response codes specified in table 5.26.2.3.3.2-3.
Table 5.26.2.3.3.2-2: Data structures supported by the PUT Request Body on this resource
Data type |
P |
Cardinality |
Description |
MBSUserService |
M |
1 |
Contains the updated representation of the Individual MBS User Service resource that is to be updated. |
Table 5.26.2.3.3.2-3: Data structures supported by the PUT Response Body on this resource
Data type |
P |
Cardinality |
Response codes |
Description |
MBSUserService |
M |
1 |
200 OK |
Successful case. The concerned Individual MBS User Service resource is successfully updated and a representation of the updated resource is returned in the response body. |
n/a |
204 No Content |
Successful case. The concerned Individual MBS User Service resource is successfully updated and no content is returned in the response body. |
||
n/a |
307 Temporary Redirect |
Temporary redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
n/a |
308 Permanent Redirect |
Permanent redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
NOTE: The mandatory HTTP error status code for the PUT method listed in table 5.2.6-1 of 3GPP TS 29.122 [4] also apply. |
Table 5.26.2.3.3.2-4: Headers supported by the 307 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
Table 5.26.2.3.3.2-5: Headers supported by the 308 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
5.26.2.3.3.3 PATCH
This method enables an AF to request the modification of an existing Individual MBS User Service resource at the NEF.
This method shall support the URI query parameters specified in table 5.26.2.3.3.3-1.
Table 5.26.2.3.3.3-1: URI query parameters supported by the PATCH method on this resource
Name |
Data type |
P |
Cardinality |
Description |
Applicability |
n/a |
This method shall support the request data structures specified in table 5.26.2.3.3.3-2 and the response data structures and response codes specified in table 5.26.2.3.3.3-3.
Table 5.26.2.3.3.3-2: Data structures supported by the PATCH Request Body on this resource
Data type |
P |
Cardinality |
Description |
MBSUserServicePatch |
M |
1 |
Contains the parameters to request the modification of the Individual MBS User Service resource. |
Table 5.26.2.3.3.3-3: Data structures supported by the PATCH Response Body on this resource
Data type |
P |
Cardinality |
Response codes |
Description |
MBSUserService |
M |
1 |
200 OK |
Successful case. The concerned Individual MBS User Service resource is successfully modified and a representation of the updated resource is returned in the response body. |
n/a |
204 No Content |
Successful response. The Individual MBS User Service resource was successfully modified and no content is returned in the response body. |
||
n/a |
307 Temporary Redirect |
Temporary redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
n/a |
308 Permanent Redirect |
Permanent redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
||
NOTE: The mandatory HTTP error status code for the PATCH method listed in table 5.2.6-1 of 3GPP TS 29.122 [4] also apply. |
Table 5.26.2.3.3.3-4: Headers supported by the 307 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
Table 5.26.2.3.3.3-5: Headers supported by the 308 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
5.26.2.3.3.4 DELETE
This method enables an AF to request the deletion of an existing Individual MBS User Service resource at the NEF.
This method shall support the URI query parameters specified in table 5.26.2.3.3.4-1.
Table 5.26.2.3.3.4-1: URI query parameters supported by the DELETE method on this resource
Name |
Data type |
P |
Cardinality |
Description |
Applicability |
n/a |
This method shall support the request data structures specified in table 5.26.2.3.3.4-2 and the response data structures and response codes specified in table 5.26.2.3.3.4-3.
Table 5.26.2.3.3.4-2: Data structures supported by the DELETE Request Body on this resource
Data type |
P |
Cardinality |
Description |
n/a |
Table 5.26.2.3.3.4-3: Data structures supported by the DELETE Response Body on this resource
Data type |
P |
Cardinality |
Response Codes |
Description |
n/a |
204 No Content |
Successful response. The Individual MBS User Service resource is successfully deleted. |
||
307 Temporary Redirect |
Temporary redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
|||
308 Permanent Redirect |
Permanent redirection. The response shall include a Location header field containing an alternative target URI located in an alternative NEF. Redirection handling is described in clause 5.2.10 of 3GPP TS 29.122 [4]. |
|||
NOTE: The mandatory HTTP error status code for the DELETE method listed in table 5.2.6-1 of 3GPP TS 29.122 [4] also apply. |
Table 5.26.2.3.3.4-4: Headers supported by the 307 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
Table 5.26.2.3.3.4-5: Headers supported by the 308 Response Code on this resource
Name |
Data type |
P |
Cardinality |
Description |
Location |
string |
M |
1 |
An alternative URI of the resource located in an alternative NEF. |
5.26.2.3.4 Resource Custom Operations
There are no resource custom operations defined for this resource in this release of the specification.
* * * * Next changes * * * *
5.26.3 Custom Operations without associated resources
There are no custom operations without associated resources defined for this API in this release of the specification.
5.26.4 Notifications
There are no notifications defined for this API in this release of the specification.
5.26.5 Data Model
5.26.5.1 General
This clause specifies the application data model supported by the MBSUserService API. Table 5.26.5.1-1 specifies the data types defined for the MBSUserService API.
Table 5.26.5.1-1: MBSUserService specific Data Types
Data type |
Clause defined |
Description |
Applicability |
Table 5.26.5.1-2 specifies data types re-used by the MBSUserService API from other specifications, including a reference to their respective specifications, and when needed, a short description of their use within the MBSUserService API.
Table 5.26.5.1-2: Re-used Data Types
Data type |
Reference |
Comments |
Applicability |
MBSUserService |
3GPP TS 29.580 [66] |
Represents MBS User Service parameters. |
|
MBSUserServicePatch |
3GPP TS 29.580 [66] |
Represents the requested modifications to an MBS User Service resource representation. |
5.26.5.2 Structured data types
5.26.5.2.1 Introduction
This clause defines the structures to be used in resource representations.
There are no structured data types defined for this API in this release of the specification.
5.26.5.3 Simple data types and enumerations
5.26.5.3.1 Introduction
This clause defines simple data types and enumerations that can be referenced from data structures defined in the previous clauses.
5.26.5.3.2 Simple data types
The simple data types defined in table 5.26.5.3.2-1 shall be supported.
Table 5.26.5.3.2-1: Simple data types
Type Name |
Type Definition |
Description |
Applicability |
5.26.6 Used Features
The table below defines the features applicable to the MBSUserService API. Those features are negotiated as described in clause 5.2.7 of 3GPP TS 29.122 [4].
Table 5.26.6-1: Features used by MBSUserService API
Feature number |
Feature Name |
Description |
5.26.7 Error handling
5.26.7.1 General
HTTP error handling shall be supported as specified in clause 5.2.6 of 3GPP TS 29.122 [4].
In addition, the requirements in the following clauses shall apply.
5.26.7.2 Protocol Errors
In this Release of the specification, there are no additional protocol errors applicable for the MBSUserService API.
5.26.7.3 Application Errors
The application errors defined for the MBSUserService API are listed in table 5.26.7.3-1.
Table 5.26.7.3-1: Application errors
Application Error |
HTTP status code |
Description |