GET /api/smart_variables/:smart_variable_id/override_values
特定のスマート変数のオーバーライド値の一覧

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values
特定のスマートクラス·パラメータのオーバーライド値の一覧

Params

Param Name Description
smart_variable_id
Optional

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

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

結果をページ分割


Value: Must be String
per_page
Optional

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


Value: Must be String

GET /api/smart_variables/:smart_variable_id/override_values/:id
特定のスマート変数のオーバーライド値を表示

GET /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
特定のスマートクラス・パラメーターのオーバーライド値を表示

Params

Param Name Description
smart_variable_id
Optional

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

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

Value: 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_variables/:smart_variable_id/override_values
特定のスマート変数のオーバーライド値を作成

POST /api/smart_class_parameters/:smart_class_parameter_id/override_values
特定のスマートクラス·パラメータのオーバーライド値を作成

Params

Param Name Description
smart_variable_id
Optional

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

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

Value: Must be a Hash
override_value[match]
Required

Value: Must be String
override_value[value]
Required

Value: Must be String
override_value[use_puppet_default]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

Value: Must be 'true' or 'false'

PUT /api/smart_variables/:smart_variable_id/override_values/:id
特定のスマート変数のオーバーライド値を更新

PUT /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
特定のスマートクラス·パラメータのオーバーライド値を更新

Params

Param Name Description
smart_variable_id
Optional

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

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

Value: Must be a Hash
override_value[match]
Optional

Value: Must be String
override_value[value]
Optional

Value: Must be String
override_value[use_puppet_default]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

Value: Must be 'true' or 'false'

DELETE /api/smart_variables/:smart_variable_id/override_values/:id
特定のスマート変数のオーバーライド値を削除

DELETE /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
特定のスマートクラス·パラメータのオーバーライド値を削除

Params

Param Name Description
smart_variable_id
Optional

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

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

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