| Description | : Lists fleets in the specified subscription. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Fleets_ListBySubscription",
"$parameters": {
"@added_f4be428a8121469cac8e07549a1a0db1": {
"#name": "$top",
"Description": "The number of result items to return.",
"Format": "int32",
"Required": false,
"Type": "integer"
},
"@added_cd775cac8a624faeaa057181170ccb95": {
"#name": "$skipToken",
"Description": "The page-continuation token to use with a paged version of this API.",
"Required": false,
"Type": "string"
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/fleets
{
api-version:
string
,
subscriptionId:
string
,
$top:
integer
,
$skipToken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
provisioningState:
enum
,
hubProfile:
{
,
dnsPrefix:
string
,
apiServerAccessProfile:
{
,
enablePrivateCluster:
boolean
,
enableVnetIntegration:
boolean
,
subnetId:
string
,
}
agentProfile:
{
,
subnetId:
string
,
vmSize:
string
,
}
fqdn:
string
,
kubernetesVersion:
string
,
portalFqdn:
string
,
}
status:
}
{
,
lastOperationId:
string
,
lastOperationError:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
eTag:
string
,
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}