Boomi MFT - AFT Management API Reference (v1) - Monitoring
Download OpenAPI Specification: Download
Logs web vitals metrics for application performance monitoring
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
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?