v4

latestSwagger 2.0raw.githubusercontent.com2020-05-1521715.9 KB
Resources

Queries the resources managed by Azure Resource Manager for all subscriptions specified in the request.

post/providers/Microsoft.ResourceGraph/resources

Query parameters

api-versionstring required

API version.

Request body

subscriptionsstring[] required

Azure subscriptions against which to execute the query.

querystring required

The resources query.

Response

Result of the query operation

totalRecordsinteger required

Number of total records matching the query.

countinteger required

Number of records returned in the current response. In the case of paging, this is the number of records in the current page.

resultTruncated'true' | 'false' required

Indicates whether the query results are truncated.

$skipTokenstring

When present, the value can be passed to a subsequent query call (together with the same query and subscriptions used in the current request) to retrieve the next page of data.

dataobject required

Query output in tabular format.

All 2 operations