Unified Data Repository Service API file for structured data for exposure (-)

Download OpenAPI specification:

The API version is defined in 3GPP TS 29.504
© 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.

AccessAndMobilityData

Creates and updates the access and mobility exposure data for a UE

Authorizations:
NoneNoneNoneNone
path Parameters
ueId
required
string (VarUeId) ^(imsi-[0-9]{5,15}|nai-.+|msisdn-[0-9]{5,15}|...

UE id

Request Body schema: application/json
required
object (UserLocation)

At least one of eutraLocation, nrLocation and n3gaLocation shall be present. Several of them may be present.

locationTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

timeZone
string (TimeZone)

String with format "time-numoffset" optionally appended by "daylightSavingTime", where

  • "time-numoffset" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339;
  • "daylightSavingTime" shall represent the adjustment that has been made and shall be encoded as "+1" or "+2" for a +1 or +2 hours adjustment.

The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time.

timeZoneTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

accessType
string (AccessType)
Enum: "3GPP_ACCESS" "NON_3GPP_ACCESS"

Indicates whether the access is via 3GPP or via non-3GPP.

Array of objects (RmInfo)
regStatesTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

Array of objects (CmInfo)
connStatesTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

string or string (UeReachability)

Describes the reachability of the UE

reachabilityStatusTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

string or string (SmsSupport)

Indicates the supported SMS delivery of a UE

smsOverNasStatusTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

roamingStatus
boolean

True The serving PLMN of the UE is different from the HPLMN of the UE; False The serving PLMN of the UE is the HPLMN of the UE.

roamingStatusTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

object (PlmnId)

When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits "mcc" followed by "-" and two or three digits "mnc".

currentPlmnTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

Array of strings or strings (RatType)
ratTypesTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

suppFeat
string (SupportedFeatures) ^[A-Fa-f0-9]*$

A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.

resetIds
Array of strings non-empty

Responses

Request samples

Content type
application/json
{
  • "location": {
    },
  • "locationTs": "2019-08-24T14:15:22Z",
  • "timeZone": "-08:00+1",
  • "timeZoneTs": "2019-08-24T14:15:22Z",
  • "accessType": "3GPP_ACCESS",
  • "regStates": [
    ],
  • "regStatesTs": "2019-08-24T14:15:22Z",
  • "connStates": [
    ],
  • "connStatesTs": "2019-08-24T14:15:22Z",
  • "reachabilityStatus": "UNREACHABLE",
  • "reachabilityStatusTs": "2019-08-24T14:15:22Z",
  • "smsOverNasStatus": "3GPP",
  • "smsOverNasStatusTs": "2019-08-24T14:15:22Z",
  • "roamingStatus": true,
  • "roamingStatusTs": "2019-08-24T14:15:22Z",
  • "currentPlmn": {
    },
  • "currentPlmnTs": "2019-08-24T14:15:22Z",
  • "ratType": [
    ],
  • "ratTypesTs": "2019-08-24T14:15:22Z",
  • "suppFeat": "string",
  • "resetIds": [
    ]
}

Response samples

Content type
application/json
{
  • "location": {
    },
  • "locationTs": "2019-08-24T14:15:22Z",
  • "timeZone": "-08:00+1",
  • "timeZoneTs": "2019-08-24T14:15:22Z",
  • "accessType": "3GPP_ACCESS",
  • "regStates": [
    ],
  • "regStatesTs": "2019-08-24T14:15:22Z",
  • "connStates": [
    ],
  • "connStatesTs": "2019-08-24T14:15:22Z",
  • "reachabilityStatus": "UNREACHABLE",
  • "reachabilityStatusTs": "2019-08-24T14:15:22Z",
  • "smsOverNasStatus": "3GPP",
  • "smsOverNasStatusTs": "2019-08-24T14:15:22Z",
  • "roamingStatus": true,
  • "roamingStatusTs": "2019-08-24T14:15:22Z",
  • "currentPlmn": {
    },
  • "currentPlmnTs": "2019-08-24T14:15:22Z",
  • "ratType": [
    ],
  • "ratTypesTs": "2019-08-24T14:15:22Z",
  • "suppFeat": "string",
  • "resetIds": [
    ]
}

Retrieves the access and mobility exposure data for a UE

Authorizations:
NoneNoneNoneNone
path Parameters
ueId
required
string (VarUeId) ^(imsi-[0-9]{5,15}|nai-.+|msisdn-[0-9]{5,15}|...

UE id

query Parameters
supp-feat
string (SupportedFeatures) ^[A-Fa-f0-9]*$

Supported Features

Responses

Response samples

Content type
application/json
{
  • "location": {
    },
  • "locationTs": "2019-08-24T14:15:22Z",
  • "timeZone": "-08:00+1",
  • "timeZoneTs": "2019-08-24T14:15:22Z",
  • "accessType": "3GPP_ACCESS",
  • "regStates": [
    ],
  • "regStatesTs": "2019-08-24T14:15:22Z",
  • "connStates": [
    ],
  • "connStatesTs": "2019-08-24T14:15:22Z",
  • "reachabilityStatus": "UNREACHABLE",
  • "reachabilityStatusTs": "2019-08-24T14:15:22Z",
  • "smsOverNasStatus": "3GPP",
  • "smsOverNasStatusTs": "2019-08-24T14:15:22Z",
  • "roamingStatus": true,
  • "roamingStatusTs": "2019-08-24T14:15:22Z",
  • "currentPlmn": {
    },
  • "currentPlmnTs": "2019-08-24T14:15:22Z",
  • "ratType": [
    ],
  • "ratTypesTs": "2019-08-24T14:15:22Z",
  • "suppFeat": "string",
  • "resetIds": [
    ]
}

Deletes the access and mobility exposure data for a UE

Authorizations:
NoneNoneNoneNone
path Parameters
ueId
required
string (VarUeId) ^(imsi-[0-9]{5,15}|nai-.+|msisdn-[0-9]{5,15}|...

UE id

Responses

Response samples

Content type
application/problem+json
{
  • "type": "string",
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "instance": "string",
  • "cause": "string",
  • "invalidParams": [
    ],
  • "supportedFeatures": "string",
  • "accessTokenError": {
    },
  • "accessTokenRequest": {
    },
  • "nrfId": "string",
  • "supportedApiVersions": [
    ],
  • "noProfileMatchInfo": {
    }
}

Updates the access and mobility exposure data for a UE

Authorizations:
NoneNoneNoneNone
path Parameters
ueId
required
string (VarUeId) ^(imsi-[0-9]{5,15}|nai-.+|msisdn-[0-9]{5,15}|...

UE id

Request Body schema: application/merge-patch+json
required
object (UserLocation)

At least one of eutraLocation, nrLocation and n3gaLocation shall be present. Several of them may be present.

locationTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

timeZone
string (TimeZone)

String with format "time-numoffset" optionally appended by "daylightSavingTime", where

  • "time-numoffset" shall represent the time zone adjusted for daylight saving time and be encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339;
  • "daylightSavingTime" shall represent the adjustment that has been made and shall be encoded as "+1" or "+2" for a +1 or +2 hours adjustment.

The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time.

timeZoneTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

accessType
string (AccessType)
Enum: "3GPP_ACCESS" "NON_3GPP_ACCESS"

Indicates whether the access is via 3GPP or via non-3GPP.

Array of objects (RmInfo)
regStatesTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

Array of objects (CmInfo)
connStatesTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

string or string (UeReachability)

Describes the reachability of the UE

reachabilityStatusTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

string or string (SmsSupport)

Indicates the supported SMS delivery of a UE

smsOverNasStatusTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

roamingStatus
boolean

True The serving PLMN of the UE is different from the HPLMN of the UE; False The serving PLMN of the UE is the HPLMN of the UE.

roamingStatusTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

object (PlmnId)

When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits "mcc" followed by "-" and two or three digits "mnc".

currentPlmnTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

Array of strings or strings (RatType)
ratTypesTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

suppFeat
string (SupportedFeatures) ^[A-Fa-f0-9]*$

A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.

resetIds
Array of strings non-empty

Responses

Request samples

Content type
application/merge-patch+json
{
  • "location": {
    },
  • "locationTs": "2019-08-24T14:15:22Z",
  • "timeZone": "-08:00+1",
  • "timeZoneTs": "2019-08-24T14:15:22Z",
  • "accessType": "3GPP_ACCESS",
  • "regStates": [
    ],
  • "regStatesTs": "2019-08-24T14:15:22Z",
  • "connStates": [
    ],
  • "connStatesTs": "2019-08-24T14:15:22Z",
  • "reachabilityStatus": "UNREACHABLE",
  • "reachabilityStatusTs": "2019-08-24T14:15:22Z",
  • "smsOverNasStatus": "3GPP",
  • "smsOverNasStatusTs": "2019-08-24T14:15:22Z",
  • "roamingStatus": true,
  • "roamingStatusTs": "2019-08-24T14:15:22Z",
  • "currentPlmn": {
    },
  • "currentPlmnTs": "2019-08-24T14:15:22Z",
  • "ratType": [
    ],
  • "ratTypesTs": "2019-08-24T14:15:22Z",
  • "suppFeat": "string",
  • "resetIds": [
    ]
}

Response samples

Content type
application/problem+json
{
  • "type": "string",
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "instance": "string",
  • "cause": "string",
  • "invalidParams": [
    ],
  • "supportedFeatures": "string",
  • "accessTokenError": {
    },
  • "accessTokenRequest": {
    },
  • "nrfId": "string",
  • "supportedApiVersions": [
    ],
  • "noProfileMatchInfo": {
    }
}

PduSessionManagementData

Creates and updates the session management data for a UE and for an individual PDU session

Authorizations:
NoneNoneNoneNone
path Parameters
ueId
required
string (VarUeId) ^(imsi-[0-9]{5,15}|nai-.+|msisdn-[0-9]{5,15}|...

UE id

pduSessionId
required
integer (PduSessionId) [ 0 .. 255 ]

PDU session id

Request Body schema: application/json
required
string or string (PduSessionStatus)

Represents the state of the PDU session.
Possible values are

  • "ACTIVE": the PDU session is active.
  • "RELEASED": the PDU session released.
pduSessionStatusTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

dnai
string (Dnai)

DNAI (Data network access identifier), see clause 5.6.7 of 3GPP TS 23.501.

dnaiTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

Array of (object or null) or (object or null) (RouteToLocation)
n6TrafficRoutingInfoTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

ipv4Addr
string (Ipv4Addr) ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|2...

String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.

ipv6Prefix
Array of strings (Ipv6Prefix) non-empty [ items^((([^:]+:){7}([^:]+))|((([^:]+:)*[^:]+)?::((... ]

UE IPv6 prefix.

ipv6Addrs
Array of strings (Ipv6Addr) non-empty [ items^((([^:]+:){7}([^:]+))|((([^:]+:)*[^:]+)?::((... ]
string or string (PduSessionType)

PduSessionType indicates the type of a PDU session. It shall comply with the provisions defined in table 5.4.3.3-1.

ipAddrTs
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

dnn
string (Dnn)

String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. "Label1.Label2.Label3").

pduSessionId
integer (PduSessionId) [ 0 .. 255 ]

Unsigned integer identifying a PDU session, within the range 0 to 255, as specified in clause 11.2.3.1b, bits 1 to 8, of 3GPP TS 24.007. If the PDU Session ID is allocated by the Core Network for UEs not supporting N1 mode, reserved range 64 to 95 is used. PDU Session ID within the reserved range is only visible in the Core Network.

suppFeat
string (SupportedFeatures) ^[A-Fa-f0-9]*$

A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.

resetIds
Array of strings non-empty

Responses

Request samples

Content type
application/json
{
  • "pduSessionStatus": "ACTIVE",
  • "pduSessionStatusTs": "2019-08-24T14:15:22Z",
  • "dnai": "string",
  • "dnaiTs": "2019-08-24T14:15:22Z",
  • "n6TrafficRoutingInfo": [
    ],
  • "n6TrafficRoutingInfoTs": "2019-08-24T14:15:22Z",
  • "ipv4Addr": "198.51.100.1",
  • "ipv6Prefix": [
    ],
  • "ipv6Addrs": [
    ],
  • "pduSessType": "IPV4",
  • "ipAddrTs": "2019-08-24T14:15:22Z",
  • "dnn": "string",
  • "pduSessionId": 255,
  • "suppFeat": "string",
  • "resetIds": [
    ]
}

Response samples

Content type
application/json
{
  • "pduSessionStatus": "ACTIVE",
  • "pduSessionStatusTs": "2019-08-24T14:15:22Z",
  • "dnai": "string",
  • "dnaiTs": "2019-08-24T14:15:22Z",
  • "n6TrafficRoutingInfo": [
    ],
  • "n6TrafficRoutingInfoTs": "2019-08-24T14:15:22Z",
  • "ipv4Addr": "198.51.100.1",
  • "ipv6Prefix": [
    ],
  • "ipv6Addrs": [
    ],
  • "pduSessType": "IPV4",
  • "ipAddrTs": "2019-08-24T14:15:22Z",
  • "dnn": "string",
  • "pduSessionId": 255,
  • "suppFeat": "string",
  • "resetIds": [
    ]
}

Retrieves the session management data for a UE and for an individual PDU session

Authorizations:
NoneNoneNoneNone
path Parameters
ueId
required
string (VarUeId) ^(imsi-[0-9]{5,15}|nai-.+|msisdn-[0-9]{5,15}|...

UE id

pduSessionId
required
integer (PduSessionId) [ 0 .. 255 ]

PDU session id

query Parameters
ipv4-addr
string (Ipv4Addr) ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|2...
Example: ipv4-addr=198.51.100.1

IPv4 Address of the UE

ipv6-prefix
string (Ipv6Prefix) ^((([^:]+:){7}([^:]+))|((([^:]+:)*[^:]+)?::((...
Example: ipv6-prefix=2001:db8:abcd:12::0/64

IPv6 Address Prefix of the UE

dnn
string (Dnn)

DNN of the UE

fields
Array of strings non-empty

attributes to be retrieved

supp-feat
string (SupportedFeatures) ^[A-Fa-f0-9]*$

Supported Features

Responses

Response samples

Content type
application/json
{
  • "pduSessionStatus": "ACTIVE",
  • "pduSessionStatusTs": "2019-08-24T14:15:22Z",
  • "dnai": "string",
  • "dnaiTs": "2019-08-24T14:15:22Z",
  • "n6TrafficRoutingInfo": [
    ],
  • "n6TrafficRoutingInfoTs": "2019-08-24T14:15:22Z",
  • "ipv4Addr": "198.51.100.1",
  • "ipv6Prefix": [
    ],
  • "ipv6Addrs": [
    ],
  • "pduSessType": "IPV4",
  • "ipAddrTs": "2019-08-24T14:15:22Z",
  • "dnn": "string",
  • "pduSessionId": 255,
  • "suppFeat": "string",
  • "resetIds": [
    ]
}

Deletes the session management data for a UE and for an individual PDU session

Authorizations:
NoneNoneNoneNone
path Parameters
ueId
required
string (VarUeId) ^(imsi-[0-9]{5,15}|nai-.+|msisdn-[0-9]{5,15}|...

UE id

pduSessionId
required
integer (PduSessionId) [ 0 .. 255 ]

PDU session id

Responses

Response samples

Content type
application/problem+json
{
  • "type": "string",
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "instance": "string",
  • "cause": "string",
  • "invalidParams": [
    ],
  • "supportedFeatures": "string",
  • "accessTokenError": {
    },
  • "accessTokenRequest": {
    },
  • "nrfId": "string",
  • "supportedApiVersions": [
    ],
  • "noProfileMatchInfo": {
    }
}

ExposureDataSubscriptions (Collection)

Create a subscription to receive notification of exposure data changes

Authorizations:
NoneNoneNoneNone
Request Body schema: application/json
required
notificationUri
required
string (Uri)

String providing an URI formatted according to RFC 3986.

monitoredResourceUris
required
Array of strings (Uri) non-empty
expiry
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

supportedFeatures
string (SupportedFeatures) ^[A-Fa-f0-9]*$

A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.

resetIds
Array of strings non-empty
immRep
boolean

If provided and set to true, it indicates that existing entries that match this subscription shall be immediately reported in the response.

Array of objects (ExposureDataChangeNotification) non-empty

Immediate report with existing UDR entries.

Responses

Callbacks

Request samples

Content type
application/json
{
  • "notificationUri": "string",
  • "monitoredResourceUris": [
    ],
  • "expiry": "2019-08-24T14:15:22Z",
  • "supportedFeatures": "string",
  • "resetIds": [
    ],
  • "immRep": true,
  • "immReports": [
    ]
}

Response samples

Content type
application/json
{
  • "notificationUri": "string",
  • "monitoredResourceUris": [
    ],
  • "expiry": "2019-08-24T14:15:22Z",
  • "supportedFeatures": "string",
  • "resetIds": [
    ],
  • "immRep": true,
  • "immReports": [
    ]
}

Callback payload samples

Callback
POST: {$request.body#/notificationUri}
Content type
application/json
[
  • {
    }
]

IndividualExposureDataSubscription (Document)

updates a subscription to receive notifications of exposure data changes

Authorizations:
NoneNoneNoneNone
path Parameters
subId
required
string

Subscription id

Request Body schema: application/json
required
notificationUri
required
string (Uri)

String providing an URI formatted according to RFC 3986.

monitoredResourceUris
required
Array of strings (Uri) non-empty
expiry
string <date-time> (DateTime)

string with format 'date-time' as defined in OpenAPI.

supportedFeatures
string (SupportedFeatures) ^[A-Fa-f0-9]*$

A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.

resetIds
Array of strings non-empty
immRep
boolean

If provided and set to true, it indicates that existing entries that match this subscription shall be immediately reported in the response.

Array of objects (ExposureDataChangeNotification) non-empty

Immediate report with existing UDR entries.

Responses

Request samples

Content type
application/json
{
  • "notificationUri": "string",
  • "monitoredResourceUris": [
    ],
  • "expiry": "2019-08-24T14:15:22Z",
  • "supportedFeatures": "string",
  • "resetIds": [
    ],
  • "immRep": true,
  • "immReports": [
    ]
}

Response samples

Content type
application/json
{
  • "notificationUri": "string",
  • "monitoredResourceUris": [
    ],
  • "expiry": "2019-08-24T14:15:22Z",
  • "supportedFeatures": "string",
  • "resetIds": [
    ],
  • "immRep": true,
  • "immReports": [
    ]
}

Deletes the individual Exposure Data subscription

Authorizations:
NoneNoneNoneNone
path Parameters
subId
required
string

Subscription id

Responses

Response samples

Content type
application/problem+json
{
  • "type": "string",
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "instance": "string",
  • "cause": "string",
  • "invalidParams": [
    ],
  • "supportedFeatures": "string",
  • "accessTokenError": {
    },
  • "accessTokenRequest": {
    },
  • "nrfId": "string",
  • "supportedApiVersions": [
    ],
  • "noProfileMatchInfo": {
    }
}