API Guide

Table Of Contents
{
"EnableNIC": true,
"RegisterDNS": false,
"DnsName": "MX7000",
"UseDHCPForDomainName": false,
"DnsDomainName": "",
"AutoNegotiation": true,
"NetworkSpeed": "1_GB",
"Delay": 0
}
}
Example for
network settings
for Chassis
Example response body
{
"SettingType": "Network",
"DhcpProvisioning": null,
"MgmtVLANId": "1",
"EnableVLAN": false,
"Ipv4Settings":
{
"EnableIPv4": true,
"EnableDHCP": true,
"StaticIPAddress": "",
"StaticSubnetMask": "",
"StaticGateway": "",
"UseDHCPObtainDNSServerAddresses": true,
"StaticPreferredDNSServer": "",
"StaticAlternateDNSServer": ""
},
"Ipv6Settings":
{
"EnableIPv6": false,
"EnableAutoconfiguration": true,
"StaticIPv6Address": "",
"StaticPrefixLength": "0",
"StaticGateway": "",
"UseDHCPv6ObtainDNSServerAddresses": true,
"StaticPreferredDNSServer": "",
"StaticAlternateDNSServer": ""
},
"GeneralSettings":
{
"EnableNIC": true,
"RegisterDNS": false,
"DnsName": "MX7000",
"UseDHCPForDomainName": false,
"DnsDomainName": "",
"AutoNegotiation": true,
"NetworkSpeed": "1_GB",
"Delay": 0
}
}
/api/DeviceService/Devices(Id)/Temperature
This URI represents the temperature settings of a specific device.
GET method for Temperature
This method returns the temperature details of a specific device.
Description
Returns the temperature details of a specific device.
Privilege VIEW
Devices 267