Retrieves a list of edge hosts metadata matching the filter condition
GET/v1/edgehosts/metadata
Retrieves a list of edge hosts metadata matching the filter condition
Request
Query Parameters
type string
Possible values: [libvirt
, edge-native
, vsphere
]
quickFilter string
Possible values: [unusedEdgeHosts
]
Responses
- 200
An array of edge host metadata
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
edgeHosts
object[]
namestring
statestring
uidstring
{
"edgeHosts": [
{
"name": "string",
"state": "string",
"uid": "string"
}
]
}
Loading...