POST /api/smart_proxies/:id/import_puppetclasses
Import puppet classes from puppet proxy.

POST /api/smart_proxies/:smart_proxy_id/environments/:id/import_puppetclasses
从 puppet 代理服务器为环境导入 puppet 类别

POST /api/environments/:environment_id/smart_proxies/:id/import_puppetclasses
从 puppet 代理服务器为环境导入 puppet 类别

参数

参数名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

smart_proxy_id
选填

Validations:

  • Must be a String

environment_id
选填

Validations:

  • Must be a String

dryrun
选填

Validations:

  • Must be one of: true, false, 1, 0

except
选填

自选用逗号分开包含 'new'、'updated' 或 'obsolete' 的字符串,用来限制导入的 Puppet 类别。

Validations:

  • Must be a String


GET /api/environments
List all environments.

参数

参数名字 描述
search
选填

Filter results

Validations:

  • Must be a String

order
选填

Sort results

Validations:

  • Must be a String

page
选填

编页结果

Validations:

  • Must be a String

per_page
选填

每个请求中的条目数

Validations:

  • Must be a String


GET /api/environments/:id
Show an environment.

参数

参数名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/environments
Create an environment.

参数

参数名字 描述
environment
必填

Validations:

  • Must be a Hash

environment[name]
必填

Validations:

  • Must be a String


PUT /api/environments/:id
Update an environment.

参数

参数名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

environment
必填

Validations:

  • Must be a Hash

environment[name]
选填

Validations:

  • Must be a String


DELETE /api/environments/:id
Delete an environment.

参数

参数名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.