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.
This endpoint always uses Reconcile. resources may be omitted or empty to import no resources;
existing managed resources on the subscription are then soft-deleted.

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).
    Resources may be omitted or empty to import none. This endpoint always reconciles, so an empty list soft-deletes existing managed resources on the subscription.

boolean
Defaults to false

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).
Empty or omitted to import no resources. Because this request is always reconciled,
existing managed resources on the subscription are then soft-deleted.

resources
Responses

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