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:
|