Skip to content

Incorrect spec for traffic.trafficItem.highLevelStream.framePreemption #1

Open
@jasdeep-hundal

Description

@jasdeep-hundal

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions