Open
Description
The 'framePreemption' field for the traffic/trafficItem/highLevelStream object is listed as an array in the resourcemanager.yaml schema (https://github.com/OpenIxia/openixia.github.io/blob/master/ixnetwork_openapi/assets/resourcemanager.yaml#L59680), but I'm getting back just a flat object from the IxNetwork Web UI/API:
"framePreemption": {
"xpath": "/traffic/trafficItem[1]/highLevelStream[1]/framePreemption",
"autoFragmentCount": false,
"lastFragment": false,
"frameType": "fragment",
"smdType": "autoSMDS",
"enable": false,
"fragmentCount": 0
},
I've been able to successfully parse IxNetwork config from the API after locally fixing this.