Discover resources in a subscription (Deprecated)

DEPRECATED: Use GET /api/v1/cloud/tenants/{tenantId}/resources/discover to discover resources via tenant instead.
Queries the cloud provider to retrieve resource metadata with pagination and sorting support.
Supports multiple resource types in a single request. Returns base CloudResourceDto without type-specific properties.

Path Params
uuid
required

The unique subscription identifier.

Query Params
string
required

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

string

Sort expression for ordering results.

Format:
field:direction,otherField:direction

Directions: asc, desc, ascending, descending — defaults to ascending when omitted

Fields (names are matched case-insensitively):
cpuArchitectureType, galleryId, galleryName, generation, hasVersion, hostPoolType, hyperVGeneration, id, imageDefinitionId, imageDefinitionName, imageSourceType, isAlreadyManaged, location, name, offer, osDiskSizeBytes, osDiskSizeGiB, osDiskSizeInGb, osState, osType, powerState, publisher, recommendedCoresMax, recommendedCoresMin, recommendedMemoryMax, recommendedMemoryMaxBytes, recommendedMemoryMin, recommendedMemoryMinBytes, resourceGroup, securityType, sku, storageAccountType, subnetId, subscriptionId, tags, type, version, vmSize, vnetId

Default when omitted: name:asc.

Dynamic properties.* field paths are also allowed (for example properties.hostPoolType).

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

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