Hello @Mushy ,
while you got a perfect answer from @gwootton.
I would like to add something that might be interesting:
For web applications in 9.4 there is a SAS code you can run that can query the metadata configuration, quite relevant: https://gist.github.com/frayos/5213a8e129747db67cc7a478fe266a37
For SAS Viya, you will need to query your Ingress configurations (with kubectl get endpoints) and/or your NGNIX config ( cat /etc/nginx/nginx.conf - which would be the similar one as indicated by @gwootton in 9.4) I hope it helps you or anyone who finds this!
... View more