Description | : Lists all of the applications for the HDInsight cluster. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications
{
subscriptionId:
string
,
resourceGroupName:
string
,
clusterName:
string
,
api-version:
string
,
}
⚐ Response (default)
{
code:
string
,
message:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
etag:
string
,
tags:
object
,
properties:
{
,
computeProfile:
{
,
roles:
}
[
]
,
{
,
name:
string
,
minInstanceCount:
integer
,
targetInstanceCount:
integer
,
VMGroupName:
string
,
autoscale:
{
,
capacity:
{
,
minInstanceCount:
integer
,
maxInstanceCount:
integer
,
}
recurrence:
}
{
,
timeZone:
string
,
schedule:
}
[
]
,
{
,
days:
[
,
string
,
]
timeAndCapacity:
}
{
,
time:
string
,
minInstanceCount:
integer
,
maxInstanceCount:
integer
,
}
hardwareProfile:
{
,
vmSize:
string
,
}
osProfile:
{
,
linuxOperatingSystemProfile:
}
{
,
username:
string
,
password:
string
,
sshProfile:
}
{
,
publicKeys:
}
[
]
,
{
,
certificateData:
string
,
}
virtualNetworkProfile:
{
,
id:
string
,
subnet:
string
,
}
dataDisksGroups:
[
]
,
{
,
disksPerNode:
integer
,
storageAccountType:
string
,
diskSizeGB:
integer
,
}
scriptActions:
[
]
,
{
,
name:
string
,
uri:
string
,
parameters:
string
,
}
encryptDataDisks:
boolean
,
}
installScriptActions:
[
]
,
{
,
name:
string
,
uri:
string
,
parameters:
string
,
roles:
[
,
string
,
]
applicationName:
string
,
}
uninstallScriptActions:
[
]
,
{
,
name:
string
,
uri:
string
,
parameters:
string
,
roles:
[
,
string
,
]
applicationName:
string
,
}
httpsEndpoints:
[
]
,
{
,
accessModes:
[
,
string
,
]
location:
string
,
destinationPort:
integer
,
publicPort:
integer
,
privateIPAddress:
string
,
subDomainSuffix:
string
,
disableGatewayAuth:
boolean
,
}
sshEndpoints:
[
]
,
{
,
location:
string
,
destinationPort:
integer
,
publicPort:
integer
,
privateIPAddress:
string
,
}
provisioningState:
string
,
applicationType:
string
,
applicationState:
string
,
errors:
[
]
,
{
,
code:
string
,
message:
string
,
}
createdDate:
string
,
marketplaceIdentifier:
string
,
privateLinkConfigurations:
}
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
groupId:
string
,
provisioningState:
enum
,
ipConfigurations:
}
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
provisioningState:
enum
,
primary:
boolean
,
privateIPAddress:
string
,
privateIPAllocationMethod:
enum
,
subnet:
}
{
,
id:
string
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
nextLink:
string
,
}