Import cloud resources (Deprecated)

DEPRECATED: Use POST /api/v1/cloud/tenants/{tenantId}/resources/import to import resources via tenant instead.
Creates a long-running background job to gather and import resource data from cloud providers.
Only one import job per subscription can be active at a time. Poll the statusUrl for progress updates.

Path Params
uuid
required

The unique subscription identifier.

Body Params

The import request containing resource IDs or import-all flag.

Request model for importing cloud resources.
Supports two modes:

  1. Import ALL resources of ALL types (importAll = true)
  2. Import specific resources by type (importAll = false, with resources collection)

boolean

Whether to import ALL resources of ALL types.
When true, the system will discover and import all resources (HostPools, Images, etc.).
When false, only resources specified in the Resources collection will be imported.

resources
array of objects | null

Resources to import organized by type (used when ImportAll is false).
Each item specifies a resource type and the IDs to import for that type.

resources
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