Skip to main content
Version: latest

Update the Sonobuoy compliance scan log by uid

PUT 

https://api.spectrocloud.com/v1/spectroclusters/:uid/features/complianceScan/logs/drivers/sonobuoy

Update the Sonobuoy compliance scan log by uid

Request

Responses

The resource was updated successfully

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
curl -L -X PUT 'https://api.spectrocloud.com/v1/spectroclusters/:uid/features/complianceScan/logs/drivers/sonobuoy' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <ApiKey>' \
-d '{
"reports": {},
"requestUid": "string",
"status": "Completed"
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— header
Body
{
"reports": {},
"requestUid": "string",
"status": "Completed"
}