Skip to main content

Cyware Orchestrate

Action: List All Scans

This action retrieves the list of all scans.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Query Params

Enter the query parameters to filter and list the scans.

Example:

  • id: 11

  • name: Full scan

  • description: Full scan group

Key Value

Optional

Allowed values:

  • ID

  • name

  • description

Example Inputs

[
        {

                "params":
                {
                        “name”: “Full Access“,
                        “id”: 1234,
                        “description”: “Full Access Group“
                }
       }
    
]