HEX
Server: LiteSpeed
System: Linux ip-172-31-76-142.ec2.internal 4.14.158-129.185.amzn2.x86_64 #1 SMP Tue Dec 24 03:15:32 UTC 2019 x86_64
User: 69b4844ae61d4e92bf26ad98af552775 (1065)
PHP: 7.2.27
Disabled: exec,passthru,shell_exec,system,eval
Upload Files
File: //lib/python2.7/site-packages/awscli/examples/mediapackage/describe-channel.rst
**To describe a channel**

The following ``describe-channel`` command displays all of the details of the channel named ``test``. ::

    aws mediapackage describe-channel \
        --id test

Output::

    {
        "Arn": "arn:aws:mediapackage:us-west-2:111222333:channels/584797f1740548c389a273585dd22a63",
        "HlsIngest": {
            "IngestEndpoints": [
                {
                    "Id": "584797f1740548c389a273585dd22a63",
                    "Password": "webdavgeneratedpassword1",
                    "Url": "https://9be9c4405c474882.mediapackage.us-west-2.amazonaws.com/in/v2/584797f1740548c389a273585dd22a63/584797f1740548c389a273585dd22a63/channel",
                    "Username": "webdavgeneratedusername1"
                },
                {
                    "Id": "7d187c8616fd455f88aaa5a9fcf74442",
                    "Password": "webdavgeneratedpassword2",
                    "Url": "https://7bf454c57220328d.mediapackage.us-west-2.amazonaws.com/in/v2/584797f1740548c389a273585dd22a63/7d187c8616fd455f88aaa5a9fcf74442/channel",
                    "Username": "webdavgeneratedusername2"
                }
            ]
        },
        "Id": "test",
        "Tags": {}
    }

For more information, see `Viewing Channel Details<https://docs.aws.amazon.com/mediapackage/latest/ug/channels-view.html>`__ in the *AWS Elemental MediaPackage User Guide*