Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Apigee maven plugin - config.json file error

Hello All,

I have created a config.json file with below data. Placed this file under main folder where apiproxy is there.

The intension of using this file is to insert the value or replace the value of a parameter in a policy.

 

However, deployment is failing. Is this the correct way to use it ?

I also have another .json files for each environment which has details about target servers, products...etc. Do i need to mention below in same edge.json files or keep it separate.

 

Config.json

 

{
"configurations": [
{
"name": "test",
"policies": [
{
"name": "FC-ELK-Logger",
"tokens": [
{
"xpath": "/FlowCallout/Properties/Parameters",
"value": "stgtest"
}
]
}
]
}
]
}

 

@ssvaidyanathan : Please support here.

Regards,

Murthy.

0 8 539
8 REPLIES 8