We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"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.
The text was updated successfully, but these errors were encountered:
Hi Jasdeep - the flat object is correct. We are in the process of fixing the meta data and will regenerate the openapi docs.
Sorry, something went wrong.
ajbalogh
No branches or pull requests
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:
I've been able to successfully parse IxNetwork config from the API after locally fixing this.
The text was updated successfully, but these errors were encountered: