Merge pull request #5291 from illfated/reboot_csp_iso_8601

Reboot CSP/ISO 8601: reboot reset date+time format
This commit is contained in:
Manika Dhiman
2019-10-30 12:47:17 -07:00
committed by GitHub

View File

@ -38,9 +38,11 @@ The following diagram shows the Reboot configuration service provider management
<p style="margin-left: 20px">The supported operation is Get.</p> <p style="margin-left: 20px">The supported operation is Get.</p>
<a href="" id="schedule-single"></a>**Schedule/Single** <a href="" id="schedule-single"></a>**Schedule/Single**
<p style="margin-left: 20px">This node will execute a reboot at a scheduled date and time. Setting a null (empty) date will delete the existing schedule. The date and time value is ISO8601, and both the date and time are required. </br> <p style="margin-left: 20px">This node will execute a reboot at a scheduled date and time. The date and time value is **ISO 8601**, and both the date and time are required. </br>
Example to configure: 2018-10-25T18:00:00</p> Example to configure: 2018-10-25T18:00:00</p>
Setting a null (empty) date will delete the existing schedule. In accordance with the ISO 8601 format, the date and time representation needs to be 0000-00-00T00:00:00.
<p style="margin-left: 20px">The supported operations are Get, Add, Replace, and Delete.</p> <p style="margin-left: 20px">The supported operations are Get, Add, Replace, and Delete.</p>
<a href="" id="schedule-dailyrecurrent"></a>**Schedule/DailyRecurrent** <a href="" id="schedule-dailyrecurrent"></a>**Schedule/DailyRecurrent**
@ -53,13 +55,3 @@ Example to configure: 2018-10-25T18:00:00</p>
[Configuration service provider reference](configuration-service-provider-reference.md) [Configuration service provider reference](configuration-service-provider-reference.md)