Does apigee config maven plugin supports deploying api products for a particular apigee space ?

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

Hi All and @ssvaidyanathan

The solution is to pass “space” : “xyz” to be passed as a key value json pair in the main body

Kind Regards

Arijit

2 Likes

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 :wink:

@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