Examples

POST /api/models
{
  "model": {
    "name": "new model"
  }
}
201
{
  "info": null,
  "created_at": "2020-11-04 14:53:19 UTC",
  "updated_at": "2020-11-04 14:53:19 UTC",
  "vendor_class": null,
  "hardware_model": null,
  "id": 980190964,
  "name": "new model",
  "hosts_count": 0
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

model
required

Validations:

  • Must be a Hash

model[name]
required

Validations:

  • Must be a String

model[info]
optional , nil allowed

Validations:

  • Must be a String

model[vendor_class]
optional , nil allowed

Validations:

  • Must be a String

model[hardware_model]
optional , nil allowed

Validations:

  • Must be a String