GET /api/config_templates/269958254/template_combinations
200
{
"total": 2,
"subtotal": 2,
"page": 1,
"per_page": 20,
"search": null,
"sort": {
"by": null,
"order": null
},
"results": [
{
"created_at": "2018-11-16 10:02:08 UTC",
"updated_at": "2018-11-16 10:02:08 UTC",
"id": 281110143,
"provisioning_template_id": 269958254,
"provisioning_template_name": "MyString2",
"hostgroup_id": 636252244,
"hostgroup_name": "Common",
"environment_id": 334344675,
"environment_name": "production",
"config_template_id": 269958254,
"config_template_name": "MyString2"
},
{
"created_at": "2018-11-16 10:02:08 UTC",
"updated_at": "2018-11-16 10:02:08 UTC",
"id": 298486374,
"provisioning_template_id": 269958254,
"provisioning_template_name": "MyString2",
"hostgroup_id": 0,
"hostgroup_name": null,
"environment_id": null,
"environment_name": null,
"config_template_id": 269958254,
"config_template_name": "MyString2"
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
provisioning_template_id optional |
ID of config template Validations:
|
|
hostgroup_id optional |
ID of host group Validations:
|
POST /api/config_templates/269958254/template_combinations
{
"template_combination": {
"environment_id": 334344675,
"hostgroup_id": 866317115
}
}
201
{
"created_at": "2018-11-16 10:03:02 UTC",
"updated_at": "2018-11-16 10:03:02 UTC",
"id": 1018350796,
"provisioning_template_id": 269958254,
"provisioning_template_name": "MyString2",
"hostgroup_id": 866317115,
"hostgroup_name": "Unusual",
"environment_id": 334344675,
"environment_name": "production",
"config_template_id": 269958254,
"config_template_name": "MyString2"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
provisioning_template_id optional |
ID of config template Validations:
|
|
hostgroup_id optional |
ID of host group Validations:
|
|
template_combination required |
Validations:
|
|
template_combination[hostgroup_id] optional , nil allowed |
host group id Validations:
|
GET /api/config_templates/269958254-MyString2/template_combinations/298486374
200
{
"created_at": "2018-11-16 10:02:08 UTC",
"updated_at": "2018-11-16 10:02:08 UTC",
"id": 298486374,
"provisioning_template_id": 269958254,
"provisioning_template_name": "MyString2",
"hostgroup_id": 0,
"hostgroup_name": null,
"environment_id": null,
"environment_name": null,
"config_template_id": 269958254,
"config_template_name": "MyString2"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
provisioning_template_id optional |
ID of config template Validations:
|
|
hostgroup_id optional |
ID of host group Validations:
|
|
id required |
Validations:
|
PUT /api/config_templates/269958254/template_combinations/298486374
{
"template_combination": {
"environment_id": 687036937,
"hostgroup_id": 636252244
}
}
200
{
"created_at": "2018-11-16 10:02:08 UTC",
"updated_at": "2018-11-16 10:03:02 UTC",
"id": 298486374,
"provisioning_template_id": 269958254,
"provisioning_template_name": "MyString2",
"hostgroup_id": 636252244,
"hostgroup_name": "Common",
"environment_id": 687036937,
"environment_name": "testing",
"config_template_id": 269958254,
"config_template_name": "MyString2"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
id required |
Validations:
|
|
provisioning_template_id optional |
ID of config template Validations:
|
|
hostgroup_id optional |
ID of host group Validations:
|
|
template_combination required |
Validations:
|
|
template_combination[hostgroup_id] optional , nil allowed |
host group id Validations:
|
DELETE /api/template_combinations/298486374
{
"config_template_id": 269958254,
"template_combination": {}
}
200
{
"id": 298486374,
"provisioning_template_id": 269958254,
"hostgroup_id": 0,
"environment_id": null,
"created_at": "2018-11-16T10:02:08.341Z",
"updated_at": "2018-11-16T10:02:08.341Z"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
id required |
Validations:
|