
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2017 11:07 PM
Is there any way to get service up-time through AXL or SQL query ?
Where is the serviceability page getting that data ?
Thanks
Solved! Go to Solution.
- Labels:
-
AXL
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2017 08:23 AM
You can get this via the RTMT servlet. A full listing of the servlet's capabilities are at https://x.x.x.x/ast
You can right click the links on the left side in a browser and copy the target URL. The specific link you are looking for is https://x.x.x.x/ast/ASTIsapi.dll?GetPreCannedInfo&Items=getServiceInfoRequest

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2017 08:23 AM
You can get this via the RTMT servlet. A full listing of the servlet's capabilities are at https://x.x.x.x/ast
You can right click the links on the left side in a browser and copy the target URL. The specific link you are looking for is https://x.x.x.x/ast/ASTIsapi.dll?GetPreCannedInfo&Items=getServiceInfoRequest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2017 03:33 PM
Thank you very much for this, you have revealed a whole new world for scripting.
Very helpful!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2017 07:53 AM
See also the Service Control SOAP API and the soapGetServiceStatus request:
Cisco DevNet: sxml - API Reference - Service Control (ControlCenter)
