Apply Change log
Apply Change log
Returns BOSH logs for a given Apply Changes.
Request
URI
GET
https://{opsmanager-installation}/api/v0/installations/{installation_id}/logs
COPY
Path Parameters
number
installation_id
Required
The installation id
Query Parameters
boolean
event_stream
Optional
If true, the logs will be streamed as text/event-stream.
Responses
200
OK
{
"logs": "string"
}
string
logs
Optional
The logs for the Apply Changes
400
Setup is not completed
Returns
RequireSetupCompleted
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
404
Not Found
Returns
CommonErrors
of type(s)
application/json
{
"errors": [
"string"
]
}
array of
string
errors
Required
errors
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/installations/{installation_id}/logs