SubMan Operation Search Terms

In many of the SubMan API methods, you must specify a search term that identifies an instance of a specific object.

For information about the REST search terms, see the discussion about REST operation search terms.

Object Search Terms describes the supported search terms for each object.
Table 1. Object Search Terms
Object Supported Search Terms
device
  • ObjectId
  • ExternalId
  • Imsi
  • AccessNumber
  • LoginId
  • AccessId
  • MultiRequestIndex

An AccessNumber corresponds to a MSISDN.

MobileDevice is an IMSI (a phone number datatype); whereas LoginDevice is a STRING.

For 5G, MATRIXX supports device identification by SUPI. If the SUPI is of the form "imsi-NNNN" there is a MobileDevice lookup using Imsi NNNN. If it is in the form "nai-XXXX" then there is a LoginDevice lookup using LoginID XXXX.

group
  • ObjectId
  • ExternalId
  • Imsi
  • AccessNumber
  • LoginId
  • AccessId
  • MultiRequestIndex
subscriber
  • ObjectId
  • ExternalId
  • Imsi
  • AccessNumber
  • LoginId
  • AccessId
  • MultiRequestIndex
subscription
  • ObjectId
  • ExternalId
  • UserId
user
  • ObjectId
  • UserId
  • ExternalId
  • AccessNumber
  • Imsi
  • LoginId
  • AccessId
  • Subscription ObjectId — Find the user based on the subscription for which it is the primary user.
  • Subscription ExternalId — Find the user based on the subscription for which it is the primary user.
  • Group ObjectId — Find the user based on the group for which it is the owner user.
  • Group ExternalId — Find the user based on the group for which it is the owner user.
  • MultiRequestIndex
For detailed information about the search terms, see the discussions about:
  • MtxDeviceSearchTerm
  • MtxGroupSearchTerm
  • MtxSubscriberSearchTerm
  • MtxSubscriptionSearchTerm
  • MtxUserSearchTerm