Thanks to visit codestin.com
Credit goes to support.nectus5.com

< Back to Methods

Get Data From WMI Server (GetFromServer)

(Nectus Version: 1.67.1)

Get any WMI data from WMI Server.

URL

https://{ServerName}/wmi/restAPI/getFromServer

ServerName is the FQDN of the server where Nectus is deployed.

Method

GET

Request Parameters

Header

Header should contain an authorization token.

Parameter Description Type Required Default Value
token Authorization token 1 1

Payload/Data Parameters

Parameter Description Type Required Default Value
wmi_ipv4_address IPv4 Address of WMI Server (when you need only one server) String Mandatory (empty)
class WMI Class String Mandatory
keys WMI Keys Array Mandatory

Response Parameters

For list of common errors, kindly refer to section Response and Error Codes.

Usage Example