Default Log

get

/services/{version}/deployments/{deployment}/services/{service}/logs/default

Required Role: Administrator

Retrieve the service log

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The log was retrieved successfully.

Body ()
Root Schema : Application log properties
Type: object
Title: Application log properties
Show Source
Example Response (application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:9011/services/v2/deployments/Local/services/adminsrvr/logs/default",
            "mediaType":"text/plain",
            "rel":"alternate"
        },
        {
            "href":"http://localhost:9011/services/v2/deployments/Local/services/adminsrvr/logs/default",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:9011/services/v2/deployments/Local/services/adminsrvr/logs/default",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:9011/services/v2/metadata-catalog/default",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:log",
        "enabled":true
    }
}
Back to Top