NSX-T Data Center REST API
ALBSipServiceApplicationProfile (type)
{
"additionalProperties": false,
"description": "Advanced load balancer SipServiceApplicationProfile object",
"id": "ALBSipServiceApplicationProfile",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"transaction_timeout": {
"default": 32,
"description": "SIP transaction timeout in seconds. Allowed values are 2-512. Unit is SEC. Default value when not specified in API or module is interpreted by ALB Controller as 32.",
"maximum": 512,
"minimum": 2,
"required": false,
"title": "Transaction timeout",
"type": "integer"
}
},
"title": "SipServiceApplicationProfile",
"type": "object"
}