Hi Members,
Does anyone has experience in using apigee config maven plugin to deploy api products in an apigee space ?. I am using version 2.5.2 and looks like it doesn't support. The latest version of the code also looks like doesn't support ?
@ssvaidyanathan may be can you confirm ?
Kind Regards
Arijit
Solved! Go to Solution.
Hi All and @ssvaidyanathan
The solution is to pass "space" : "xyz" <depends on space name> to be passed as a key value json pair in the main body
Kind Regards
Arijit
Hi All and @ssvaidyanathan
The solution is to pass "space" : "xyz" <depends on space name> to be passed as a key value json pair in the main body
Kind Regards
Arijit
Hi @Arijit_apigee,
Thanks so much for sharing the solution and confirming it works! That's really helpful for anyone else facing a similar challenge 😉
@Arijit_apigee - That's right. The plugin is just orchestrating and calling the Apigee API. So adding the space to the products JSON, it should work. Glad you found it and it worked