GET /api/smart_class_parameters/:smart_class_parameter_id/override_values
具体智能分类参数替代值列表

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

smart_class_parameter_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.

show_hidden
选填

显示隐藏值

Validations:

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

page
选填

页号,从 1 开始

Validations:

  • Must be a number.

per_page
选填

每页中显示的返回结果数

Validations:

  • Must be a number.


GET /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
显示具体智能类别参数的替代值

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

smart_class_parameter_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.

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.

show_hidden
选填

显示隐藏值

Validations:

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


POST /api/smart_class_parameters/:smart_class_parameter_id/override_values
为具体智能类别参数创建替代值

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

smart_class_parameter_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.

override_value
必填

Validations:

  • Must be a Hash

override_value[match]
必填

替代匹配

Validations:

  • Must be a String

override_value[value]
选填 , 允许空值

覆盖值(omit 为 false 时必需)

Validations:

  • Must be one of types: string, boolean, integer, real, array, hash, yaml, json

override_value[omit]
选填 , 允许空值

Foreman will not send this parameter in classification output

Validations:

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


PUT /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
更新具体智能类别参数的替代值

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

smart_class_parameter_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.

override_value
必填

Validations:

  • Must be a Hash

override_value[match]
选填

替代匹配

Validations:

  • Must be a String

override_value[value]
选填 , 允许空值

覆盖值(omit 为 false 时必需)

Validations:

  • Must be one of types: string, boolean, integer, real, array, hash, yaml, json

override_value[omit]
选填 , 允许空值

Foreman will not send this parameter in classification output

Validations:

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


DELETE /api/smart_class_parameters/:smart_class_parameter_id/override_values/:id
删除具体智能类别参数替代值

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

smart_class_parameter_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.

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.