GET-Amf3GppAccessRegistration

Below is the output when the sample URL is http://localhost:8080/nudr-dr/v2/subscription-data/imsi-911000000028/context-data/amf-3gpp-access
{

    "imsVoPs": "HOMOGENEOUS_SUPPORT",

    "deregCallbackUri": "http://ocnrf-ambassador.default.svc.cluster.local/nnrf-nfm/v1/nf-instances",

    "purgeFlag": true,

    "supportedFeatures": "AF",

    "ratType": "WLAN",

    "urrpIndicator": true,

    "amfServiceNameDereg": "nudm-sdm",

    "amfServiceNamePcscfRest": "nausf-auth",

    "guami": {

        "plmnId": {

            "mnc": "123",

            "mcc": "001"

        },

        "amfId": "1234AA"

    },

    "pei": "imei-1000000000000001",

    "amfEeSubscriptionId": "subscriptionId",

    "drFlag": true,

    "amfInstanceId": "abae35e5-cc45-4016-8dd4-89598e5311b9",

    "pcscfRestorationCallbackUri": "http://ocnrf-ambassador.default.svc.cluster.local/nnrf-nfm/v1/nf-instances",

    "backupAmfInfo": [

        {

            "backupAmf": "amf1.cluster1.net2.amf.5gc.mnc012.mcc345.3gppnetwork.org",

            "guamiList": [

                {

                    "plmnId": {

                        "mnc": "456",

                        "mcc": "002"

                    },

                    "amfId": "5678AA"

                },

                {

                    "plmnId": {

                        "mnc": "789",

                        "mcc": "003"

                    },

                    "amfId": "9876AA"

                }

            ]

        }

    ],

    "epsInterworkingInfo": {

        "dnn2": {

            "smfInstanceId": "abae35e5-cc45-4016-8dd4-89598e5311b7",

            "pgwFqdn": "abcdefgh"

        },

        "dnn1": {

            "smfInstanceId": "abae35e5-cc45-4016-8dd4-89598e5311b9",

            "pgwFqdn": "hijklm"

        }

    },

    "initialRegistrationInd": true

}

Below is the output when the sample URL is http://localhost:8080/nudr-dr/v2/subscription-data/imsi-911000000028/context-data/amf-3gpp-access?fields=pei,ratType,epsInterworkingInfo,backupAmfInfo,drFlag

{

    "pei": "imei-1000000000000001",

    "drFlag": true,

    "ratType": "WLAN",

    "backupAmfInfo": [

        {

            "AmfName": "amf1.cluster1.net2.amf.5gc.mnc012.mcc345.3gppnetwork.org",

            "guamiList": [

                {

                    "plmnId": {

                        "mnc": "456",

                        "mcc": "002"

                    },

                    "amfId": "5678AA"

                },

                {

                    "plmnId": {

                        "mnc": "789",

                        "mcc": "003"

                    },

                    "amfId": "9876AA"

                }

            ]

        }

    ],

    "epsInterworkingInfo": {

        "dnn2": {

            "smfInstanceId": "abae35e5-cc45-4016-8dd4-89598e5311b7",

            "pgwFqdn": "abcdefgh"

        },

        "dnn1": {

            "smfInstanceId": "abae35e5-cc45-4016-8dd4-89598e5311b9",

            "pgwFqdn": "hijklm"

        }

    }

}