Upload malware .pa archive by URL
POST
/malware/upload-urlContract
Parameter | Value |
|---|---|
| Section | malware |
| Authentication | CookieAuth |
| Consumes | application/json |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| request | body | yes | object | Direct URL to the .pa archive |
{ "url": "<string>" }
Responses
3 responses
Status | Description | Type |
|---|---|---|
202 | Upload queue state (malware.UploadURLQueueState) | object |
400 | Invalid request body, missing URL, or invalid URL | object |
401 | Unauthorized | object |
{}{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }