POST /api/smart_proxies/182953976/import_puppetclasses
{
"smart_proxy": {}
}
200
{
"message": "Successfully updated environment and puppetclasses from the on-disk puppet installation",
"environments_with_new_puppetclasses": 2,
"environments_updated_puppetclasses": 0,
"environments_obsolete": 3,
"environments_ignored": 0,
"results": [
{
"name": "env1",
"actions": [
"new"
],
"new_puppetclasses": [
"a"
]
},
{
"name": "env2",
"actions": [
"new"
],
"new_puppetclasses": [
"b"
]
},
{
"name": "global_puppetmaster",
"actions": [
"obsolete"
],
"removed_environment": "global_puppetmaster"
},
{
"name": "production",
"actions": [
"obsolete"
],
"removed_environment": "production"
},
{
"name": "testing",
"actions": [
"obsolete"
],
"removed_environment": "testing"
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
id required |
Validations:
|
|
smart_proxy_id optional |
Validations:
|
|
environment_id optional |
Validations:
|
|
dryrun optional |
Validations:
|
|
except optional |
Optional comma-delimited string containing either ‘new’, ‘updated’, or ‘obsolete’ that is used to limit the imported Puppet classes Validations:
|