Channel Methods

Channel methods are available in the channel namespace. The following method is provided for listing software channels that are available on ULN:

channel.listSoftwareChannels

The listSoftwareChannels method returns a list of software channels that are available to a session on ULN.

  • Input Parameters
    string sessionKey

    The session key for the session. For example: JyUVNoT74BFaRJ6fRjDIQ5idPmCaj5UJLb76E2f45Gc

  • Return Parameters
    array

    An array of channels with:

    struct (channel)

    A structure containing the following strings:

    string channel_arch

    The channel architecture. For example: x86_64

    string channel_end_of_life

    The channel end of life. Currently unused on ULN.

    string channel_label

    The channel label. For example: ol7_x86_64_latest

    string channel_name

    The channel name. For example: Oracle Linux 7 Latest (x86_64)

    string channel_parent_label

    The channel parent label. Currently unused on ULN.