Skip to content

Sync Nexa-managed pipelines

POST
/api/v1/pipelines/sync
curl --request POST \
--url 'https://example.com/api/v1/pipelines/sync?include_registry_check=true'

Sync pipeline inventory based on Nexa tags (soft delete on tag removal).

include_registry_check
Include Registry Check

Compare tags vs deployment registry and emit discrepancy events.

boolean
default: true

Compare tags vs deployment registry and emit discrepancy events.

X-Environment-Id
Any of:
string

Synchronizes tagged pipelines and emits registry mismatch events

Media typeapplication/json
Response Sync Pipelines Managed Api V1 Pipelines Sync 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"
}
]
}