Skip to main content

Cyware Orchestrate

Action: Launch a Scan

This action launches a scan that is associated with the scan ID.

Input Parameters

Parameters

Description

Field Type

Required/Optional

Comments

Scan ID

Enter the unique ID associated with the scan to launch the scan.

Example:

"1234"

Text

Required

You can retrieve the scan ID using the List All Scans action.

Diagnostic Target

Enter the diagnostic target IP or Hostname.

Example:

"10.10.10.76"

Text

Optional

Diagnostic Password

Enter the diagnostic password.

Example:

Pssd123

Password

Optional

Example Request

[
        {
                "scan_id": 1234,
                "target_ip": 10.10.10.76,
                “target_password”: “pssd123“  
        }
]