VNF
2 TopicsGetting error EQ-4006030 attempting to create a new VeloCloud VNF on Network Edge
I'm attempting to use the "Create-Velocloud SDWAN" item in the Network Edge postman collection on the developer portal. I am receiving the following error when submitting the request: [{"errorCode":"EQ-4006030","errorMessage":"We are unable to process your request.","details":"Please open a support ticket via the ? on the bottom of every page for further assistance., Invalid property 'acl' of bean class [ic.nfv.virtualdevice.model.VirtualDeviceRequestDto]: Bean property 'acl' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?","help":"https:///help/error/EQ-4006030","additionalInfo":[{"property":null,"reason":null}]}] here is my message body: { "metroCode": "SV", "deviceTypeCode": "VELOCLOUD-SDWAN", "termLength": "1", "licenseMode": "BYOL", "packageCode": "VeloCloud-2", "virtualDeviceName": "sr-008", "notifications": [ "cp941uatatt.aaa" ], "vendorConfig": { "rootPassword": "myPassw0rd!", "activationKey": "XXX", "controllerFqdn": "vco134-usvi1.velocloud.net" }, "aclDetails": [ { "uuid": "4c23126c-8874-4b36-8ad5-cf778f0b7e7a", "interfaceType": "WAN" } ], "accountNumber": "123456", "version": "3.4.2", "interfaceCount": 8, "deviceManagementType": "SELF-CONFIGURED", "core": 8 } thank you!1.4KViews0likes0Comments