GET .../catalogues/network-services
Closed this issue · 4 comments
Hi:
With GET http://api.int.sonata-nfv.eu:4002/catalogues/network-services request, we don't obtain list of services or "[]", only obtain the 200 code response
@srodriguezOPT Why using that interface directly, and not http://sp.int.sonata-nfv.eu:32001/services?
@jbonnet To grab the NSD+VNFDs form the catalogue, using the service_uuid and pass this info to MANO (we are talking about GK-srv implementation)
Ah! Sorry, missed it...
Have you got the headers right?
content_type: :json is a must in the request...
Enviado de Samsung Mobile
-------- Mensagem original --------
De : Santiago Rodríguez notifications@github.com
Data:04/05/2016 11:51 (GMT+00:00)
Para: sonata-nfv/son-catalogue-repos son-catalogue-repos@noreply.github.com
Cc: José Bonnet jose.bonnet@icloud.com,Mention mention@noreply.github.com
Assunto: Re: [sonata-nfv/son-catalogue-repos] GET
.../catalogues/network-services (#60)
@jbonnet To grab the NSD+VNFDs form the catalogue, using the service_uuid and pass this info to MANO (we are talking about GK-srv implementation)
—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
That's it!!
"curl -H "Content-type: application/json" -X GET http://api.int.sonata-nfv.eu:4002/catalogues/network-services" works fine
Thanks