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.