/api/space/fabric-management/fabric-large-tables

The following operation is supported on this resource:

  • GET - Get all large Table details in Fabric node
GET /fabric-large-tables Version 3

Get all large Table details in Fabric node.

Sample Usage

GET /fabric-large-tables


  • Sample Output XML:
    <fabric-large-tables total="Integer" uri="/api/space/fabric-management/fabric-large-tables">
         <fabric-large-table
               href="/api/space/fabric-management/fabric-large-tables/{id}" uri="/api/space/fabric-management/fabric-large-tables/{id}">
               <id>Integer</id>
               <db-name>String</db-name>
               <table-name>String</table-name>
               <table-size>Float</table-size>
               <time>String</time>
         </fabric-large-table>
    </fabric-large-tables>

  • Sample Output JSON:
    {
       "fabric-large-tables" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/fabric-management/fabric-large-tables" ,
         "fabric-large-table" : {
           "@href" : "/api/space/fabric-management/fabric-large-tables/{id}" ,
           "@uri" : "/api/space/fabric-management/fabric-large-tables/{id}" ,
           "id" : "Integer" ,
           "db-name" : "String" ,
           "table-name" : "String" ,
           "table-size" : "Float" ,
           "time" : "String"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ViewLargeDataBaseTable