Verifying UDR Registration with NRF

Execute the following commands to verify whether UDR is registered with NRF.
  • With HTTP1 messaging

    curl -v -X GET --url 'http://<FQDN:PORT of NRF-API_Gateway>/nnrf-nfm/v1/nf-instances?nf-type=UDR'

    Example: curl -v --http2-prior-knowledge -X GET --url 'http://ocnrf-ingressgateway.ocnrf/nnrf-nfm/v1/nf-instances?nf-type=UDR'

  • With HTTP2 messaging

    curl -v --http2-prior-knowledge -X GET --url 'http://<FQDN:PORT of NRF-API_Gateway>/nnrf-nfm/v1/nf-instances?nf-type=UDR'

    Example: curl -v --http2-prior-knowledge -X GET --url 'http://ocnrf-ingressgateway.ocnrf/nnrf-nfm/v1/nf-instances?nf-type=UDR'

    Note:

    User should have curl version that supports --http2-prior-knowledge option.