For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTCreate a single transformation
        • DELDelete a single transformation document
        • GETGet transformation document by ID
        • POSTImport a single transformation
        • POSTRun a transformation
        • GETSearch for transformation documents
        • PUTUpdate a single transformation
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceTransformations

Run a transformation

POST
http://localhost:3000/transformations/:id
POST
/transformations/:id
$curl -X POST http://localhost:3000/transformations/id \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1{}
Runs a transformation.
Was this page helpful?
Previous

Search for transformation documents

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequired
id

Request

request body
incomingobjectOptional
optionsobjectOptional

Response

Transformation run result.

Errors

500
Internal Server Error