Discover resources across subscriptions in a tenant

Queries the cloud provider to retrieve resource metadata from subscriptions in the tenant.
Supports multiple resource types in a single request with pagination and sorting.
Includes an IsAlreadyManaged flag indicating whether each resource is already imported.

If subscriptionIds is provided, only those subscriptions are queried (faster - skips subscription discovery).
If subscriptionIds is not provided, all accessible subscriptions are discovered and queried.

Path Params
uuid
required

The tenant identifier.

Query Params
string
required

Comma-separated list of resource types to discover (e.g., "HostPool", "HostPool,Image").

string

Optional comma-separated list of Azure subscription IDs (GUIDs) to query.
If provided, only these subscriptions will be queried (skips subscription discovery).
If not provided, all subscriptions accessible by the tenant's credentials will be discovered and queried.

string

Optional filter expression.

string

Sort expression for ordering results.

int32
1 to 2147483647

The page number to retrieve (1-based). Default: 1.

int32
1 to 100

The number of items per page (1-100). Default: 50.

Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json