Logs Pipeline

get
Authorizations
Responses
200
logsPipelineConfigResponse contains a logs pipeline configuration entry
get
GET /api/pipelines/logs/config HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*

No content

post
Authorizations
Body

CreateOrUpdateLogsPipelineConfigRequest defines the request structure for creating or updating a logs pipeline configuration

valuestringOptional
Responses
201
logsPipelineConfigResponse contains a logs pipeline configuration entry
post
POST /api/pipelines/logs/config HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "value": "text"
}

No content

put
Authorizations
Body

CreateOrUpdateLogsPipelineConfigRequest defines the request structure for creating or updating a logs pipeline configuration

valuestringOptional
Responses
200
logsPipelineConfigResponse contains a logs pipeline configuration entry
put
PUT /api/pipelines/logs/config HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "value": "text"
}

No content

delete
Authorizations
Responses
200
emptyLogsPipelineConfigResponse is used for empty responses
delete
DELETE /api/pipelines/logs/config HTTP/1.1
Host: api.groundcover.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated