Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9717

Ops Manager 3.4/Cloud Manager Automation Configuration Index API attribute is wrong

    XMLWordPrintableJSON

Details

    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

        Activity

          People

            rob.justice@mongodb.com Robert Justice (Inactive)
            pavel.duchovny@mongodb.com Pavel Duchovny
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 4 weeks, 6 days ago