Scanning APIs
Cloud Storage Security Scanning API
v1 OAS3
css_scanning_api_openapi_doc.json
HealthCheck
Scan
Check the status of an extra large file scan job. This could be used when a file larger than what can fit on the API's disk was submitted to be scanned via the scan existing API. The initial scan existing API request would have a reference ID returned back that would be included in this request.
get
Query parameters
referenceIdstringOptional
Responses
200
Success
400
Bad Request
401
Unauthorized
404
Not Found
500
Server Error
get
/api/Scan/JobStatusBody
containerstringRequired
objectPathstringRequired
versionIdstring | nullableOptional
uploadedBystring | nullableOptional
fileSizeinteger · int64Optional
lastModifiedstring · date-timeOptional
Responses
200
Success
400
Bad Request
401
Unauthorized
500
Server Error
post
/api/Scan/ExistingSend a file to the API to be scanned. This can either be done via a multi-part file upload or a binary file transfer. If done as a binary file transfer, headers may be added to specify the file name and an upload destination (if desired). The upload destination is specified as an uploadTo form field when using multi-part form uploads.
post
Header parameters
File-NamestringOptional
Optional - for use when performing scan and upload only
Upload-TostringOptional
Optional - for use when performing scan and upload only
Body
fileNamestring · binaryOptional
uploadTostringOptional
Responses
200
Success
400
Bad Request
401
Unauthorized
500
Server Error
post
/api/ScanToken
Last updated