Edge host configurations status
GET/v1/edge-mgmt/edgehosts/current/configurations/status
Edge host configurations status
Responses
- 200
- 500
(empty)
- application/json
- Schema
- Example (from schema)
Schema
errorMessagestring
statestring
Possible values: [Not Configured
, In Progress
, Configured
, Failed
]
{
"errorMessage": "string",
"state": "Not Configured"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
Loading...