Hi Santhosh,
I'm trying to write a wrapper for this call in the api client, but I get
a 404 when I request /v0.1/extensions. Am I missing something?
Thanks,
-Tyler
On 8/4/2011 12:31 AM, Santhosh Kumar M wrote:
Hi Arvind,
In quantum, we can find all supported extensions and its basic details
though an api. The response for the api "/v0.1/extensions" will look like:
{
"extensions" : [ {
"updated" : "2011-01-22T13:25:27-06:00",
"name" : "Extension Name",
"links" : [ ],
"namespace" : "extensions namespace url",
"alias" : "Extension alias",
"description" : "The Extension description"
} ]
}
This can be used to find the basic details of the supported extensions.
Thanks,
Santhosh
--
Mailing list: https://launchpad.net/~netstack
Post to : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help : https://help.launchpad.net/ListHelp