POST /api/smart_proxies { "smart_proxy": { "name": "master02", "url": "http://server:8443" } } 201 { "created_at": "2021-05-18 16:17:26 UTC", "updated_at": "2021-05-18 16:17:26 UTC", "name": "master02", "id": 982965227, "url": "http://server:8443", "features": [ { "capabilities": [], "name": "DNS", "id": 49142851 }, { "capabilities": [], "name": "TFTP", "id": 303403661 }, { "capabilities": [], "name": "DHCP", "id": 219245707 }, { "capabilities": [], "name": "Puppet CA", "id": 783807086 }, { "capabilities": [], "name": "Puppet", "id": 1006510553 }, { "capabilities": [], "name": "BMC", "id": 821748566 }, { "capabilities": [], "name": "Chef Proxy", "id": 848995175 }, { "capabilities": [], "name": "Realm", "id": 982965213 }, { "capabilities": [], "name": "Logs", "id": 814728799 } ], "locations": [], "organizations": [] }
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:
|
smart_proxy required |
Validations:
|
smart_proxy[name] required |
Validations:
|
smart_proxy[url] required |
Validations:
|
smart_proxy[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
smart_proxy[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|