Waiting for engine...
Skip to main content

Boomi MFT - AFT Management API Reference (v1) - Monitoring

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Monitoring

Logs web vitals metrics for application performance monitoring

Records web performance metrics for application monitoring and optimization.

Authorizations:
ApiKeyBearer
Request Body schema:

Web vitals performance metrics including page load times and user experience measurements

id
string or null
name
string or null
value
number <double>
rating
string or null
delta
number <double>
entries
string or null
navigationType
string or null

Responses

Request samples

Content type
{
  • "id": "string",
  • "name": "string",
  • "value": 0.1,
  • "rating": "string",
  • "delta": 0.1,
  • "entries": "string",
  • "navigationType": "string"
}

Response samples

Content type
No sample

Logs application errors for debugging and monitoring purposes

Records client-side error information for debugging and monitoring.

Authorizations:
ApiKeyBearer
Request Body schema:

Error details including message, path, and additional diagnostic information

message
string or null
pathName
string or null
details
any or null

Responses

Request samples

Content type
{
  • "message": "string",
  • "pathName": "string",
  • "details": null
}

Response samples

Content type
No sample