Orchestrator - Alerts Requests

hello all
im trying to get alerts from external app

if i do post for example add queue items its works but if i do any get
i have always this response

{
@odata.context”: “https://Orchdev.azurewebsites.net/odata/$metadata#Alerts”,
@odata.count”: 0,
“value”:
}

The auth is correct and i have OR. monitoring both read and write

if i do the same from swagger i have the full logs of alerts
Any idea?

Hazem

I think it might be related to you using an external app, alerts are typically set up per user as you can customize the types of alerts you get.

Its logical to me that an external app connection, with no user context, doesn’t get alerts.
I think you might need to authenticate as a named user.

Thanks for answering
but i cant really find it need to be under user

note this issue with all get calls!

/Hazem

My swagger says deprecated, am I right to assume you are on an older on prem version?

Hello
yes we are on prem 22.10.3
i manage to do a get on odata/Jobs but still alerts the issue!

Hazem

Not something I can replicate then as I am on cloud everywhere.

As before, I suspect its related to it not being authenticated as a specific user and alerts have to be user specific.

Thanks Jon, seen some response they say under user but that defeat the purpose i want "another app call our Orchestrator ".

and seems all using cloud!
hopefully we found a solution around it .
HAzem