Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

PUT - UserConnection


REST API Method: PUT /api/defSCCP/SCCPNAManager/SCCPNA/[string:aid_1]/UserConnections/UserConnection/[string:aid_2]

Modifies an UserConnection managed object.

URL:

/api/defSCCP/SCCPNAManager/SCCPNA/[string:aid_1]/UserConnections/UserConnection/[string:aid_2]

HTTP Method:

PUT

Requires Authentication:

true

Description:

Parameter Description
[string:aid_1] [SCCPNA/Type]
[string:aid_2] [UserConnection/PeerID],[UserConnection/ConnectionID] ,[UserConnection/Context],[UserConnection/ReassemblySupport],[UserConnection/RegisteredPCSSNs],[UserConnection/RegisteredAppIDs],[UserConnection/UAPVersion],[UserConnection/performTerminate]
Payload(Not necessarily in order) {"PeerID":"value", "ConnectionID":"value", "Context":"value", "ReassemblySupport":"value", "RegisteredPCSSNs":"value", "RegisteredAppIDs":"value", "UAPVersion":"value", "performTerminate":"value"}

Parameters:

Parameter Name Required Create Read-Only Data Type Description
PeerID Yes No Yes int32 Peer Identifier from LDL configuration. TL1Name: PEER_ID
ConnectionID Yes No Yes int32 Unique User Connection identifier for this peer ID. TL1Name: CX_ID
Context No No Yes string IP and port of this User Connection. TL1Name: CONTEXT
ReassemblySupport No No Yes BooleanFeature XUDT segment reassembly support feature. TL1Name: REASSEMBLY_SUPPORT
RegisteredPCSSNs No No Yes int32 Number of Registered PC-SSNs on this User Connection. TL1Name: REG_PC_SSNs
RegisteredAppIDs No No Yes int32 Number of Registered AppIDs on this User Connection. TL1Name: REG_APPIDs
UAPVersion No No Yes int32 UAP protocol version received on this User Connection. TL1Name: UAP_VERSION