RCA API

    Example response

    1. "HighHeapUsageClusterRca": [{
    2. "rca_name": "HighHeapUsageClusterRca",
    3. "state": "unhealthy",
    4. "timestamp": 1587426650942,
    5. "HotClusterSummary": [{
    6. "number_of_nodes": 2,
    7. "number_of_unhealthy_nodes": 1,
    8. "HotNodeSummary": [{
    9. "host_address": "192.168.144.2",
    10. "HotResourceSummary": [{
    11. "threshold": 0.65,
    12. "value": 0.81827232588145373,
    13. "avg": NaN,
    14. "max": NaN,
    15. "min": NaN,
    16. "unit_type": "heap usage in percentage",
    17. "time_period_seconds": 600,
    18. "TopConsumerSummary": [{
    19. "name": "CACHE_FIELDDATA_SIZE",
    20. "value": 590702564
    21. "name": "CACHE_REQUEST_SIZE",
    22. "value": 28375
    23. },
    24. {
    25. "name": "CACHE_QUERY_SIZE",
    26. "value": 12687
    27. }
    28. ],
    29. }]
    30. }]
    31. }]
    32. }