Hi there,
I have an ArcGIS Enterprise 11.1 environment with Portal in HA inside AWS behind an ALB. My ALB routing for Portal is currently set to ONLY go to 1 machine (currently the primary) as defined by the target group in AWS. The reason for this setup is because I can't find a url that doesn't tell me the status of each machine to see who is primary or standby that doesn't require a token. I can't use the healthCheck endpoint as both machines will return {"status": "success"} as they are both functioning correctly.
This url requires a token https://<portal alb>/arcgis/portaladmin/machines/<portal machine>?f=pjson to work but gives me the information I need.
Has anybody come across this or come up with a workable solution?
Thanks