Description | : Get the metadata of a service instance. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
resourceName:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
provisioningState:
enum
,
accessPolicies:
[
]
,
{
,
objectId:
string
,
}
cosmosDbConfiguration:
{
,
offerThroughput:
integer
,
}
authenticationConfiguration:
{
,
authority:
string
,
audience:
string
,
smartProxyEnabled:
boolean
,
}
corsConfiguration:
}
{
,
origins:
[
,
string
,
]
headers:
[
,
string
,
]
methods:
[
,
string
,
]
maxAge:
integer
,
allowCredentials:
boolean
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
}