Operations Supported for SLF Lookup Feature

This section provides information about operations supported for SLF Lookup feature.

Table 12-1 SLF Lookup APIs

Operation Type Sample Request Sample Response Possible Error Codes Notes
GET HTTP://LOCALHOST:8080/NUDR-GROUP-ID-MAP/V1/NF-GROUP-IDS?SUBSCRIBER-ID=MSISDN-1111111111&NF-TYPE=UDM?%3E

200 OK

Response Body:

{"nfGroupIDs": {"UDM":"udm-group-name"}}

404 Not Found: Subscriber does not exist

subscriber-id and nf-type parameters are mandatory in URI
GET HTTP://LOCALHOST:8080/NUDR-GROUP-ID-MAP/V1/NF-GROUP-IDS?SUBSCRIBER-ID=MSISDN-1111111111&NF-TYPE=UDM,AUSF,NEF 200 OK

{"nfGroupIDs": {"AUSF":"ausf-group-name","NEF":"nef-group-name","UDM":"udm-group-name"}}

404 Not Found: Subscriber does not exist subscriber-id and nf-type parameters are mandatory in URI