Skip to content

Commit

Permalink
doc string updated for error fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott committed Apr 25, 2024
1 parent d168597 commit b9f0334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions odins_spear/scripter.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ def service_provider_trunking_capacity(self, service_provider_id: str):
This will show the totals at each level from SP/ ENT to Group to Trunk Groups located in Groups.
At each level Max Active Calls and Bursting Max Active calls are detailed and then differences at
calculated.
Raises:
OSServiceNotAssigned: Raises when the SP/ Ent does not have the service 'Trunk Group' assigned.
Args:
service_provider_id (str): Target Service Provider ID/ Enterprise ID that you would like the \
Expand Down
3 changes: 3 additions & 0 deletions odins_spear/scripts/service_provider_trunking_capacity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ def main(api: object, service_provider_id: str):
At each level Max Active Calls and Bursting Max Active calls are detailed and then differences at
calculated.
Raises:
OSServiceNotAssigned: Raises when the SP/ Ent does not have the service 'Trunk Group' assigned.
Args:
service_provider_id (str): Target Service Provider ID/ Enterprise ID that you would like the \
Trunk Call Capacity breakdown.
Expand Down

0 comments on commit b9f0334

Please sign in to comment.