Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EngageIP's Resource Management feature lets you manage all your virtual assets such as DIDs, IP address blocks, IMSIs, etc. Resource items represent individual virtual assets and are allocated at the user service level. For more details please visit our KB the article on Resource Management.

Parameters:

  • username (String) - The username of the in which to assign the resource.  An exception is thrown if the username cannot be found.

  • userServiceID (Integer)  - The ID of the service to assign the resource.  An exception is thrown if the service ID cannot be found.

  • resourceItemID (Integer)  - The ID of the resource to to assign.  An exception is thrown if the resource ID cannot be found. If you wish to simply assign a skipped resource you should set resourceItemID = -1.  If you wish to assign a back ordered resource then you should set resourceItemID = 0.

...