{ "id":"/axapi/v3/template/gtp/apn-imsi-list/{name}", "type":"object", "node-type":"list", "title":"apn-imsi-list", "partition-visibility":"shared", "description":"Configure GTP APN IMSI list", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify name of the GTP APN IMSI list", "optional":false }, "action":{ "type":"string", "format":"enum", "default":"deny", "partition-visibility":"shared", "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); ", "enum":[ "permit", "deny" ], "optional":true }, "str-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "apn":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":100, "partition-visibility":"shared", "description":"Specify the APN filter" }, "selection-mode":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"imsi", "description":"'mobilestation': MS provided APN, subscription not verified; 'network': Network provided APN, subscription not verified; 'verified': MS or Network provided APN, subscription verified; ", "enum":[ "mobilestation", "network", "verified" ] }, "imsi-selection":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Specify the IMSI filter" }, "imsi":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "not":"selection-mode", "description":"Specify the IMSI filter" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }