Project

General

Profile

Actions

Bug #19502

closed

Missing 'settings' layer in the allowed_networks API doc

Added by Félix DALLIDET almost 3 years ago. Updated almost 3 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" 
             ]
        }
    }

}
Actions #1

Updated by Félix DALLIDET almost 3 years ago

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

Updated by Félix DALLIDET almost 3 years ago

  • 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
Actions #3

Updated by Vincent MEMBRÉ almost 3 years ago

  • Target version changed from 6.1.14 to 6.1.15
Actions #4

Updated by Félix DALLIDET almost 3 years ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by Vincent MEMBRÉ almost 3 years ago

  • Target version changed from 6.1.15 to 6.1.14
Actions #7

Updated by Vincent MEMBRÉ almost 3 years ago

  • Fix check changed from To do to Checked
Actions #8

Updated by Vincent MEMBRÉ almost 3 years ago

  • 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: Atom PDF