Proxy was not responding when we updated the DNS name.

ukmakineni
Participant I

what are the changes required in apigee settings to implement to make proxy workable. postman reply as below

{
    "fault": {
        "faultstring": "Unable to identify proxy for host: dev-api.opapi.com:9001 and url: /oauth/client_credential/accesstoken",
        "detail": {
            "errorcode": "messaging.adaptors.http.flow.ApplicationNotFound"
        }
    }
}
0 1 74
1 REPLY 1

Yep - ok.

By the presence of the 9001 port, I am guessing you are using OPDK.

I suppose you have a virtual host defined, and your proxyendpoint refers to that vhost. That vhost needs to include a host alias of dev-api-opapi.com .

https://docs.apigee.com/api-platform/fundamentals/configuring-virtual-hosts

Can you show your API ProxyEndpoint configuration, specifically the part where the virtualhosts are specified? And can you show the virtualhost configuration?

Do that with

GET $mgmtserver/v1/o/$ORG/apis/$APIPROXY/revisions/$REV/proxies/$ENDPOINT

and

GET $mgmtserver/v1/o/$ORG/virtualhosts/$VHOST