Skip to main content

Get a device

GET 

/devices/:id

Retrieve an existing device.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

Responses

OK

Schema
    id stringrequired

    The UUID of the device

    name stringrequired

    The name of the device

    folder stringrequired

    The folder containing the device

    description string

    The description of the device

    hostname string

    The hostname of the device

    ip_address string

    The IPv4 address of the device

    ipV6_address string

    The IPv6 address of the device

    mac_address string

    The MAC address of the device

    family string

    The product family of the device

    model string

    The model of the device

    labels string[]

    Labels assigned to the device

    snippets string[]

    Snippets associated with the device

    app_version string
    threat_version string
    anti_virus_version string
    wf_ver string
    iot_version string
    url_db_type string
    url_db_ver string
    software_version string
    vm_state string
    gp_client_verion string
    gp_data_version string
    log_db_version string
    uptime string
    dev_cert_detail string
    dev_cert_expiry_date string
    ha_state string
    ha_peer_serial string
    ha_peer_state string
    is_connected boolean
    connected_since date-time
    app_release_date string
    threat_release_date string
    av_release_date string
    wf_release_date string
    iot_release_date string
    license_match boolean
    available_licensess object[]
  • Array [
  • issued date
    expires date
    feature string
    authcode string
  • ]
  • installed_licenses object[]
  • Array [
  • issued date
    expired string
    expires string
    feature string
    authcode string
  • ]
Loading...