F5 As3
1 TopicF5 AS3 API call to change Admin State of VIP not working
Hi All, Using below API call to change admin-state of virtual service(vip) but its getting failed. kindly suggest payload. https://x.x.x.x/mgmt/shared/appsvcs/declare Body: [{"op": "add", "path": "/well/vip_prod_avx/enable", "value": "true" }] Response: { "code": 422, "errors": [ "/well/vip_prod_avx/enable: should be boolean" ], "declarationFullId": "", "message": "declaration is invalid" }320Views1like1Comment