bitmovin_api_sdk.encoding.live.standby_pools.actions package

Submodules

bitmovin_api_sdk.encoding.live.standby_pools.actions.actions_api module

class bitmovin_api_sdk.encoding.live.standby_pools.actions.actions_api.ActionsApi(**kwargs)[source]

Bases: BaseApi

acquire_encoding(pool_id, live_standby_pool_acquire_encoding=None, **kwargs)[source]

Acquire an encoding from a standby pool

Parameters:
  • pool_id (string_types, required) – Id of the standby pool

  • live_standby_pool_acquire_encoding (LiveStandbyPoolAcquireEncoding) – The optionally provided payload for acquiring an encoding

Returns:

Return type:

LiveStandbyPoolEncoding

delete_error_encodings(pool_id, **kwargs)[source]

Delete error encodings from the standby pool

Parameters:

pool_id (string_types, required) – Id of the standby pool

Returns:

Return type:

LiveStandbyPoolEncoding

Module contents