API Reference

Retrieve the property of managed computers

Response contains the properties of all computers or a computer via specific query parameters.

If there has no any query parameter, return all managed computer list.

[Added in v3.26.0] It supports three kinds of query parameters:

  • mac_addr - query computers by its mac address
  • host_name - query computers by its host name
  • private_ip - query computers by its private ip address

You can specify only one query parameter above at most, other backend will report error.

Log in to see full request history
Query Params
string
length ≤ 17

Query parameter based on mac address, case-insensitive.

string
length ≤ 128

Query parameter based on host_name, case-insensitive.

string
length ≤ 128

Query parameter based on ipv4 address.

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json