I'm using the configuration store API to change the platform endpoint and having trouble getting the JSON formatting right. This is the JSON example from the docs.
{
"value" : "string"
}
When I use the API to list the config store it looks like this.
{
"values": [{
"changed": false,
"name": "https_port",
"value": "9243"
}, {
"changed": true,
"name": "cname",
"value": "prod2"
}]
}
I've tried a combination of values[1].value with no success.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.