Update the KubeHunter compliance scan log by uid
PUThttps://api.spectrocloud.com/v1/spectroclusters/:uid/features/complianceScan/logs/drivers/kubeHunter
Update the KubeHunter compliance scan log by uid
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
reports
object
required
requestUidstringrequired
statusstringrequired
Possible values: [Completed
, InProgress
, Failed
, Initiated
]
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/spectroclusters/:uid/features/complianceScan/logs/drivers/kubeHunter' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"reports": {},
"requestUid": "string",
"status": "Completed"
}'