steampipe plugin install jplanckeel/opsgenie

Table: opsgenie_team

List all teams in the Opsgenie account.

Examples

Basic group info

select
team_id,
name,
description
from
opsgenie_team;

Schema for opsgenie_team

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form.
descriptiontextThe description of team.
nametextThe name of the team.
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.
team_idtextThe Id of the team.