[DOCS-9717] Ops Manager 3.4/Cloud Manager Automation Configuration Index API attribute is wrong Created: 04/Jan/17  Updated: 12/Jan/17  Resolved: 12/Jan/17

Status: Closed
Project: Documentation
Component/s: Cloud Manager, Ops Manager
Affects Version/s: ops-manager-3.4
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Pavel Duchovny Assignee: Robert Justice (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

https://docs.opsmanager.mongodb.com/v3.4/reference/api/automation-config/#indexes


Participants:
Days since reply: 7 years, 4 weeks, 6 days ago

 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



 Comments   
Comment by Kay Kim (Inactive) [ 12/Jan/17 ]

Oh hey pavel.duchovny
that's my fault. The fix is in both, but I haven't had a chance to republish cloud mgr docs with the changes in yet as I wanted to bundle that fix with another change before publishing. I should get to republishing by noon today.

Comment by Robert Justice (Inactive) [ 11/Jan/17 ]

Replaced semicolon with a comma in configuration file syntax.

Generated at Thu Feb 08 07:58:59 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.