Can we associate array attributes in bulk add configuration webservice
Summary:
Dear Team,
Can we associate array attributes in configuration "bulk add to transaction" webservice. /rest/v16/config/actions/_bulkAddToTxn under configData json .
If yes, please help with some sample code to map array attributes.
"configData": {
"serverCounter": 1,
"powerSupply": {
"value": "600W PSU",
"displayValue": "600W PSU"
},
"enclosure": "Vision Blade 6000 Chassis",
"howMuchDataDoYouCurrentlyManageAndStore": {
"value": "1 TB - 5 TB",
"displayValue": "1 TB - 5 TB"
},
"ram": {
"value": "4 GB RAM",
"displayValue": "4 GB RAM"
},
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
v24B
Code Snippet (add any code snippets that support your topic, if applicable):
0