Get Heavy Operations
If you receive an email from Reltio, you can run the this API to identify the operations that are causing the quota to be exceeded.
This API gets detailed information about responses with error code 507 for the last one hour for the specified tenant.
Request
GET {{env_uri}}/reltio/api/{{tenant}}/monitoring/heavyOperations
Response
{
"operationsCount": 2,
"tenantId": "<tenant id>",
"operations": [
{
"httpStatus": 507,
"httpMethod": "GET",
"url": "/api/Merill/entities/00006Mq/_hops",
"user": "stepan.ermakov@reltio.com",
"time": 1540457334101,
"execTime": 109
},
{
"httpStatus": 507,
"httpMethod": "GET",
"url": "/api/Merill/entities/00006Mq/_hops",
"user": "stepan.ermakov@reltio.com",
"time": 1540457586204,
"execTime": 26
}
]
}