POST v1/filescan/{authKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
authKey | string |
Required |
Body Parameters
BlobScanResultName | Description | Type | Additional information |
---|---|---|---|
Status | FileScanStatus |
None. |
|
CallbackId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Status": 0, "CallbackId": "sample string 1" }
application/xml, text/xml
Sample:
<BlobScanResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.General.Azure.Blobs"> <CallbackId>sample string 1</CallbackId> <Status>Pending</Status> </BlobScanResult>
multipart/form-data
Sample:
<BlobScanResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.General.Azure.Blobs"><CallbackId>sample string 1</CallbackId><Status>Pending</Status></BlobScanResult>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.