Method: projects.locations.liveConfigs.list

Lists all live configs managed by the Video Stitcher that belong to the specified project and region.

HTTP request

GET https://videostitcher.googleapis.com/v1/{parent=projects/*/locations/*}/liveConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The project that contains the list of live configs, in the form of projects/{project_number}/locations/{location}.

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

The nextPageToken value returned from a previous List request, if any.

filter

string

Optional. The filter to apply to list results (see Filtering).

orderBy

string

Optional. Specifies the ordering of results following Cloud API syntax.

Request body

The request body must be empty.

Response body

Response message for VideoStitcher.ListLiveConfig.

If successful, the response body contains data with the following structure:

JSON representation
{
  "liveConfigs": [
    {
      object (LiveConfig)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
liveConfigs[]

object (LiveConfig)

List of live configs.

nextPageToken

string

The pagination token.

unreachable[]

string

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.liveConfigs.list

For more information, see the IAM documentation.