Logs-3
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
PATCH | |
DELETE | |
GET | |
POST | |
GET | |
POST | |
POST | |
GET |
Update logs alerts
Required API key scopes
logs:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- enabledboolean
- filters
- threshold_countinteger
- threshold_operatorDefault:
above - window_minutesinteger
- evaluation_periodsintegerDefault:
1 - datapoints_to_alarmintegerDefault:
1 - cooldown_minutesinteger
- snooze_untilstring
Response
Example request
PATCH /api /projects /:project_id /logs /alerts /:idExample response
Status 200
RESPONSE
Delete logs alerts
Required API key scopes
logs:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /logs /alerts /:idExample response
Status 204 No response body
Delete logs alerts
Required API key scopes
logs:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /logs /alerts /:idExample response
Status 204 No response body
Retrieve logs attributes
Required API key scopes
logs:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /logs /attributesExample response
Status 200 No response body
Create logs export
Required API key scopes
logs:readPath parameters
- project_idstring
Example request
POST /api /projects /:project_id /logs /exportExample response
Status 200 No response body
Retrieve logs has logs
Required API key scopes
logs:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /logs /has_logsExample response
Status 200 No response body
Create logs query
Required API key scopes
logs:readPath parameters
- project_idstring
Example request
POST /api /projects /:project_id /logs /queryExample response
Status 200 No response body
Create logs sparkline
Required API key scopes
logs:readPath parameters
- project_idstring
Example request
POST /api /projects /:project_id /logs /sparklineExample response
Status 200 No response body
Retrieve logs values
Required API key scopes
logs:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /logs /values