You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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

  • No labels