POST /api/smart_proxies/:id/import_puppetclasses
puppet プロキシから puppet クラスをインポートします.

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 クラスをインポート

Params

Param Name Description
id
Required

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
Optional

Validations:

  • Must be String

environment_id
Optional

Validations:

  • Must be String

dryrun
Optional

Validations:

  • Must be 'true' or 'false' or '1' or '0'

except
Optional

インポートされた Puppe クラスを制限するために使用される '新規'、'更新済み'、または '旧版' のいずれかが含まれる、オプションのコンマ区切りの文字列 

Validations:

  • Must be String


GET /api/smart_proxies
スマートプロキシ一覧

Params

Param Name Description
search
Optional

結果をフィルタ

Validations:

  • Must be String

order
Optional

結果をソート

Validations:

  • Must be String

page
Optional

結果をページ分割

Validations:

  • Must be String

per_page
Optional

リクエストあたりのエントリ数

Validations:

  • Must be String


GET /api/smart_proxies/:id
スマートプロキシの表示

Params

Param Name Description
id
Required

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/smart_proxies
スマートプロキシの作成

Params

Param Name Description
smart_proxy
Required

Validations:

  • Must be a Hash

smart_proxy[name]
Required

Validations:

  • Must be String

smart_proxy[url]
Required

Validations:

  • Must be String


PUT /api/smart_proxies/:id
スマートプロキシの更新

Params

Param Name Description
id
Required

Validations:

  • Must be String

smart_proxy
Required

Validations:

  • Must be a Hash

smart_proxy[name]
Optional

Validations:

  • Must be String

smart_proxy[url]
Optional

Validations:

  • Must be String


DELETE /api/smart_proxies/:id
スマートプロキシの削除

Params

Param Name Description
id
Required

Validations:

  • Must be String


PUT /api/smart_proxies/:id/refresh
スマートプロキシ機能をリフレッシュ

Params

Param Name Description
id
Required

Validations:

  • Must be String