Go to primary content
Oracle® Communications Binding Support Function Cloud Native Installation and Upgrade Guide
Release 1.0
F16985-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Get BSF Profile

The BSF Profile here indicates the entrance of current deployed BSF 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, <BSF-Name>- pcf-api-gateway with default application port value 80.

kubectl get svc -n <BSF-Namespace>

For example, consider <BSF-Namespace> variable, as bsf1-1 and API gateway service name as ocbsf-api-gateway, then the API gateway service value is ocpcf-api-gateway.pcf1:80.