{ "id":"/axapi/v3/health/monitor/{name}/method/sip", "type":"object", "node-type":"scalar", "title":"sip", "partition-visibility":"shared", "description":"SIP type", "properties":{ "sip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"SIP type", "optional":true }, "register":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send SIP REGISTER message, default is to send OPTION message", "optional":true }, "sip-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":5060, "partition-visibility":"shared", "description":"Specify the SIP port, default is 5060 (Port Number)", "optional":true }, "expect-response-code":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify accepted response codes (e.g. 200, 400-430, any) (Format is xxx,xxx-xxx,any (xxx between [100,899]))", "optional":true }, "sip-tcp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use TCP for transmission, default is UDP", "optional":true }, "sip-hostname":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify the SIP hostname that used in request", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }