Hi
I have question on how to identify the "Standard vs Premium Connection" configuration.
Discovery service just returns with location array with either us-east-1a mapped to amer1 endpoint or us-east-1b mapped to amer2 endpoint.
OR location array with multiple entries (both 1a and 1b mapped to amer3 endpoint).
Based on documentation I think amer3 is standard configuration and in our application we would like to go with this type of configuration.
How do we identify amer3 is standard configuration? there is no attribute in response that tells us this info.
{
"port":443,
"location":[
"us-east-1a",
"us-east-1b"
],
"provider":"aws",
"transport":"websocket",
"endpoint":"amer-3.pricing.streaming.edp.thomsonreuters.com",
"dataFormat":[
"tr_json2"
]
},
{
"port":443,
"location":[
"us-east-1a"
],
"provider":"aws",
"transport":"websocket",
"endpoint":"amer-1.pricing.streaming.edp.thomsonreuters.com",
"dataFormat":[
"tr_json2"
]
},
{
"port":443,
"location":[
"us-east-1b"
],
"provider":"aws",
"transport":"websocket",
"endpoint":"amer-2.pricing.streaming.edp.thomsonreuters.com",
"dataFormat":[
"tr_json2"
]
}