template gtp-filter-list¶
Configure APN and IMSI filter list
gtp-filter-list Specification¶
Type Collection Object Key(s) name Collection Name gtp-filter-list-list Collection URI /axapi/v3/template/gtp-filter-list Element Name gtp-filter-list Element URI /axapi/v3/template/gtp-filter-list/{name} Element Attributes gtp-filter-list_attributes Schema gtp-filter-list schemaOperations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
Create Object | POST | /axapi/v3/template/gtp-filter-list | ||
Create List | POST | /axapi/v3/template/gtp-filter-list | ||
Get Object | GET | /axapi/v3/template/gtp-filter-list/{name} | ||
Get List | GET | /axapi/v3/template/gtp-filter-list | ||
Modify Object | POST | /axapi/v3/template/gtp-filter-list/{name} | ||
Replace Object | PUT | /axapi/v3/template/gtp-filter-list/{name} | ||
Replace List | PUT | /axapi/v3/template/gtp-filter-list | ||
Delete Object | DELETE | /axapi/v3/template/gtp-filter-list/{name} |
gtp-filter-list-list¶
gtp-filter-list-list is JSON List of gtp-filter-list attributes
gtp-filter-list-list : [
]
gtp-filter-list attributes¶
name
Description Specify name of the filter list
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
str-list
Type: Listuser-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 Type list Block object keys apn
Description Specify the APN
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
imsi
Description Set the IMSI number
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 number
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