StationSourceService

Endpoint Metadata

  • Namespace: http://videoscape.cisco.com/epg/webservices/stationsource
  • Endpoint Name: StationSourceWebService
  • Endpoint Address: http(s)://{VMS URL}/LinearManager/webservices/stationsource-service

The following methods are available on this endpoint:

findRegionExtIdToChannelLabel

Extract region external id (mapped to provided compound station source Id) as a key and channel label (or corresponding stationCallSign incase channel label is missing)as value.

Input Parameters

name type description
stationExternalId string External identifier of station.
srdn string Station source SRDN.

Return Value

type description
StringMap map of region external id as a key and channel label as value.

Faults

name description
StationSourceWebServiceFault Thrown if any exception is encountered.

getRegionExternalIds

Retrieve a list of region external ids by that mapped to provided station source.

Input Parameters

name type description
stationExternalId string External identifier of station.
srdn string Station source SRDN.

Return Value

type description
list list of region external ids.

Faults

name description
StationSourceWebServiceFault Thrown if any exception is encountered.