Why are Postgres servers getting listed in Message Processor list for Orgs ?

On Apigee Edge 4.14.07.03 in PROD environment, a strange behaviour is observed.

When the API management call to list all the servers for an Org in a loop:

curl -i -u <userid> -X GET "http://<mgmt-IPaddress>:8080/v1/organizations/<org-name>/environments/<env-name>/servers"

For some orgs, the Postgres Master or Postgres Standby gets listed in the server output and sometimes it is NOT listed.

Can you let us know why are we seeing this behaviour ? Or is there any issue with the way the Orgs are created ?

0 2 336
2 REPLIES 2

Not applicable
@AMAR DEVEGOWDA

Correct , postgres should not be under environments/servers.

Can you elaborate more on what do you mean by sometimes and if possible post the output of

/e/$env/servers and /v1/servers?pod=analytics

@Maruti Chand

Thanks for your response.

I should probably rephrase my statement as -

For some orgs, the Postgres servers are being listed and for some orgs they are not listed.

I already have the output of

http://<mgmt-IPaddress>:8080/v1/organizations/<org-name>/environments/<env-name>/servers

I will send it by email.

For the other command, I will get the output and share it to you.