Diameter Signaling Router (DSR): MMI Commands For Connection operationalReason & operationalStatus
(Doc ID 2667591.1)
Last updated on NOVEMBER 09, 2023
Applies to:
Oracle Communications Diameter Signaling Router (DSR) - Version DSR 8.4.0 and laterTekelec
Goal
How do we run a GET to find both "Enabled" and "Unavailable" at the same time, it looks like that is not possible and needs to be run as a single query, which is fine. BUT how do we get around the limit of 1000 count, we aren't seeing all connections??
If it is possible - this was my question - how would we run that, or is it not possible?
- NOT just one of (We can already run these):
- {"operationalReason": "Enabled"}
OR
- {"operationalStatus": "Unavailable"}
The query would be BOTH of these together to limit the count below 1000
- EXAMPLE
{"operationalReason": "Enabled", "operationalStatus": "Unavailable"}
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |