| Description | : Lists fleets in the specified subscription. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Fleets_ListBySubscription",
"$parameters": {
"@added_71227a647a83479a875bd0451e736958": {
"#name": "$top",
"Description": "The number of result items to return.",
"Format": "int32",
"Required": false,
"Type": "integer"
},
"@added_9c12864dbf0f4b88827d639bb6b90c70": {
"#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
,
fqdn:
string
,
kubernetesVersion:
string
,
}
eTag:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}