[DOCS-16223] [Atlas] add new buildInfo output field to external ADF documentation Created: 27/Jun/23  Updated: 28/Jun/23  Resolved: 28/Jun/23

Status: Closed
Project: Documentation
Component/s: Atlas
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Lorenz Huelsbergen Assignee: Kailie Yuan
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:
Days since reply: 32 weeks ago
Story Points: 1

 Description   

We have added a new field to the output of the `buildInfo` command when run in Atlas Data Federation.

this requires a small update to the external documentation here:
https://www.mongodb.com/docs/atlas/data-federation/supported-unsupported/diagnostic-commands/

i'm asking the dev, sindhuja.kancharla@mongodb.com, to specify the new field along with a description and updated JSON for the example in the comments to this ticket.



 Comments   
Comment by Sindhuja Kancharla (Inactive) [ 28/Jun/23 ]

https://github.com/10gen/mongohouse/pull/6403 

Comment by Kailie Yuan [ 27/Jun/23 ]

https://github.com/10gen/cloud-docs/pull/4620

Comment by Sindhuja Kancharla (Inactive) [ 27/Jun/23 ]

The documentation would need a new Field `dataLake.mongoSQLVersion` to be added with the Description as `The mongoSQL version of the Data Federation Service`.
The example would also need to be updated to include this field as follows:

{
  "ok" : <return>,
  "version" : "<version-number>",
  "versionArray" : [
    <number>,
    <number>,
    <number>,
    <number>
  ],
  "dataLake" : {
    "version" : "<version-number>",
    "gitVersion" : "<version-number>",
    "date" : "<timestamp>",
    "mongoSQLVersion" : "<version-number>"
  }
} 

 

Generated at Thu Feb 08 08:14:53 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.