{ "id":"/axapi/v3/vrrp-a/force-self-standby-persistent/{vrid}", "type":"object", "node-type":"list", "title":"force-self-standby-persistent", "partition-visibility":"shared", "description":"HA VRRP-A Configured Command to force the unit or a group to HA standby state", "properties":{ "vrid":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Specify one VRRP-A vrid to force into standby state", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "vrid" ], "required":[ "vrid" ] }