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
In the request body, supply a JSON object with the following parameters:
81
81
82
-
Parameter|Type|Description
83
-
:---|:---|:---
84
-
scanType|Enum|The type of scan. Possible values are: "Windows", "Network". **Required**.
85
-
scanName|String|Name of the scan. **Required**.
86
-
isActive|Boolean|Status of whether the scan actively running. **Required**.
87
-
target|String| A comma separated list of targets to scan, either IP addresses or hostnames. **Required**.
88
-
intervalInHours|Int|The interval at which the scan runs. **Required**.
89
-
targetType|String|The target type in the target field. Possible types are "IP Address" or "Hostname". Default value is IP Address. **Required**.
90
-
scannerAgent|Object|machine Id. **Required**.
91
-
scanAuthenticationParams|Object|An object representing the authentication parameters, see [Authentication parameters object properties](./get-authenticated-scan-properties.md#authentication-parameters-object-properties) for expected fields. This property is mandatory when creating a new scan and is optional when updating a scan.
82
+
|Parameter|Type|Description|
83
+
|:---|:---|:---|
84
+
|`scanType`|Enum|The type of scan. Possible values are: "Windows", "Network". **Required**.|
85
+
|`scanName`|String|Name of the scan. **Required**.|
86
+
|`isActive`|Boolean|Status of whether the scan actively running. **Required**.|
87
+
|`target`|String| A comma separated list of targets to scan, either IP addresses or hostnames. **Required**.|
88
+
|`intervalInHours`|Int|The interval at which the scan runs. **Required**.|
89
+
|`targetType`|String|The target type in the target field. Possible types are "IP Address" or "Hostname". Default value is IP Address. **Required**.|
90
+
|`scannerAgent`|Object|machine Id. **Required**.|
91
+
|`scanAuthenticationParams`|Object|An object representing the authentication parameters, see [Authentication parameters object properties](./get-authenticated-scan-properties.md#authentication-parameters-object-properties) for expected fields. This property is mandatory when creating a new scan and is optional when updating a scan.|
0 commit comments