Skip to main content

Retrieves a list of edge hosts metadata matching the filter condition

GET 

https://api.spectrocloud.com/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
  • ]

curl -L -X GET 'https://api.spectrocloud.com/v1/edgehosts/metadata' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— query
— query
— header