POST api/v2/apps/logs/commands/create
CreateAppCommandLog
Request Information
URI Parameters
None.
Body Parameters
The command
CreateAppCommandLogCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| AppKind | AppKind |
None. |
|
| AppUrl | string |
Max length: 2048 |
|
| AppVersion | string |
Max length: 100 |
|
| ApiUrl | string |
Max length: 2048 |
|
| ApiHttpMethod | HttpMethod |
None. |
|
| ApiRequestId | universally unique identifier |
None. |
|
| Date | date |
None. |
|
| CommandName | string |
Max length: 128 |
|
| Path | string |
Max length: 2048 |
|
| QueryString | string |
Max length: 2048 |
|
| Body | string |
Max length: 1000000 |
|
| FileName | string |
Max length: 256 |
|
| FileContentType | string |
Max length: 128 |
|
| FileSize | integer (64 bits) |
None. |
|
| DeviceId | string |
Max length: 200 |
|
| DeviceName | string |
Max length: 200 |
|
| DeviceNetwork | string |
Max length: 200 |
|
| Message | string |
Max length: 16000 |
|
| Exception | string |
Max length: 16000 |
|
| Records | Collection of CreateAppCommandLogCommandRecord |
None. |
Request Formats
application/json
Sample:
{
"AppKind": "ElectraApp",
"AppUrl": "sample string 1",
"AppVersion": "sample string 2",
"ApiUrl": "sample string 3",
"ApiHttpMethod": "Get",
"ApiRequestId": "00000000-0000-0000-0000-000000000000",
"Date": "2025-04-16T15:42:31.506+00:00",
"CommandName": "sample string 4",
"Path": "sample string 5",
"QueryString": "sample string 6",
"Body": "sample string 7",
"FileName": "sample string 8",
"FileContentType": "sample string 9",
"FileSize": 1,
"DeviceId": "sample string 10",
"DeviceName": "sample string 11",
"DeviceNetwork": "sample string 12",
"Message": "sample string 13",
"Exception": "sample string 14",
"Records": [
{
"RecordIdField": "sample string 1",
"RecordId": "00000000-0000-0000-0000-000000000000"
},
{
"RecordIdField": "sample string 1",
"RecordId": "00000000-0000-0000-0000-000000000000"
}
]
}
Response Information
Resource Description
CreateAppCommandLogCommandResult
CreateAppCommandLogCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| AppCommandLogId | universally unique identifier |
Required |
Response Formats
application/json
Sample:
{
"AppCommandLogId": "00000000-0000-0000-0000-000000000000"
}