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

  1. enabled_solution_tracks: integer list, a list of integers representing the enabled solution tracks on the specified module.

  • 0 = CORE, Core solution track

  • 1 = SEC, Security solution track

  • 2 = L1, Layer 1 solution track

  • 3 = ANLT, ANLT solution track

  • 4 = 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.