BookmarkSubscribeRSS Feed
thedcoii
Obsidian | Level 7

We have an endpoint that is published to two servers. These are visible behind a load balanced dns name. 

 

The caller has requested the server name to be in the response of the endpoint. I imagine this is possible but I haven't found it in the documentation or on the communities site. 

 

Can anyone help me with this.

 

Ideally I'd like to publish a decision with an output like 

 

"outputs": [
        {
            "name": "stat1",
            "value": 50.0
        },
        {
            "name": "APR",
            "value": 0.269
        },
        {
            "name": "serverName",
            "value": 'v01arkgpss02'
        }
}