POST api/VideoAnalyticsV1?blobName={blobName}&filePath={filePath}&cameraId={cameraId}&clipId={clipId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| blobName | string |
Required |
|
| filePath | string |
Required |
|
| cameraId | globally unique identifier |
Required |
|
| clipId | globally unique identifier |
Required |
Body Parameters
CloudBlobContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceClient | CloudBlobClient |
None. |
|
| Uri | URI |
None. |
|
| StorageUri | StorageUri |
None. |
|
| Name | string |
None. |
|
| Metadata | Dictionary of string [key] and string [value] |
None. |
|
| Properties | BlobContainerProperties |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>