Skip to main content
Version: latest

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

An array of edge host metadata

Schema

    edgeHosts

    object[]

  • Array [

  • archTypestring

    Possible values: [amd64, arm64]

    Default value: amd64

    edgeHostTypestring

    Possible values: [libvirt, edge-native, vsphere]

    healthStatestring
    namestring
    statestring
    uidstring
  • ]

Loading...