- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists all VOD configs managed by the Video Stitcher API that belong to the specified project and region.
HTTP request
GET https://videostitcher.googleapis.com/v1/{parent=projects/*/locations/*}/vodConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent
|
Required. The project that contains the list of VOD configs, in the form of |
Query parameters
| Parameters | |
|---|---|
pageSize
|
Optional. The maximum number of items to return. |
pageToken
|
Optional. The nextPageToken value returned from a previous List request, if any. |
filter
|
Optional. The filter to apply to list results (see Filtering ). |
orderBy
|
Optional. Specifies the ordering of results following Cloud API syntax . |
Request body
The request body must be empty.
Response body
Response message for VideoStitcher.ListVodConfig.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"vodConfigs"
:
[
{
object (
|
| Fields | |
|---|---|
vodConfigs[]
|
List of VOD configs. |
nextPageToken
|
The pagination token. |
unreachable[]
|
Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
IAM Permissions
Requires the following IAM
permission on the parent
resource:
-
videostitcher.vodConfigs.list
For more information, see the IAM documentation .

