Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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

Solved Solved
0 3 98
1 ACCEPTED 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

View solution in original post

3 REPLIES 3

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