GET /api/models
List all models.

参数

参数名字 描述
search
选填

过滤结果

Validations:

  • Must be String

order
选填

结果排序

Validations:

  • Must be String

page
选填

页数

Validations:

  • Must be String

per_page
选填

每个请求中的条目数

Validations:

  • Must be String


GET /api/models/:id
Show a model.

参数

参数名字 描述
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.


POST /api/models
Create a model.

参数

参数名字 描述
model
必填

Validations:

  • Must be a Hash

model[name]
必填

Validations:

  • Must be String

model[info]
选填

Validations:

  • Must be String

model[vendor_class]
选填

Validations:

  • Must be String

model[hardware_model]
选填

Validations:

  • Must be String


PUT /api/models/:id
Update a model.

参数

参数名字 描述
id
必填

Validations:

  • Must be String

model
必填

Validations:

  • Must be a Hash

model[name]
选填

Validations:

  • Must be String

model[info]
选填

Validations:

  • Must be String

model[vendor_class]
选填

Validations:

  • Must be String

model[hardware_model]
选填

Validations:

  • Must be String


DELETE /api/models/:id
Delete a model.

参数

参数名字 描述
id
必填

Validations:

  • Must be String