Switch management
Helper methods for Switch Management subscriptions that make database interactions easier.
get_active_switch_management_subscriptions(includes=None)
Retrieve active subscriptions specifically for Switch Management.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
includes
|
list[str] | None
|
The fields to be included in the returned Subscription objects. |
None
|
Returns:
| Type | Description |
|---|---|
list[SubscriptionType]
|
A list of Switch Management subscription objects. |