slb template smpp¶
SMPP template
smpp Specification¶
Type Collection Object Key(s) name Collection Name smpp-list Collection URI /axapi/v3/slb/template/smpp Element Name smpp Element URI /axapi/v3/slb/template/smpp/{name} Element Attributes smpp_attributes Schema smpp schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/smpp | ||
Create List | POST | /axapi/v3/slb/template/smpp | ||
Get Object | GET | /axapi/v3/slb/template/smpp/{name} | ||
Get List | GET | /axapi/v3/slb/template/smpp | ||
Modify Object | POST | /axapi/v3/slb/template/smpp/{name} | ||
Replace Object | PUT | /axapi/v3/slb/template/smpp/{name} | ||
Replace List | PUT | /axapi/v3/slb/template/smpp | ||
Delete Object | DELETE | /axapi/v3/slb/template/smpp/{name} |
smpp-list¶
smpp-list is JSON List of smpp attributes
smpp-list : [
]
smpp attributes¶
client-enquire-link
Description Respond client ENQUIRE_LINK packet directly instead of forwarding to server
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
name
Description SMPP Template Name
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
password
Description Configure the password used to bind
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
server-enquire-link
Description Send server ENQUIRE_LINK packet for every persist connection when enable conn-reuse
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
server-enquire-link-val
Description Set interval of keep-alive packet for each persistent connection (second, default is 30)
Type: number
Range: 5-300
Default: 30
server-selection-per-request
Description Force server selection on every SMPP request when enable conn-reuse
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
user
Description Configure the user to bind (The name used to bind)
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters