Project

General

Profile

Actions

Bug #13795

closed

Remove old "machyne type" api Rest typo since it should not be called anymore

Added by Florian Heigl over 5 years ago. Updated over 5 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Very Small
Priority:
50
Name check:
Fix check:
Regression:

Description

Hi,

I ran the following:

for node in $(rudder-cli node list_pending | jq '.nodes[].id' | sed 's/\"//g') ; do
rudder-cli node accept $node 2>/dev/null
done

And in the results I see machyneType

@{
"nodes": [ {
"hostname": "svc-debian8",
"id": "53c507b4-c450-4406-8177-5c8cb59b77ac",
"machyneType": "Virtual",
"osName": "Debian",
"osVersion": "[8.11]",
"status": "accepted"
}
]
}@

my rudder-cli on that system is probably 2 years old, I but since the bug predates that by a lot, I'm afraid you still got a machyneType somewhere in your code :-))


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #4386: List node API : typo on "machyneType" (should be "machineType")ReleasedFrançois ARMAND2014-01-17Actions
Actions

Also available in: Atom PDF