python - getObject returns value of RAM_0_UNIT_PLACEHOLDER for RAM item -
the machine trying details contains following ram:
2x4gb kingston 4gb ddr3 1rx8
the ram item returned machine getobject
is:
{ 'item': { 'softwaredescriptionid': '', 'capacity': '8', 'description': '8 gb ram', 'upgradeitemid': '', 'itemtaxcategoryid': 166, 'itemcategory': { 'quantitylimit': 0, 'sortorder': 3, 'categorycode': 'ram', 'id': 3, 'name': 'ram' }, 'keyname': 'ram_0_unit_placeholder', 'units': 'gb', 'id': 6147 } }
ram_0_unit_placeholder
not seem valid result , causing problems when trying order machines configuration. can please confirm if expected behavior or not?
Comments
Post a Comment