DisconnectLegResult
Overview
The DisconnectLegResult operation represents the sending of an INAP DisconnectLegResult.
This message is sent by the IN Tester when it is simulating the role of a Service Switching Platform (SSP).
- Direction: OUTBOUND
 - From: SSP (IN Tester)
 - To: SCP (Application Under Test)
 
Attributes
The operation attributes are as follows.
| Attribute | Type | Description | 
|---|---|---|
            type
         | 
        String | 
            inap.ssp_to_scp.DisconnectLegResult
         | 
    
            label
         | 
        String | 
            An optional label for this node if it is to be the target of a branch operation.
         | 
    
            send_with_next
         | 
        Boolean | 
            Request that this INAP operation should be bundled with the next outbound TCAP. (Default = false).
         | 
    
            variant
         | 
        None | This operation does not support any variants. | 
            arguments
         | 
        None | This operation does not support any arguments. | 
Example
This is an example entry within the operations array:
{
    "type": "inap.ssp_to_scp.DisconnectLegResult",
    "send_with_next": true
}