Gets details about a live package channel group by name.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetLivePackageChannelGroup |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupName |
string |
Yes |
The channel group name. |
channel-group-1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| LivePackageChannelGroup |
object |
Details of the channel group. |
|
| CreateTime |
string |
The time when the channel group was created, in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2023-04-01T12:00:00Z |
| Description |
string |
The channel group description. |
Updated description of the channel group. |
| GroupName |
string |
The channel group name. |
channel-group-1 |
| LastModified |
string |
The time when the channel group was last modified, in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2023-04-01T12:00:00Z |
| OriginDomain |
string |
The origin domain. |
example.com |
| RequestId |
string |
The request ID. |
5D87B753-0250-5D9D-B248-D40C3271F864 |
Examples
Success response
JSON format
{
"LivePackageChannelGroup": {
"CreateTime": "2023-04-01T12:00:00Z",
"Description": "Updated description of the channel group.",
"GroupName": "channel-group-1",
"LastModified": "2023-04-01T12:00:00Z",
"OriginDomain": "example.com"
},
"RequestId": "5D87B753-0250-5D9D-B248-D40C3271F864"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.