PUT /api/v2/table/{path}
Creates a HPE Data Fabric Database JSON table
Parameters
| Name | Description | 
|---|---|
| path  
 (path)  | 
              Required: Path to the new HPE Data Fabric Database JSON table | 
Request Example
The following creates a table with the path
        
    /apps/employees:curl -X PUT \
  'https://10.10.100.42:8243/api/v2/table/%2Fapps/employees' \
  -u root:maprResponse Example
201 Created