.1.3.6.1.4.1.9.9.368.1.15.1.0.1 is apSvcTransitionTrap.
According to the following thread, this trap will retun a string, not a number of state transition.
So, your ticketing system will collect these trap messages and generate the message.
---
this what is defined in the svcext.mib
apSvcTransitionTrap NOTIFICATION-TYPE
OBJECTS { apSvcTrapEventText }
STATUS current
DESCRIPTION
"A service transition trap is generated whenever the service
state transitions from ACTIVE -> DEAD, or DEAD -> ACTIVE."
::= { apSvcExtMibNotifs 1 }
apSvcTrapEventText OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE(0..255))
So this trap will return a string.
The string can be whatever.
In this case it is the service name and status.
https://supportforums.cisco.com/thread/127019?decorator=print&displayFullThread=true
---
Regards,
Yuji