Project

General

Profile

Actions

Bug #19502

closed

Missing 'settings' layer in the allowed_networks API doc

Bug #19502: Missing 'settings' layer in the allowed_networks API doc

Added by Félix DALLIDET over 4 years ago. Updated over 4 years ago.

Status:
Released
Priority:
N/A
Category:
Documentation
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:

Description

The documentation describe the response as:

{
    "result": "success",
    "action": "getAllowedNetworks",
    "data": {
        "allowed_networks": [
            "162.168.1.0/24",
            "162.168.2.0/24" 
        ]
    }
}

When it is:

{
    "result": "success",
    "id": "root",
    "action": "getAllowedNetworks",
    "data": {
        "settings": {
            "allowed_networks": [
                 "162.168.1.0/24",
                 "162.168.2.0/24" 
             ]
        }
    }

}

Updated by Félix DALLIDET over 4 years ago Actions #1

  • Status changed from New to In progress
  • Assignee set to Félix DALLIDET

Updated by Félix DALLIDET over 4 years ago Actions #2

  • Status changed from In progress to Pending technical review
  • Assignee changed from Félix DALLIDET to François ARMAND
  • Pull Request set to https://github.com/Normation/rudder/pull/3701

Updated by Vincent MEMBRÉ over 4 years ago Actions #3

  • Target version changed from 6.1.14 to 6.1.15

Updated by Félix DALLIDET over 4 years ago Actions #4

  • Status changed from Pending technical review to Pending release

Updated by Vincent MEMBRÉ over 4 years ago Actions #6

  • Target version changed from 6.1.15 to 6.1.14

Updated by Vincent MEMBRÉ over 4 years ago Actions #7

  • Fix check changed from To do to Checked

Updated by Vincent MEMBRÉ over 4 years ago Actions #8

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 6.1.14 and 6.2.8 which were released today.

Actions

Also available in: PDF Atom