v1
latestOpenAPI 3.1.02026-08-06330343826.1 KBSite
Sites
Creates a new site with the specified configuration.
post/api/3/sites
Request body
Example request
{
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"scan": {
"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"
}
]
}
}
}
}Response
Created