You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description='Launches an incremental scan based on the provided base scan identifier.')
parser.add_argument('-id', '-scanid', type=str, help='Gets or sets the base scan identifier. Base scan should be in completed state. Currently running or cancelled scans are not valid.', required=True)
parser.add_argument('-xe', '-imsde', type=str, choices=['true', 'false'], help='Gets or sets a value indicating whether max scan duration is enabled')
parser.add_argument('-max', '-msd', type=int, help='Gets or sets the maximum duration of the scan in hours')
parser.add_argument('-an', '-agent', type=str, help='Gets or sets the agent name')