Re: [onap-discuss] [SDC] Questions about the ways to trigger SDC distribute the NS csar

2018-10-07 Thread Michael Lando
The sdc uses a number of UUID across the application. The uniquid is an identifier provided to each version of an item created in sdc each version 0.1 0.2 will receive its own id. The UUID is the same to a group of items example. 1.0,1.1,1.2 all will have the same UUID once you certify it an

Re: [onap-discuss] [SDC] Questions about the ways to trigger SDC distribute the NS csar

2018-10-05 Thread Rene Robert
Hello When you create a service or when you "certify" a service, you can get the service unique_id in the response. Later, the only request I know to find VF or Service "unique_id" is the following curl -X GET \

Re: [onap-discuss] [SDC] Questions about the ways to trigger SDC distribute the NS csar

2018-09-28 Thread Lianhao Lu
Hi SDC team, Thanks for the info. But now I got another problem and hopefully somebody can give me some clues. Thanks very much! I first used the sdc-sim to create a service, then I used restful API to query the service, "GET /sdc/v1/catalog/services" replied with the service UUID

Re: [onap-discuss] [SDC] Questions about the ways to trigger SDC distribute the NS csar

2018-09-26 Thread Brian
Look in the robot code for the sdc_interface.robot. There is an example of how to initiate a distribution sincne robot does it through the SDC API. Brian From: onap-discuss@lists.onap.org On Behalf Of Lianhao Lu Sent: Wednesday, September 26, 2018 1:20 AM To: onap-discuss@lists.onap.org;

Re: [onap-discuss] [SDC] Questions about the ways to trigger SDC distribute the NS csar

2018-09-25 Thread Lianhao Lu
I found this RESTful API: POST https://{serverRoot}/sdc/v1/catalog/services/{serviceUUID}/distribution/{opEnvId}/activate Is that the correct one to activate the service distribution? Can

[onap-discuss] [SDC] Questions about the ways to trigger SDC distribute the NS csar

2018-09-25 Thread Lianhao Lu
Hi SDC team, Currently we're trying to do some stability test of policy which is a SDC distribution client user. So I'm wondering besides clicking on the button in SDC GUI, is there other way to trigger SDC to distribute the NS csar to all SDC distribution client users, e.g. is there a SDC