template gtp apn-imsi-list¶
Configure GTP APN IMSI list
apn-imsi-list Specification¶
Parameter
Value
Type
Collection
Object Key(s)
name
Collection Name
Collection URI
/axapi/v3/template/gtp/apn-imsi-list
Element Name
apn-imsi-list
Element URI
/axapi/v3/template/gtp/apn-imsi-list/{name}
Element Attributes
apn-imsi-list_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/template/gtp/apn-imsi-list | ||
Create List | POST | /axapi/v3/template/gtp/apn-imsi-list | ||
Get Object | GET | /axapi/v3/template/gtp/apn-imsi-list/{name} | ||
Get List | GET | /axapi/v3/template/gtp/apn-imsi-list | ||
Modify Object | POST | /axapi/v3/template/gtp/apn-imsi-list/{name} | ||
Replace Object | PUT | /axapi/v3/template/gtp/apn-imsi-list/{name} | ||
Replace List | PUT | /axapi/v3/template/gtp/apn-imsi-list | ||
Delete Object | DELETE | /axapi/v3/template/gtp/apn-imsi-list/{name} | ||
apn-imsi-list-list¶
apn-imsi-list-list is JSON List of apn-imsi-list attributes
apn-imsi-list-list : [
]
apn-imsi-list attributes¶
action
Description ‘permit’: Create a whitelist to permit the packets that match APN IMSI filters; ‘deny’: Create a blacklist to deny the packets that match APN IMSI filters (default);
Type: string
Supported Values: permit, deny
Default: deny
name
Description Specify name of the GTP APN IMSI list
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
str-list
Type: List
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
str-list¶
Specification
Value
Type
list
Block object keys
apn
Description Specify the APN filter
Type: string
Format: string-rlx
Maximum Length: 100 characters
Maximum Length: 1 characters
imsi
Description Specify the IMSI filter
Type: string
Maximum Length: 15 characters
Maximum Length: 1 characters
Mutual Exclusion: imsi and selection-mode are mutually exclusive
imsi-selection
Description Specify the IMSI filter
Type: string
Maximum Length: 15 characters
Maximum Length: 1 characters
selection-mode
Description ‘mobilestation’: MS provided APN, subscription not verified; ‘network’: Network provided APN, subscription not verified; ‘verified’: MS or Network provided APN, subscription verified;
Type: string
Supported Values: mobilestation, network, verified
Mutual Exclusion: selection-mode and imsi are mutually exclusive