Skip to main content

Scheduled Scans

probely scheduled-scans - CLI interface

List and Manage Scheduled Scans

probely scheduled-scans {get,update,delete} ...

probely scheduled-scans get

Lists all Scheduled Scans. Use filters or identifiers to narrow the list

probely scheduled-scans get [-h] [--api-key API_KEY] [--debug]
[-o {YAML,JSON,TABLE,IDS_ONLY}] [--f-search SEARCH_TERM]
[--f-target F_TARGET [F_TARGET ...]]
[--f-target-label TARGET_LABEL_ID [TARGET_LABEL_ID ...]]
[SCHEDULED_SCAN_ID ...]

probely scheduled-scans get positional arguments

  • SCHEDULED_SCAN_ID - Identifiers of the Schedule Scan to list

probely scheduled-scans get options

  • -h, --help - show this help message and exit
  • --api-key API_KEY - Authorization token to make requests to the API
  • --debug - Enables debug mode setting
  • -o OUTPUT_FORMAT, --output OUTPUT_FORMAT - Changes the output formats based on presets

probely scheduled-scans get Available Filters

  • --f-search SEARCH_TERM - Filter Scheduled Scans matching Target name or Target URL
  • --f-target F_TARGET - filter Scheduled Scans by list of origin targets
  • --f-target-label TARGET_LABEL_ID - Filter Scheduled Scans by Target Label identifiers

probely scheduled-scans update

Edit Scheduled Scans given by identifiers or the results of filters

probely scheduled-scans update [-h] [--api-key API_KEY] [--debug] [--f-search SEARCH_TERM]
[--f-target F_TARGET [F_TARGET ...]]
[--f-target-label TARGET_LABEL_ID [TARGET_LABEL_ID ...]]
[-f YAML_FILE_PATH] [-o {YAML,JSON,TABLE,IDS_ONLY}]
[SCHEDULED_SCAN_ID ...]

probely scheduled-scans update positional arguments

  • SCHEDULED_SCAN_ID - Identifiers of the Scheduled Scans to update

probely scheduled-scans update options

  • -h, --help - show this help message and exit
  • --api-key API_KEY - Authorization token to make requests to the API
  • --debug - Enables debug mode setting
  • -f YAML_FILE_PATH, --yaml-file YAML_FILE_PATH - Path to file with content to apply. Accepts same payload as listed in API docs
  • -o OUTPUT_FORMAT, --output OUTPUT_FORMAT - Changes the output formats based on presets

probely scheduled-scans update Available Filters

  • --f-search SEARCH_TERM - Filter Scheduled Scans matching Target name or Target URL
  • --f-target F_TARGET - filter Scheduled Scans by list of origin targets
  • --f-target-label TARGET_LABEL_ID - Filter Scheduled Scans by Target Label identifiers

probely scheduled-scans delete

Delete scheduled scans specified by identifiers or filters.

probely scheduled-scans delete [-h] [--api-key API_KEY] [--debug] [--f-search SEARCH_TERM]
[--f-target F_TARGET [F_TARGET ...]]
[--f-target-label TARGET_LABEL_ID [TARGET_LABEL_ID ...]]
[SCHEDULED_SCAN_ID ...]

probely scheduled-scans delete positional arguments

  • SCHEDULED_SCAN_ID - Identifiers of the Schedule Scans to delete

probely scheduled-scans delete options

  • -h, --help - show this help message and exit
  • --api-key API_KEY - Authorization token to make requests to the API
  • --debug - Enables debug mode setting

probely scheduled-scans delete Available Filters

  • --f-search SEARCH_TERM - Filter Scheduled Scans matching Target name or Target URL
  • --f-target F_TARGET - filter Scheduled Scans by list of origin targets
  • --f-target-label TARGET_LABEL_ID - Filter Scheduled Scans by Target Label identifiers