networkapi.api_channel package

Submodules

networkapi.api_channel.facade module

class networkapi.api_channel.facade.ChannelV3(user=None)[source]

Bases: object

Facade class that implements business rules for interfaces channels

create(data)[source]

Creates a new Port Channel

delete(channel_id)[source]

tries to delete a channel and update equipments interfaces

retrieve(channel_name)[source]

Tries to retrieve a Port Channel based on its name

retrieve_by_id(channel_id)[source]

Tries to retrieve a Port Channel based on its id

update(data)[source]

networkapi.api_channel.permissions module

networkapi.api_channel.urls module

networkapi.api_channel.views module

Module contents