GET /api/provisioning_templates
列出部署模板

GET /api/operatingsystems/:operatingsystem_id/provisioning_templates
列出每个操作系统的部署模板

GET /api/locations/:location_id/provisioning_templates
列出每个位置的部署模板

GET /api/organizations/:organization_id/provisioning_templates
列出每个机构的部署模板

参数

参数名字 描述
operatingsystem_id
选填

操作系统 ID


Value:

Must be String

search
选填

过滤结果


Value:

Must be String

order
选填

结果排序


Value:

Must be String

page
选填

页数


Value:

Must be String

per_page
选填

每个请求中的条目数


Value:

Must be String


GET /api/provisioning_templates/:id
显示配置模板详情

参数

参数名字 描述
id
必填

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/provisioning_templates
生成供应模板

参数

参数名字 描述
provisioning_template
必填

Value:

Must be a Hash

provisioning_template[name]
必填

模板名称


Value:

Must be String

provisioning_template[template]
必填

Value:

Must be String

provisioning_template[snippet]
选填 , 允许空值

Value:

Must be 'true' or 'false'

provisioning_template[audit_comment]
选填 , 允许空值

Value:

Must be String

provisioning_template[template_kind_id]
选填 , 允许空值

与片段无关


Value:

Must be a number.

provisioning_template[template_combinations_attributes]
选填 , 允许空值

模板组合阵列(hostgroup_id, environment_id)


Value:

Must be an array of any type

provisioning_template[operatingsystem_ids]
选填 , 允许空值

与该模板关联的操作系统 ID 阵列


Value:

Must be an array of any type

provisioning_template[locked]
选填 , 允许空值

是否已锁定该模板进行编辑


Value:

Must be 'true' or 'false'


PUT /api/provisioning_templates/:id
更新部署模板

参数

参数名字 描述
id
必填

Value:

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

provisioning_template
必填

Value:

Must be a Hash

provisioning_template[name]
选填

模板名称


Value:

Must be String

provisioning_template[template]
选填

Value:

Must be String

provisioning_template[snippet]
选填 , 允许空值

Value:

Must be 'true' or 'false'

provisioning_template[audit_comment]
选填 , 允许空值

Value:

Must be String

provisioning_template[template_kind_id]
选填 , 允许空值

与片段无关


Value:

Must be a number.

provisioning_template[template_combinations_attributes]
选填 , 允许空值

模板组合阵列(hostgroup_id, environment_id)


Value:

Must be an array of any type

provisioning_template[operatingsystem_ids]
选填 , 允许空值

与该模板关联的操作系统 ID 阵列


Value:

Must be an array of any type

provisioning_template[locked]
选填 , 允许空值

是否已锁定该模板进行编辑


Value:

Must be 'true' or 'false'


GET /api/provisioning_templates/revision

参数

参数名字 描述
version
选填

模板版本


Value:

Must be String


DELETE /api/provisioning_templates/:id
删除供应模板

参数

参数名字 描述
id
必填

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/provisioning_templates/build_pxe_default
更新所有配置 TFTP 服务器的默认 PXE 菜单


POST /api/provisioning_templates/:id/clone
Clone a provision template

参数

参数名字 描述
id
必填

Value:

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

provisioning_template
必填

Value:

Must be a Hash

provisioning_template[name]
必填

模板名称


Value:

Must be String