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"
}
]
}
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:
Is there a specific syntax to apply?