StartRebootCycleDataModel
No documentation available.
Properties
| Name | Description | Additional information |
|---|---|---|
| State | No documentation available. |
Type: String |
| RebootCycleStarted | No documentation available. |
Type: Boolean |
| TerminateSessionsBy | Wait and terminate sessions by the time specified. Send message to users 15 minutes prior. |
Type: String |
| SessionMachineCatalog | No documentation available. |
Type: ReferenceDataModel |
| DeliverySite | No documentation available. |
Type: ReferenceDataModel |
| ComputeResource | No documentation available. |
Type: ReferenceDataModel |
| MachineAllocationDomain | No documentation available. |
Type: ReferenceDataModel |
| SharedAllocationDomain | No documentation available. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{
"State": "sample string 1",
"RebootCycleStarted": true,
"TerminateSessionsBy": "sample string 3",
"SessionMachineCatalog": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"ComputeResource": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"MachineAllocationDomain": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"SharedAllocationDomain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}