Description | : Gets the deployments associated with the Cognitive Services account. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Deployments_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "@added_302a31696afa4c82909c1bbb6fb646d5": { "#name": "spilloverDeploymentName", "Description": "Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit.", "Required": false, "Type": "string" } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments
{
resourceGroupName:
string
,
accountName:
string
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
sku:
{
,
name:
string
,
tier:
enum
,
size:
string
,
family:
string
,
capacity:
integer
,
}
systemData:
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
etag:
string
,
tags:
object
,
properties:
}
{
,
provisioningState:
enum
,
model:
{
,
publisher:
string
,
format:
string
,
name:
string
,
version:
string
,
source:
string
,
sourceAccount:
string
,
callRateLimit:
}
{
,
count:
number
,
renewalPeriod:
number
,
rules:
}
[
]
,
{
,
key:
string
,
renewalPeriod:
number
,
count:
number
,
minCount:
number
,
dynamicThrottlingEnabled:
boolean
,
matchPatterns:
}
[
]
,
{
,
path:
string
,
method:
string
,
}
scaleSettings:
{
,
scaleType:
enum
,
capacity:
integer
,
activeCapacity:
integer
,
}
capabilities:
object
,
raiPolicyName:
string
,
callRateLimit:
{
,
count:
number
,
renewalPeriod:
number
,
rules:
}
[
]
,
{
,
key:
string
,
renewalPeriod:
number
,
count:
number
,
minCount:
number
,
dynamicThrottlingEnabled:
boolean
,
matchPatterns:
}
[
]
,
{
,
path:
string
,
method:
string
,
}
rateLimits:
[
]
,
{
,
key:
string
,
renewalPeriod:
number
,
count:
number
,
minCount:
number
,
dynamicThrottlingEnabled:
boolean
,
matchPatterns:
}
[
]
,
{
,
path:
string
,
method:
string
,
}
versionUpgradeOption:
enum
,
dynamicThrottlingEnabled:
boolean
,
currentCapacity:
integer
,
capacitySettings:
{
,
designatedCapacity:
integer
,
priority:
integer
,
}
parentDeploymentName:
string
,
spilloverDeploymentName:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}