Boomi MFT - AFT Management API Reference (v1) - Monitoring
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
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
- Payload
Content type
{- "id": "string",
- "name": "string",
- "value": 0.1,
- "rating": "string",
- "delta": 0.1,
- "entries": "string",
- "navigationType": "string"
}Response samples
- 500
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
- Payload
Content type
{- "message": "string",
- "pathName": "string",
- "details": null
}Response samples
- 500
Content type
No sample
Was this topic helpful?