Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
ops-manager-3.4
-
None
Description
The Indexes API section in Automation Config resource lists the following indexConfigs has a key attribute with an invalid array syntax:
"key" : [
|
[ <string> : <val> ],
|
...
|
Where the actual attribute should be:
"key" : [
|
[ <string>, <val> ],
|
...
|
Thanks,
Pavel
Attachments
Issue Links
- links to