OpenIxia / ixnetwork_restpy

The IxNetwork python client.
https://openixia.github.io/ixnetwork_restpy/#/
MIT License
30 stars 16 forks source link

Capture: rename data or control active capture #40

Open alexandreseitz opened 4 years ago

alexandreseitz commented 4 years ago

According the API documentation, we should be able to choose a name for dataActiveCapture and controlActiveCapture however, when I try to modify this field, I get an error:

{
    "method": "PATCH",
    "pathAndQuery": "/api/v1/sessions/1/ixnetwork/vport/1/capture",
    "errors": [
        {
            "code": 5500,
            "detail": "Invalid control active capture name"
        }
    ]
}

Is there a specific syntax to apply?