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='Returns exclude operation result. This operation note override existing data, append to existing data. If you want to override please use update-settings endpoint.')
parser.add_argument('-s', '-slds', type=str, help='Gets or sets the excluded SLDS')
parser.add_argument('-t', '-tlds', type=str, help='Gets or sets the excluded TLDS')
parser.add_argument('-ip', '-ipaddress', type=str, help='Gets or sets the excluded ip addresses')
parser.add_argument('-d', '-domains', type=str, help='Gets or sets the excluded domains')
parser.add_argument('-o', '-orgs', nargs='+', help='Gets or sets the excluded organizations')