Get Environment Apache Error Logs
GET
/v1/environments/{id}/logs/apache-errorsGet an environment's error logs.
Request
Path Params
id
string
required
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array[string]
required
links
object
required
first
string
required
last
string
required
prev
null
required
next
null
required
meta
object
required
current_page
integer
required
from
null
required
last_page
integer
required
links
array [object {3}]
required
path
string
required
per_page
integer
required
to
null
required
total
integer
required
Example
{
"data": [
"string"
],
"links": {
"first": "string",
"last": "string",
"prev": null,
"next": null
},
"meta": {
"current_page": 0,
"from": null,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": null,
"total": 0
}
}
Last modified: 7 months ago