POST /api/models
{
"model": {
"name": "new model"
}
}
201
{
"info": null,
"created_at": "2019-11-07 08:39:34 UTC",
"updated_at": "2019-11-07 08:39:34 UTC",
"vendor_class": null,
"hardware_model": null,
"id": 980190964,
"name": "new model",
"hosts_count": 0
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
model required |
Validations:
|
|
model[name] required |
Validations:
|
|
model[info] optional , nil allowed |
Validations:
|
|
model[vendor_class] optional , nil allowed |
Validations:
|
|
model[hardware_model] optional , nil allowed |
Validations:
|