Hi Tyler, 

I just tried on my dev environment from Santhosh's branch, and the URI 
/v0.1/extensions works. 
I get an empty extension list as a response, as I haven't loaded any. 

The 404 error might indicate that the extension middleware is not specified in 
the quantum pipeline in etc/quantum.conf.

Cheers,
Salvatore

> -----Original Message-----
> From: netstack-
> bounces+salvatore.orlando=eu.citrix....@lists.launchpad.net
> [mailto:netstack-
> bounces+salvatore.orlando=eu.citrix....@lists.launchpad.net] On Behalf Of
> Tyler Smith
> Sent: 04 August 2011 16:07
> To: Santhosh Kumar M
> Cc: netstack@lists.launchpad.net
> Subject: Re: [Netstack] [Merge]lp:~raxnetworking/quantum/api_extensions
> into lp:quantum
> 
> 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

-- 
Mailing list: https://launchpad.net/~netstack
Post to     : netstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~netstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to