Go to primary content
Oracle® Communications Network Exposure Function (NEF) Cloud Native Installation and Upgrade Guide
Release 1.0
F16986-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Get NEF Profile

The NEF Profile here indicates the entrance of current deployed NEF service sets, which means it is the API Gateway service URL (FQDN), API Gateway service IP V4 address or IP V6 address.

Get API Gateway Service FQDN via kubectl Command

Run the following command and get API gateway service name, <NEF-Name>-api-gateway with default application port value 80.

kubectl get svc -n <NEF-Namespace>

For example, consider <NEF-Namespace> variable, as nef1-1 and API gateway service name as ocnef-api-gateway, then the API gateway service value is ocnef-api-gateway.nef1:80.