{ "id":"/axapi/v3/gslb/zone/{name}/dns-mx-record/{mx-name}/oper", "type":"object", "node-type":"list", "title":"dns-mx-record", "description":"Operational Status for the object dns-mx-record", "properties":{ "mx-name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":127, "description":"Specify Domain Name", "optional":false }, "oper":{ "type":"object", "properties":{ "last-server":{ "type":"string", "format":"string" }, "hits":{ "type":"number", "format":"number" }, "priority":{ "type":"number", "format":"number" } } } } }