GET api/extension/enumerate
Description
Get list of the supported extensions.
Results
Total number of results and a list of extension server extensions supported.
Rest Call
GET http://localhost:15000/api/extension/enumerate
Result
{
"totalResults":"2â,
âextensionsâ: [
{
ânameâ: âHdfsÂmirroringâ
âtypeâ: âTrusted/Provided extensionâ
âdescriptionâ: âThis extension implements replicating arbitrary directories on HDFS from one Hadoop cluster to another Hadoop cluster.â
},
{
ânameâ: âHiveÂmirroringâ
âtypeâ: âTrusted/Provided extensionâ
âdescriptionâ: âThis extension implements replicating hive metadata and data from one Hadoop cluster to another Hadoop cluster.â
}
]
}