POST /api/http_proxies { "http_proxy": { "name": "http_proxy_is_smart", "url": "http://what????:5000" } } 201 { "id": 1, "name": "http_proxy_is_smart", "url": "http://what????:5000", "username": null, "password": null }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
http_proxy required |
Validations:
|
http_proxy[name] required |
The HTTP Proxy name Validations:
|
http_proxy[url] required |
URL of the HTTP Proxy Validations:
|
http_proxy[username] optional , nil allowed |
Username used to authenticate with the HTTP Proxy Validations:
|
http_proxy[password] optional , nil allowed |
Password used to authenticate with the HTTP Proxy Validations:
|
http_proxy[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
http_proxy[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|