Class SmRebootRequest
SmRebootRequest
[DataContract]
public class SmRebootRequest
- Inheritance
-
SmRebootRequest
- Inherited Members
Constructors
SmRebootRequest()
public SmRebootRequest()
Properties
Ids
The ids of the endpoints to be rebooted.
[DataMember(Name = "ids")]
public List<string>? Ids { get; set; }
Property Value
KextPaths
The KextPaths of the endpoints to be rebooted. Available for macOS 11+
[DataMember(Name = "kextPaths")]
public List<string>? KextPaths { get; set; }
Property Value
NotifyUsers
Whether or not to notify the user before rebooting the endpoint. Available for macOS 11.3+
[DataMember(Name = "notifyUsers")]
public bool? NotifyUsers { get; set; }
Property Value
- bool?
RebuildKernelCache
Whether or not to rebuild the kernel cache when rebooting the endpoint. Available for macOS 11+
[DataMember(Name = "rebuildKernelCache")]
public bool? RebuildKernelCache { get; set; }
Property Value
- bool?
RebuildRequiresNetworkTether
Whether or not the request requires network tethering. Available for macOS and supervised iOS or tvOS
[DataMember(Name = "rebuildRequiresNetworkTether")]
public bool? RebuildRequiresNetworkTether { get; set; }
Property Value
- bool?
Scope
The scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags of the endpoints to be rebooted.
[DataMember(Name = "scope")]
public List<string>? Scope { get; set; }
Property Value
Serials
The serials of the endpoints to be rebooted.
[DataMember(Name = "serials")]
public List<string>? Serials { get; set; }
Property Value
WifiMacs
The wifiMacs of the endpoints to be rebooted.
[DataMember(Name = "wifiMacs")]
public List<string>? WifiMacs { get; set; }