Hello,
I'm trying to attach a report to an alert using a command similar to this one:
`./opsgenie-lamp_v3.1.4 attachFile --id "alias123" --identifier alias --fileName report.html --apiKey 123 --filePath .`
But I'm getting this message:
2024/04/19 16:30:42 INFO: Logging to file is disabled, To enable Logging to file Please specify logPath in configuration
INFO[2024-04-19T16:30:42.442047-03:00] Client is configured with ApiUrl: api.opsgenie.com, LogLevel: info, RetryMaxCount: 4
ERRO[2024-04-19T16:30:42.95022-03:00] Error occurred with Status code: 413, Message: Current request is not a multipart request, Took: 0.001000, RequestId: 867cd55a-75ac-4cc0-b59f-524757d80c22
2024/04/19 16:30:42 ERROR : Error occurred with Status code: 413, Message: Current request is not a multipart request, Took: 0.001000, RequestId: 867cd55a-75ac-4cc0-b59f-524757d80c22
Did I miss something or am I doing something wrong?