v1
latestOpenAPI 3.1.02026-08-06330343826.1 KBSite
Site Scan Schedule
Updates the specified scan schedule.
put/api/3/sites/{id}/scan_schedules/{scheduleId}
Path parameters
idinteger required
The identifier of the site.
The identifier of the site.
scheduleIdinteger required
The identifier of the scan schedule.
Example:9
The identifier of the scan schedule.
Request body
Example request
{
"assets": {
"excludedAssetGroups": {
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
},
"excludedTargets": {
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
},
"includedAssetGroups": {
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
},
"includedTargets": {
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
}
},
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"repeat": {
"every": "date-of-month",
"interval": 1
},
"start": "2018-03-01T04:31:56Z"
}Response
OK