Retrieve a Group

get

/api/v2/groups/{id}/

Make GET request to this resource to retrieve a single group record containing the following fields:

  • id: Database ID for this group. (integer)
  • type: Data type for this group. (choice)
  • url: URL for this group. (string)
  • related: Data structure with URLs of related resources. (object)
  • summary_fields: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)
  • created: Timestamp when this group was created. (datetime)
  • modified: Timestamp when this group was last modified. (datetime)
  • name: Name of this group. (string)
  • description: Optional description of this group. (string)
  • inventory: (id)
  • variables: Group variables in JSON or YAML format. (json)

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

200 Response

Back to Top