This controller is responsible for storing TOSCA descriptions that can be used by the planner.
code | condition |
---|---|
401 | Bad credentials |
media type | data type |
---|---|
application/json | DRIPLogRecord (JSON) |
application/json | DRIPLogRecord (JSON) |
application/xml | DRIPLogRecord (XML) |
GET /user/v1.0/logs/ Accept: application/json
HTTP/1.1 200 Looks Good
Content-Type: application/json
{
"level" : "...",
"loggerName" : "...",
"message" : "...",
"millis" : 12345,
"sequenceNumber" : 12345,
"sourceClassName" : "...",
"sourceMethodName" : "...",
"owner" : "user1",
"id" : "58e3946e0fb4f562d84ba1ad",
"timestamp" : 1499793079011
}