Create a Group
post
/api/v2/groups/
Make a POST request to this resource with the following group fields to create a new group:
name
: Name of this group. (string, required)description
: Optional description of this group. (string, default=""
)inventory
: (id, required)variables
: Group variables in JSON or YAML format. (json, default=``)
Request
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
description(optional):
string
-
inventory:
integer
-
name:
string
-
variables(optional):
string
Group variables in JSON or YAML format.