You can try http://localhost:8042/instances/cb855110-5f4da420-ec9dc9cb-2af6a9bb-dcbd180e/metadata/Origin , but if you made any modifications within Lua for example, when you “create” a new instance it will change the CalledAEto Lua. If that is the case, easiest is in the Lua script, take origin[‘CalledAet’] and save it to a tag on the instance so you can get it when required.
function OnStoredInstance(instanceId, tags, metadata, remoteAet, calledAet)
Would it be possible to get the bold Value also from REST?
My Plan B would be to write the Values on stored Instance with LUA in an Private Tag (but with the incovenience of creating duplicates of each Instance, deleting the original and creating a new one with the ID of the old one afterwards…which i kinda time consuming)
I believe CalledAET is no longer in use, instead Origin is. So in Lua use origin[‘CalledAet’]. You can use that and send it to a private tag. Thats what I am doing and has worked without issue.