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”: “Hdfsmirroring”
“type”: “Trusted/Provided extension”
“description”: “This extension implements replicating arbitrary directories on HDFS from one Hadoop cluster to another Hadoop cluster.”
},
{
“name”: “Hivemirroring”
“type”: “Trusted/Provided extension”
“description”: “This extension implements replicating hive metadata and data from one Hadoop cluster to another Hadoop cluster.”
}
]
}