Share via


Web Apps - Get Instance Info

Description for Gets all scale-out instances of an app.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}?api-version=2025-03-01

URI Parameters

Name In Required Type Description
instanceId
path True

string

name
path True

string

Name of the app.

resourceGroupName
path True

string

minLength: 1
maxLength: 90

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string (uuid)

The ID of the target subscription. The value must be an UUID.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

WebSiteInstanceStatus

Azure operation completed successfully.

Other Status Codes

DefaultErrorResponse

An unexpected error response.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Get site instance info

Sample request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/tests346/instances/134987120?api-version=2025-03-01

Sample response

{
  "name": "134987120",
  "type": "Microsoft.Web/sites/instances",
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/tests346/slot/staging/instances/134987120",
  "properties": {
    "containers": {
      "c1": {
        "currentTimeStamp": "2013-10-21T13:28:06.419Z"
      }
    },
    "detectorUrl": "testsec579",
    "state": "READY",
    "statusUrl": "https://sampleurl"
  }
}

Definitions

Name Description
ContainerCpuStatistics
ContainerCpuUsage
ContainerInfo
ContainerMemoryStatistics
ContainerNetworkInterfaceStatistics
ContainerThrottlingData
createdByType

The type of identity that created the resource.

DefaultErrorResponse

App Service error response.

DefaultErrorResponseError

Error model.

DefaultErrorResponseErrorDetailsItem

Detailed errors.

SiteRuntimeState
systemData

Metadata pertaining to creation and last modification of the resource.

WebSiteInstanceStatus

Concrete proxy resource types can be created by aliasing this type using a specific property type.

ContainerCpuStatistics

Name Type Description
cpuUsage

ContainerCpuUsage

onlineCpuCount

integer (int32)

systemCpuUsage

integer (int64)

throttlingData

ContainerThrottlingData

ContainerCpuUsage

Name Type Description
kernelModeUsage

integer (int64)

perCpuUsage

integer[] (int64)

totalUsage

integer (int64)

userModeUsage

integer (int64)

ContainerInfo

Name Type Description
currentCpuStats

ContainerCpuStatistics

currentTimeStamp

string (date-time)

eth0

ContainerNetworkInterfaceStatistics

id

string

memoryStats

ContainerMemoryStatistics

name

string

previousCpuStats

ContainerCpuStatistics

previousTimeStamp

string (date-time)

ContainerMemoryStatistics

Name Type Description
limit

integer (int64)

maxUsage

integer (int64)

usage

integer (int64)

ContainerNetworkInterfaceStatistics

Name Type Description
rxBytes

integer (int64)

rxDropped

integer (int64)

rxErrors

integer (int64)

rxPackets

integer (int64)

txBytes

integer (int64)

txDropped

integer (int64)

txErrors

integer (int64)

txPackets

integer (int64)

ContainerThrottlingData

Name Type Description
periods

integer (int32)

throttledPeriods

integer (int32)

throttledTime

integer (int32)

createdByType

The type of identity that created the resource.

Value Description
User
Application
ManagedIdentity
Key

DefaultErrorResponse

App Service error response.

Name Type Description
error

DefaultErrorResponseError

Error model.

DefaultErrorResponseError

Error model.

Name Type Description
code

string

Standardized string to programmatically identify the error.

details

DefaultErrorResponseErrorDetailsItem[]

Detailed errors.

innererror

string

More information to debug error.

message

string

Detailed error description and debugging information.

target

string

Detailed error description and debugging information.

DefaultErrorResponseErrorDetailsItem

Detailed errors.

Name Type Description
code

string

Standardized string to programmatically identify the error.

message

string

Detailed error description and debugging information.

target

string

Detailed error description and debugging information.

SiteRuntimeState

Value Description
READY
STOPPED
UNKNOWN

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string (date-time)

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string (date-time)

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.

WebSiteInstanceStatus

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Name Type Description
id

string (arm-id)

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

kind

string

Kind of resource.

name

string

The name of the resource

properties.consoleUrl

string

Link to the console to web app instance

properties.containers

<string,  ContainerInfo>

Dictionary of <ContainerInfo>

properties.detectorUrl

string

Link to the Diagnose and Solve Portal

properties.healthCheckUrl

string

Link to the console to web app instance

properties.physicalZone

string

The physical zone that the instance is in

properties.state

SiteRuntimeState

properties.statusUrl

string

Link to the GetStatusApi in Kudu

systemData

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"