Resources - List
Get all the resources in a subscription.
GET https://management.azure.com/subscriptions/{subscriptionId}/resources?api-version=2021-04-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resources?$filter={$filter}&$expand={$expand}&$top={$top}&api-version=2021-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
The Microsoft Azure subscription ID. |
api-version
|
query | True |
string |
The API version to use for this operation. |
$expand
|
query |
string |
Comma-separated list of additional properties to be included in the response. Valid values include |
|
$filter
|
query |
string |
The filter to apply on the operation. |
|
$top
|
query |
integer int32 |
The number of recommendations per page if a paged version of this API is being used. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK - Returns an array of resources. |
|
Other Status Codes |
Error response describing why the operation failed. |
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 |
Definitions
Name | Description |
---|---|
Cloud |
An error response for a resource management request. |
Error |
The resource management error additional info. |
Error |
Error Response |
Extended |
Resource extended location. |
Extended |
The extended location type. |
Generic |
Resource information. |
Identity |
Identity for the resource. |
Plan |
Plan for the resource. |
Resource |
The identity type. |
Resource |
List of resource groups. |
Sku |
SKU for the resource. |
User |
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
CloudError
An error response for a resource management request.
Name | Type | Description |
---|---|---|
error |
Error Response |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorResponse
Error Response
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ExtendedLocation
Resource extended location.
Name | Type | Description |
---|---|---|
name |
string |
The extended location name. |
type |
The extended location type. |
ExtendedLocationType
The extended location type.
Name | Type | Description |
---|---|---|
EdgeZone |
string |
GenericResourceExpanded
Resource information.
Name | Type | Description |
---|---|---|
changedTime |
string |
The changed time of the resource. This is only present if requested via the $expand query parameter. |
createdTime |
string |
The created time of the resource. This is only present if requested via the $expand query parameter. |
extendedLocation |
Resource extended location. |
|
id |
string |
Resource ID |
identity |
The identity of the resource. |
|
kind |
string |
The kind of the resource. |
location |
string |
Resource location |
managedBy |
string |
ID of the resource that manages this resource. |
name |
string |
Resource name |
plan |
The plan of the resource. |
|
properties |
object |
The resource properties. |
provisioningState |
string |
The provisioning state of the resource. This is only present if requested via the $expand query parameter. |
sku |
The SKU of the resource. |
|
tags |
object |
Resource tags |
type |
string |
Resource type |
Identity
Identity for the resource.
Name | Type | Description |
---|---|---|
principalId |
string |
The principal ID of resource identity. |
tenantId |
string |
The tenant ID of resource. |
type |
The identity type. |
|
userAssignedIdentities |
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
Plan
Plan for the resource.
Name | Type | Description |
---|---|---|
name |
string |
The plan ID. |
product |
string |
The offer ID. |
promotionCode |
string |
The promotion code. |
publisher |
string |
The publisher ID. |
version |
string |
The plan's version. |
ResourceIdentityType
The identity type.
Name | Type | Description |
---|---|---|
None |
string |
|
SystemAssigned |
string |
|
SystemAssigned, UserAssigned |
string |
|
UserAssigned |
string |
ResourceListResult
List of resource groups.
Name | Type | Description |
---|---|---|
nextLink |
string |
The URL to use for getting the next set of results. |
value |
An array of resources. |
Sku
SKU for the resource.
Name | Type | Description |
---|---|---|
capacity |
integer |
The SKU capacity. |
family |
string |
The SKU family. |
model |
string |
The SKU model. |
name |
string |
The SKU name. |
size |
string |
The SKU size. |
tier |
string |
The SKU tier. |
UserAssignedIdentities
The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
Name | Type | Description |
---|---|---|
|