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

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_class_parameter_id
Optional

Validations:

  • 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

結果をページ分割

Validations:

  • Must be String

per_page
Optional

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

Validations:

  • 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

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_class_parameter_id
Optional

Validations:

  • 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

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_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

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_class_parameter_id
Optional

Validations:

  • 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

Validations:

  • Must be a Hash

override_value[match]
Required

Override match

Validations:

  • Must be String

override_value[value]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

Override value

Validations:

  • Must be String

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

Validations:

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


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

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_class_parameter_id
Optional

Validations:

  • 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

Validations:

  • Must be a Hash

override_value[match]
Optional

Override match

Validations:

  • Must be String

override_value[value]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

Override value

Validations:

  • Must be String

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

Validations:

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


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

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_class_parameter_id
Optional

Validations:

  • 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

Validations:

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