Table: opsgenie_team
List all teams in the Opsgenie account.
Examples
Basic group info
select team_id, name, descriptionfrom opsgenie_team;
Schema for opsgenie_team
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
description | text | The description of team. | |
name | text | The name of the team. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
team_id | text | The Id of the team. |