bitmovin_api_sdk.encoding.live.standby_pools package
Subpackages
- bitmovin_api_sdk.encoding.live.standby_pools.actions package
- bitmovin_api_sdk.encoding.live.standby_pools.encodings package
- bitmovin_api_sdk.encoding.live.standby_pools.logs package
Submodules
bitmovin_api_sdk.encoding.live.standby_pools.standby_pools_api module
- class bitmovin_api_sdk.encoding.live.standby_pools.standby_pools_api.StandbyPoolsApi(**kwargs)[source]
Bases:
BaseApi- create(live_standby_pool_request, **kwargs)[source]
Create new standby pool
- Parameters:
live_standby_pool_request (LiveStandbyPoolRequest, required) – The pool to be created
- Returns:
- Return type:
- delete(pool_id, **kwargs)[source]
Delete standby pool by id
- Parameters:
pool_id (string_types, required) – Id of the standby pool
- Returns:
Id of the standby pool that was deleted
- Return type:
- get(pool_id, **kwargs)[source]
Get details of a standby pool by id
- Parameters:
pool_id (string_types, required) – Id of the standby pool
- Returns:
- Return type:
- patch(pool_id, live_standby_pool_update, **kwargs)[source]
Partially update standby pool by id
- Parameters:
pool_id (string_types, required) – Id of the standby pool
live_standby_pool_update (LiveStandbyPoolUpdate, required) – The updated standby pool object.
- Returns:
- Return type: