post
https://api.controlup.com/daas-iq/v1/cloud/tenants//resources/import
Creates a single long-running parent job that orchestrates subscription-level import jobs.
The parent job discovers subscriptions, dispatches child import jobs (one per subscription),
aggregates progress, and determines overall success/failure.
Two modes are supported:
- Import All: Set
importAll: trueto discover all subscriptions and import all resources - Selective Import: Provide specific subscriptions and optional resource IDs to import.
Empty or omittedresourcesis valid for bothReconcileandAdditive.
Under Reconcile, that empty list is the desired snapshot and existing managed resources on those
subscriptions are soft-deleted. Under Additive, the subscription is registered or kept and existing
managed resources are preserved.
Selective imports default to Reconcile: subscriptions omitted from the request are soft-deleted.
Set importMode to Additive to preserve subscriptions and resources omitted from the request.
When importing, CloudSubscription records are automatically created for Azure subscriptions
that don't exist yet in the system. These subscriptions are linked to the tenant and use
the tenant's default credentials.
