Project

General

Profile

Actions

Bug #14241

closed

Missing rule name in compliance API

Added by Nicolas CHARLES about 5 years ago. Updated almost 5 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Very Small
Priority:
74
Name check:
Reviewed
Fix check:
Checked
Regression:

Description

The name of Directives appears in the output of the compliance API, but not the name of the Rules. This is fairly confusing

#  curl -k -H "X-API-Token:  A3l7RSAqK6AtOtUu3jhw93MbUaQkvsg6" -X GET 'https://localhost/rudder/api/latest/compliance/rules?level=2&prettify=true'
{
  "action": "getRulesCompliance",
  "result": "success",
  "data": {
    "rules": [
      {
        "id": "32377fd7-02fd-43d0-aab7-28460a91347b",
        "compliance": 47.37,
        "mode": "full-compliance",
        "complianceDetails": {
          "successAlreadyOK": 39.47,
          "successNotApplicable": 5.26,
          "unexpectedMissingComponent": 25.0,
          "error": 2.63,
          "unexpectedUnknownComponent": 25.0,
          "successRepaired": 2.63
        },
        "directives": [
          {
            "id": "c16e3a90-b9d7-427d-83c1-d80e33124e4c",
            "name": "File content (from remote template)",
            "compliance": 50.0,
            "complianceDetails": {
              "successAlreadyOK": 41.67,
              "successNotApplicable": 8.33,
              "unexpectedMissingComponent": 25.0,
              "unexpectedUnknownComponent": 25.0
            }
          },

Actions #1

Updated by Alexis Mousset about 5 years ago

  • Target version changed from 4.3.9 to 4.3.10
Actions #2

Updated by François ARMAND about 5 years ago

  • Target version changed from 4.3.10 to 4.3.11
Actions #3

Updated by Vincent MEMBRÉ about 5 years ago

  • Target version changed from 4.3.11 to 4.3.12
Actions #4

Updated by François ARMAND almost 5 years ago

  • Translation missing: en.field_tag_list set to good first bug
  • Subject changed from Compliance API is inconsistent to Missing rule name in compliance API
  • Target version changed from 4.3.12 to 5.0.10
  • Severity set to Minor - inconvenience | misleading | easy workaround
  • User visibility set to Getting started - demo | first install | Technique editor and level 1 Techniques
  • Effort required set to Very Small
  • Priority changed from 0 to 76
Actions #5

Updated by François ARMAND almost 5 years ago

  • Assignee set to Nicolas CHARLES
Actions #6

Updated by Nicolas CHARLES almost 5 years ago

  • Status changed from New to In progress
Actions #7

Updated by Vincent MEMBRÉ almost 5 years ago

  • Target version changed from 5.0.10 to 5.0.11
Actions #8

Updated by Nicolas CHARLES almost 5 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Nicolas CHARLES to François ARMAND
  • Pull Request set to https://github.com/Normation/rudder/pull/2217
Actions #9

Updated by Vincent MEMBRÉ almost 5 years ago

  • Target version changed from 5.0.11 to 5.0.12
Actions #10

Updated by Rudder Quality Assistant almost 5 years ago

  • Assignee changed from François ARMAND to Nicolas CHARLES
Actions #11

Updated by Nicolas CHARLES almost 5 years ago

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

Updated by Vincent MEMBRÉ almost 5 years ago

  • Priority changed from 76 to 75
  • Name check set to To do
Actions #13

Updated by Vincent MEMBRÉ almost 5 years ago

  • Fix check set to To do
Actions #14

Updated by Alexis Mousset almost 5 years ago

  • Priority changed from 75 to 74
  • Name check changed from To do to Reviewed
Actions #15

Updated by Nicolas CHARLES almost 5 years ago

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

Updated by Vincent MEMBRÉ almost 5 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 5.0.12 which was released today.

Actions

Also available in: Atom PDF