Messages
Was this helpful?
Was this helpful?
Retrieve Schedule Message(s).
/api/Provider/VM/AVDHost/Schedule/{id}/Messages
The ID of the Schedule setting for which to retrieve the messages.
Create a Schedule Message.
/api/Provider/VM/AVDHost/Schedule/{id}/Messages
The ID of the Schedule setting for which to create the message.
<para type="description">Whether to enable or disable the message.</para>
<para type="description">The title of the message.</para>
<para type="description">A message that should be sent to users before the job starts.</para>
<para type="description">Time interval in seconds before the job starts when the message to users should be sent.</para>
<para type="synopsis">Whether the message is sent Before/After the schedule is triggered. Send Message When can only be set to After in the case of Reboot.</para> <para type="description"></para>
0 = Before,1 = After
Retrieve a Schedule Message.
/api/Provider/VM/AVDHost/Schedule/{id}/Messages/{messageId}
The ID of the Schedule setting for which to retrieve the message.
The ID of the message to retrieve.
Update a Schedule Message.
/api/Provider/VM/AVDHost/Schedule/{id}/Messages/{messageId}
The ID of the Schedule setting for which to modify the message.
The ID of the message to modify.
<para type="description">Whether to enable or disable the message.</para>
<para type="description">The title of the message.</para>
<para type="description">A message that should be sent to users before the job starts.</para>
<para type="description">Time interval in seconds before the job starts when the message to users should be sent.</para>
<para type="synopsis">Whether the message is sent Before/After the schedule is triggered. Send Message When can only be set to After in the case of Reboot.</para> <para type="description"></para>
0 = Before,1 = After
No body
Delete a Schedule Message by ID.
/api/Provider/VM/AVDHost/Schedule/{id}/Messages/{messageId}
The ID of the Schedule setting for which to remove the message.
The ID of the message to remove.
No body