Tangoe Integration in ServiceNow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2019 02:35 AM
How to integrate Tangoe, Tangoe to bring in (Discover) the Software usage data collected by the respective tools into ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2019 08:56 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2019 10:39 PM
Hi,
I'm looking for Tangoe integration in ServcieNow . I thing Tango and Tangoe is different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2020 11:33 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2023 12:17 AM - edited ‎04-05-2023 12:42 AM
Hi Misbah,
Please see latest documentation from Tangoe. You can also refer REST based integration here
If it helps you mark my answer. Thanks