Skip to content

pagerduty create-team

Create a new Team.

Description

A team is a collection of Users and Escalation Policies.

Synopsis

pagerduty create-team
    --site <site>
    --name <name>
    [--description <description>]

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: required

name - (string)

     The name of the team.
     Example: --name "Maira"
     Default: _None_      Attributes: required

description - (string)

     The description of the team.
     Example: --description "This is the new team created"
     Default: _None_      Attributes: optional

Examples

pagerduty create-team --name "Maira" --description "This is the new team created"

Access Control

To use this command, you need access to the following:

Field Value
Action "create"
Service Type "pagerduty"
Service Instance
Namespace
Object Type "team"
Object ID

Please see Access Control for details.