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.â€
}
]
}