aliyunoss-cli
    Preparing search index...

    Interface ListChannelsQuery

    interface ListChannelsQuery {
        marker: string;
        "max-keys ": number;
        prefix: string;
    }
    Index
    marker: string

    the channel id marker (returns channels after this id)

    "max-keys ": number

    max number of channels to return

    prefix: string

    the channel id prefix (returns channels with this prefix)