System Action

    Description

    None

    Query parameters

    • Optional parameter, specify the path of proc

    Response

    Take /dbs/10003/10054/partitions/10053/10055 as an example:

    1. {
    2. "msg": "success",
    3. "code": 0,
    4. "data": {
    5. "href_columns": ["TabletId", "MetaUrl", "CompactionStatus"],
    6. "rows": [{
    7. "SchemaHash": "1294206575",
    8. "LstFailedTime": "\\N",
    9. "LstFailedVersion": "-1",
    10. "MetaUrl": "URL",
    11. "CheckVersionHash": "-1",
    12. "ReplicaId": "10057",
    13. "VersionHash": "4611804212003004639",
    14. "LstConsistencyCheckTime": "\\N",
    15. "LstSuccessVersionHash": "4611804212003004639",
    16. "CheckVersion": "-1",
    17. "VersionCount": "2",
    18. "State": "NORMAL",
    19. "BackendId": "10032",
    20. "DataSize": "776",
    21. "LstFailedVersionHash": "0",
    22. "CompactionStatus": "URL",
    23. "TabletId": "10056",
    24. "PathHash": "-3259732870068082628",
    25. "RowCount": "21"
    26. }]
    27. },
    28. }