Description | : Gets all managed application resources created or in the process of being created in the Service Fabric cluster resource. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Applications_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "upgradePolicy": [ { "#name": "upgradeReplicaSetCheckTimeout", "Description": { "new": "The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer). Unit is in seconds.", "old": "The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer)." } } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
clusterName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
provisioningState:
string
,
version:
string
,
parameters:
object
,
upgradePolicy:
{
,
applicationHealthPolicy:
{
,
considerWarningAsError:
boolean
,
maxPercentUnhealthyDeployedApplications:
integer
,
defaultServiceTypeHealthPolicy:
{
,
maxPercentUnhealthyServices:
integer
,
maxPercentUnhealthyPartitionsPerService:
integer
,
maxPercentUnhealthyReplicasPerPartition:
integer
,
}
serviceTypeHealthPolicyMap:
object
,
}
forceRestart:
boolean
,
rollingUpgradeMonitoringPolicy:
{
,
failureAction:
enum
,
healthCheckWaitDuration:
string
,
healthCheckStableDuration:
string
,
healthCheckRetryTimeout:
string
,
upgradeTimeout:
string
,
upgradeDomainTimeout:
string
,
}
instanceCloseDelayDuration:
integer
,
upgradeMode:
enum
,
upgradeReplicaSetCheckTimeout:
integer
,
recreateApplication:
boolean
,
}
managedIdentities:
}
[
]
,
{
,
name:
string
,
principalId:
string
,
}
tags:
object
,
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
location:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}