Hello!
The DefaultHostURLTemplate currently constructs URLs using two parameter sub-domains ahead of the oraclecloud.com domain component. However, numerous Oracle Cloud regions use different domain components, such as:
{
"regionKey": "doh",
"realmKey": "oc21",
"regionIdentifier": "me-dcc-doha-1",
"realmDomainComponent": "oraclecloud21.com"
},
Ideally this or a different variable could be provided that would parameterize the realm domain component so client applications can accommodate all available regions.
Hello!
The
DefaultHostURLTemplatecurrently constructs URLs using two parameter sub-domains ahead of theoraclecloud.comdomain component. However, numerous Oracle Cloud regions use different domain components, such as:Ideally this or a different variable could be provided that would parameterize the realm domain component so client applications can accommodate all available regions.