Class OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval
Time interval snapshot of CPU usage data of the wireless LAN controller
[DataContract]
public class OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval
- Inheritance
-
OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval
- Inherited Members
Constructors
OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval()
public OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval()
Properties
ByCore
The CPU usage per core of the wireless LAN controller
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "byCore")]
public List<OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemIntervalByCoreItem> ByCore { get; set; }
Property Value
EndTs
The end time of the query range with iso8601 format
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
Overall
The overall CPU usage of the wireless LAN controller
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "overall")]
public OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemIntervalOverall Overall { get; set; }
Property Value
StartTs
The start time of the query range with iso8601 format
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }