-
Notifications
You must be signed in to change notification settings - Fork 4
QualysOptionProfileProcessor
Ian Glennon edited this page Jun 7, 2023
·
1 revision
QualysOptionProfileProcessor.exportOptionProfiles(source_api: QualysAPI)
Exports all Option Profiles from a subscription
Parameters:
source_api: An object of the class QualysAPI
Returns:
response: A document of the type xml.etree.ElementTree.Element containing the full API response
QualysOptionProfileProcessor.importOptionProfiles(target_api: QualysAPI, optionprofiles: Element)
Imports Option Profiles to a subscription
Parameters:
target_api: An object of the class QualysAPI
Returns:
response: A document of the type xml.etree.ElementTree.Element containing the full API response