Operations Supported for SLF Lookup Feature

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

Note:

These APIs are compliant with 3gpp TS 29.504 v16.2.0
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?>

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?subsriber-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