Examples

GET /api/provisioning_templates/269958254/template_combinations
200
{
  "total": 2,
  "subtotal": 2,
  "page": 1,
  "per_page": 20,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "created_at": "2022-03-29 08:50:10 UTC",
      "updated_at": "2022-03-29 08:50:10 UTC",
      "id": 298486374,
      "provisioning_template_id": 269958254,
      "provisioning_template_name": "MyString2",
      "hostgroup_id": 928644285,
      "hostgroup_name": "Parent/inherited"
    },
    {
      "created_at": "2022-03-29 08:50:10 UTC",
      "updated_at": "2022-03-29 08:50:10 UTC",
      "id": 281110143,
      "provisioning_template_id": 269958254,
      "provisioning_template_name": "MyString2",
      "hostgroup_id": 636252244,
      "hostgroup_name": "Common"
    }
  ]
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

provisioning_template_id
optional

ID of config template

Validations:

  • Must be a String

hostgroup_id
optional

ID of host group

Validations:

  • Must be a String