Lists channel assembly source locations.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListSourceLocations |
none |
*All Resource
|
None | None |
Request syntax
POST / HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceLocationName |
string |
No |
The name of the source location. |
MySourceLocation |
| FilterState |
boolean |
No |
Specifies whether to exclude source locations marked as deleted. A value of true excludes deleted source locations from the results. |
true |
| PageNo |
integer |
No |
|
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 20. Valid values: 1 to 100. |
10 |
| SortByModifiedTime |
string |
No |
The sort order based on the last modification time. |
desc |
| SortBy |
string |
No |
The sort order. By default, results are sorted by creation time in descending order. |
desc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
xxx-xxxx-xxxxx-xxxx |
| TotalCount |
integer |
The total number of entries returned. |
100 |
| PageNo |
integer |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
The number of entries per page. Default value: 20. Valid values: 1 to 100. |
10 |
| SourceLocationList |
array |
The source locations. |
|
| ChannelAssemblySourceLocation |
Details of the source location. |
Examples
Success response
JSON format
{
"RequestId": "xxx-xxxx-xxxxx-xxxx",
"TotalCount": 100,
"PageNo": 1,
"PageSize": 10,
"SourceLocationList": [
{
"GmtCreate": "2024-03-29T02:03:17Z",
"SourceLocationName": "MySourceLocation\n",
"State": 0,
"GmtModified": "2024-03-29T02:03:17Z\n",
"SegmentDeliveryConfigurations": "http://segmentdelivery.com\n",
"BaseUrl": "http://xxxx.com\n",
"Arn": "acs:ims:mediaweaver:::sourcelocation/MySourceLocation\n"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.