Logs

Get detail of a log file

get

Get content of a log file

Path parameters
fileNamestringRequired

Name of the log file to return

Example: 3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.log
Responses
200
Successful operation
application/json
get
GET /strongcourage/MAIP/v1/logs/{fileName} HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful operation

{
  "content": "this is the log content"
}