Deployments

Get all the deployments for a resource group.

get/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments

Path parameters

resourceGroupNamestring required

The name of the resource group.

Query parameters

$filterstring

The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.

$topinteger

The number of results to get. If null is passed, returns all deployments.

Parameters

../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref

Response

The request has succeeded.

valueDeploymentExtended[] required— unresolved $ref

The DeploymentExtended items on this page

nextLinkstring uri

The link to the next page of items

Changes

Changed in 2 of the 23 revisions of this API.12

  • 2015-11-01ea64f4e7e89811See the full diff
    • api path removed without deprecation

      api-path-removed-without-deprecation

    • endpoint added

      endpoint-added

  • 2015-11-01e4e668b66fa01See the full diff
    • api operation id Deployments_List removed and replaced with Deployments_ListByResourceGroup

      api-operation-id-removed