| 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:
|
|
host_id optional |
ID of host Validations:
|
|
hostgroup_id optional |
ID of host group Validations:
|
|
environment_id optional |
ID of environment Validations:
|
|
search optional |
filter results Validations:
|
|
order optional |
Sort field and order, eg. ‘id DESC’ Validations:
|
|
page optional |
Page number, starting at 1 Validations:
|
|
per_page optional |
Number of results per page to return Validations:
|
| Field name | Type | Possible values |
|---|---|---|
| config_group | string | |
| environment | string | |
| host | string | |
| hostgroup | string | |
| key | string | |
| location | string | |
| name | string | |
| organization | string |
GET /api/environments/production/puppetclasses/980190962
200
{
"created_at": "2019-11-07 08:39:06 UTC",
"updated_at": "2019-11-07 08:39:06 UTC",
"id": 980190962,
"name": "base",
"module_name": "base",
"environments": [
{
"name": "production",
"id": 334344675
}
],
"hostgroups": [
{
"id": 636252244,
"name": "Common",
"title": "Common",
"description": null
}
],
"smart_variables": [
{
"variable": "bool_test",
"id": 638205575
},
{
"variable": "ssl_port",
"id": 298486374
}
],
"smart_class_parameters": [
{
"parameter": "cluster",
"id": 328495940
}
]
}
| 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:
|
|
host_id optional |
ID of host Validations:
|
|
hostgroup_id optional |
ID of host group Validations:
|
|
environment_id optional |
ID of environment Validations:
|
|
id required |
ID of Puppet class Validations:
|
POST /api/puppetclasses
{
"puppetclass": {
"name": "test_puppetclass",
"lookup_keys_attributes": [
{
"key": "smart_variable1"
}
]
}
}
201
{
"created_at": "2019-11-07 08:39:20 UTC",
"updated_at": "2019-11-07 08:39:20 UTC",
"id": 1018350796,
"name": "test_puppetclass",
"module_name": "test_puppetclass",
"environments": [],
"hostgroups": [],
"smart_variables": [
{
"variable": "smart_variable1",
"id": 1018350796
}
],
"smart_class_parameters": []
}
| 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:
|
|
puppetclass required |
Validations:
|
|
puppetclass[name] required |
Validations:
|
| 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:
|
|
puppetclass required |
Validations:
|
|
puppetclass[name] optional |
Validations:
|
| 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:
|