Tangoe Integration in ServiceNow

Misbah
Tera Contributor

How to integrate Tangoe, Tangoe to bring in (Discover) the Software usage data collected by the respective tools into ServiceNow

4 REPLIES 4

Ct111
Giga Sage

Hi,

 

Refer the below REST API example  which will give you idea about how  to get/post data in Tangoe.

https://tango-controls.readthedocs.io/en/latest/development/advanced/rest-api.html

 

Example : URL for get method would be something like this.

tango/rest/rc4/hosts/tango_host/10000

 

 

 

Mark my ANSWER as CORRECT n also HELPFUL if it helps

 

Misbah
Tera Contributor

Hi,


I'm looking for Tangoe integration in ServcieNow . I thing Tango and Tangoe is different.

Tharun Neeli
Kilo Contributor

Hi Misbah,

There is no direct plugin available for Tangoe Integration, the only way is to get the REST API of Tangoe then integrate through REST Message in SNOW.

Note:- Tangoe doesn't maintain any software information it maintains Mobile/communication devices information.

For Example:-

End point URI:- https://{Tangoe URI}/devices/business_devices    along with it's credentials,

Which brings the tangoe data and below the response page you can see the total number of devices count.

before creating REST Message one can test this connection in POSTMAN by passing necessary authentication.

 

 

Community Alums
Not applicable

Hi Misbah,

 

Please see latest documentation from Tangoe. You can also refer REST based integration here

 

If it helps you mark my answer. Thanks