POST /api/subnets/1018350795/parameters
{
"parameter": {
"name": "name with space",
"value": "123"
}
}
422
{
"error": {
"id": null,
"errors": {
"name": [
"can't contain spaces."
]
},
"full_messages": [
"Name can't contain spaces."
]
}
}
| Param name | Description |
|---|---|
|
host_id optional |
ID of host Validations:
|
|
hostgroup_id optional |
ID of host group Validations:
|
|
domain_id optional |
ID of domain Validations:
|
|
operatingsystem_id optional |
ID of operating system Validations:
|
|
location_id optional |
ID of location Validations:
|
|
organization_id optional |
ID of organization Validations:
|
|
subnet_id optional |
ID of subnet Validations:
|
|
parameter required |
Validations:
|
|
parameter[name] required |
Validations:
|
|
parameter[value] required |
Validations:
|