Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 174 Bytes

opsgenie_team.md

File metadata and controls

16 lines (12 loc) · 174 Bytes

Table: opsgenie_team

List all teams in the Opsgenie account.

Examples

Basic group info

select
  team_id,
  name,
  description 
from
  opsgenie_team;