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
]
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of edge host metadata
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
edgeHosts
object[]
archTypestring
Possible values: [amd64
, arm64
]
Default value: amd64
edgeHostTypestring
Possible values: [libvirt
, edge-native
, vsphere
]
healthStatestring
namestring
statestring
uidstring
{
"edgeHosts": [
{
"archType": "amd64",
"edgeHostType": "libvirt",
"healthState": "string",
"name": "string",
"state": "string",
"uid": "string"
}
]
}
Loading...