Skip to main content

Targets Sequences

probely target-sequences - CLI interface

Create and manage Sequences

probely target-sequences {get,update,delete} ...

probely target-sequences get

List your Target Sequences. Use filters or identifiers to narrow the list

probely target-sequences get [-h] [--api-key API_KEY] [--debug] [--f-enabled {TRUE,FALSE}]
[--f-type {LOGIN,NAVIGATION}] [--f-name F_NAME]
[--f-target F_TARGET [F_TARGET ...]]
[-o {YAML,JSON,TABLE,IDS_ONLY}]
[SEQUENCE_ID ...]

probely target-sequences get positional arguments

  • SEQUENCE_ID - Identifier of the sequence

probely target-sequences 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 target-sequences get Available Filters

  • --f-enabled F_ENABLED - filter Target Sequences by enabled
  • --f-type F_TYPE - filter Target Sequences by type
  • --f-name F_NAME - filter Target Sequences by name
  • --f-target F_TARGET - filter Target Sequences by list of origin targets

probely target-sequences update

Edit Target Sequences given by identifiers or the results of filters

probely target-sequences update [-h] [--api-key API_KEY] [--debug] [--f-enabled {TRUE,FALSE}]
[--f-type {LOGIN,NAVIGATION}] [--f-name F_NAME]
[--f-target F_TARGET [F_TARGET ...]] [-f YAML_FILE_PATH]
[-o {YAML,JSON,TABLE,IDS_ONLY}]
[SEQUENCE_ID ...]

probely target-sequences update positional arguments

  • SEQUENCE_ID - Identifiers of the Target Sequences to update

probely target-sequences 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 target-sequences update Available Filters

  • --f-enabled F_ENABLED - filter Target Sequences by enabled
  • --f-type F_TYPE - filter Target Sequences by type
  • --f-name F_NAME - filter Target Sequences by name
  • --f-target F_TARGET - filter Target Sequences by list of origin targets

probely target-sequences delete

Delete Target Sequences given by identifiers or the results of filters

probely target-sequences delete [-h] [--api-key API_KEY] [--debug] [--f-enabled {TRUE,FALSE}]
[--f-type {LOGIN,NAVIGATION}] [--f-name F_NAME]
[--f-target F_TARGET [F_TARGET ...]]
[SEQUENCE_ID ...]

probely target-sequences delete positional arguments

  • SEQUENCE_ID - Identifiers of the Target Sequences to delete

probely target-sequences 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 target-sequences delete Available Filters

  • --f-enabled F_ENABLED - filter Target Sequences by enabled
  • --f-type F_TYPE - filter Target Sequences by type
  • --f-name F_NAME - filter Target Sequences by name
  • --f-target F_TARGET - filter Target Sequences by list of origin targets