PublishService
Endpoint Metadata
- Namespace: http://videoscape.cisco.com/epg/webservices/publish
- Endpoint Name: PublishWebService
- Endpoint Address: http(s)://{VMS URL}/LinearManager/webservices/publish-service
The following methods are available on this endpoint:
publishCorrections
Initiate a targeted re-publish on the following EPG data:
- schedule corrections
- blackouts
- modified programs
Call returns immediately as publish process is asynchronous.
Publish is terminated if EPG workflow is in progress.
Return Value
type | description |
---|---|
string | (no documentation provided) |
publishFuture
Initiate future re-publish on all EPG data:
- schedules
- schedule corrections
- blackouts
- programs
- stations
- regions
Re-publish only future scheduled data.
Call returns immediately as publish process is asynchronous.
Publish is terminated if EPG workflow is in progress.
WARNING: REPG policy being reindex, possibly producing wrong historical data with invalid REPG availability information.
Return Value
type | description |
---|---|
string | (no documentation provided) |
publishFutureREPGOnly
Initiate future re-publish for reverse EPG data only:
Re-publish only future scheduled data.
Call returns immediately as publish process is asynchronous.
Publish is terminated if EPG workflow is in progress.
Return Value
type | description |
---|---|
string | (no documentation provided) |
republishAll
Initiate re-publish on all EPG data:
- schedules
- schedule corrections
- blackouts
- programs
- stations
- regions
Call returns immediately as publish process is asynchronous.
Publish is terminated if EPG workflow is in progress.
WARNING: REPG policy being reindex, possibly producing wrong historical data with invalid REPG availability information.
Return Value
type | description |
---|---|
string | (no documentation provided) |