KSC Open API
Kaspersky Security Center API description
wstring MigrationData::Import ( wstring  wstrUrl,
params  pOptions 
)

Performs import of objects.

Imports all objects, specified in pOptions, from file, pointed by upload URL. Method is asynchronous. To correctly use this method, first call InitFileUpload() to obtain file URL. If wstrUrl is invalid, method fails with error.

Parameters:
wstrUrl(wstring) - upload URL. Use MigrationData::InitFileUpload() method to obtain it
pOptions(params) - import options, containing the following:
  • KLMIGR_ROOT_GROUP_ID (paramInt) root group identifier
Returns:
(wstring) wstrActionGuid async action GUID
Remarks:
Check the operation state by calling AsyncActionStateChecker::CheckActionState periodically until it's finalized. If the operation succeeds then AsyncActionStateChecker::CheckActionState returns bFinalized=true and lStateCode=1 in pStateData. Otherwise, a call to AsyncActionStateChecker::CheckActionState returns error in pStateData.
Exceptions:
Throwsexception in case of error.
Note:
When importing users and security groups the behavior depends on the LP_InterUserUniqVsScope limit