/api/space/fabric-management/fabric-large-tables/{id}

The following operation is supported on this resource:

  • GET - Get detail of Fabric node large table
GET /fabric-large-tables/{id} Version 3

Get detail of Fabric node large table.

Sample Usage

GET /fabric-large-tables/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <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>

  • Sample Output JSON:
    {
       "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