POST /api/puppetclasses
{
"puppetclass": {
"name": "test_puppetclass"
}
}
201
{
"created_at": "2020-05-20 13:32:05 UTC",
"updated_at": "2020-05-20 13:32:05 UTC",
"id": 1018350805,
"name": "test_puppetclass",
"module_name": "test_puppetclass",
"environments": [],
"hostgroups": [],
"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:
|