M_SOLUTION_TRACK_INDICES
code: 490
# get
<module-index> M_SOLUTION_TRACK_INDICES ?
Description
Returns a list of integers representing the enabled solution tracks on the specified module.
Actions
get
Parameters
enabled_solution_tracks: integer list, a list of integers representing the enabled solution tracks on the specified module.
0 = CORE, Core solution track1 = SEC, Security solution track2 = L1, Layer 1 solution track3 = ANLT, ANLT solution track4 = AI, AI solution track
Example
# get
input: 0 M_SOLUTION_TRACK_INDICES ?
output: 0 M_SOLUTION_TRACK_INDICES 0 2 4
Note
If a demo key is enabled, all solution tracks known to the running xenaserver are returned.