migrationGetLogsResponse element
Type: | migrationGetLogsResponse |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Response to request to retrieve all logs for tag type migration
Example JSON
{
"logFilenames" : [ {
"..." : ...
}, {
} ],
"jobEntries" : [ {
"handledObjects" : ...,
"logName" : "...",
"jobId" : ...,
"status" : ...,
"timestamp" : "...",
"jobType" : ...,
"config" : "..."
}, ... ],
"messages" : [ {
"message" : "...",
"type" : "CRITICAL",
"timestamp" : ...,
"image" : "...",
"sender" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"id" : ...
}, ... ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}