Boomi MFT - File Sharing API Reference (1.16) - Systemlog
Download OpenAPI Specification: Download
The System Log REST Web Services provide endpoints for recording operational and system log entries within the MFT Server. These APIs enable the addition of new log records based on specified file, folder, and operation identifiers.
Create System Log Operation
Add new log operation based on the provided ThruPublicSystemLogOperation structure.
Invocation Scenarios
Add new system log data.
Authorizations:
SessionAuth
Request Body schema: application/x-www-form-urlencodedrequired
Request body — Request type: ThruPublicSystemLogOperation — Schema: ThruPublicSystemLogOperation structure contains information operation that will be logged in MFT.
| LogOperationId | string Operation Id that is assigned for request operation |
| OperationType | integer <int32> MobileOpenFileInExternalApplication = 0×4000000 |
| FolderId | string Identifier of the folder in MFT file system |
| FileId | string Identifier of the file in MFT file system |
| MobileReceiverAppName | string Mobile application name |
Responses
Request samples
- Payload
Content type
application/x-www-form-urlencoded
LogOperationId=1UEVYEHGF7GVW&OperationType=67108864&FolderId=0QN8H2VKTGIWE&FileId=30FZAAT6ULN30&MobileReceiverAppName=test
Response samples
- 201
Content type
application/json
{- "LogOperationId": "1UEVYEHGF7GVW",
- "OperationType": "67108864",
- "FolderId": "0QN8H2VKTGIWE",
- "FileId": "30FZAAT6ULN30",
- "MobileReceiverAppName": "test"
}Was this topic helpful?