Site
Site Scan Schedules
Creates a new scan schedule for the specified site.
post/api/3/sites/{id}/scan_schedules
Path parameters
idinteger required
The identifier of the site.
The identifier of the site.
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
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.