iva_file_resources
Create file resource slots, upload and download files, retrieve resource metadata, and subscribe to antivirus scanning status updates for the IVA MCU platform.
Instructions
IVA file resources: create resource, download/upload files, get resources info, subscribe to scanning status. Clients API v2.28.12.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform: - "create": Create a new file resource slot (returns upload URL/info). Создать ресурс для загрузки файла. - "download": Download a file resource (get the file content or download URL). - "upload": Upload file content into a previously created resource. Загрузить файл в ресурс. - "get_info": Get metadata/information about one or more file resources (size, name, status). - "subscribe_scanning": Subscribe to antivirus/scanning status updates for resources. Подписаться на статус сканирования. | |
| confirm | No | Set to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled. | |
| scanData | No | Scanning status subscription data | |
| resourceId | No | Resource UUID | |
| resourceIds | No | Array of resource UUIDs | |
| resourcesInfo | No | Resources info request data |