Skip to content

Sync pipeline updates

POST
/api/v1/observability/pipelines/sync-updates
curl --request POST \
--url https://example.com/api/v1/observability/pipelines/sync-updates

On-demand pipeline sync for the overview.

X-Environment-Id
Any of:
string

Pulls recent pipeline updates and stores them for the overview

Media typeapplication/json
Response Sync Pipelines Observability Api V1 Observability Pipelines Sync Updates Post
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}