Get edge host configurations.
GET/v1/edge-mgmt/edgehosts/current/configurations
Get edge host configurations.
Responses
- 200
- 500
- default
(empty)
- application/json
- Schema
- Example (from schema)
Schema
caCertsstring[]
httpProxystring
httpsProxystring
noProxystring
{
"caCerts": [
"string"
],
"httpProxy": "string",
"httpsProxy": "string",
"noProxy": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
generic error response
- application/json
- Schema
Schema
string
Loading...