Messages

List

get

Retrieve Schedule Message(s).

Path parameters
idinteger · int32Required

The ID of the Schedule setting for which to retrieve the messages.

Responses
get
/api/RDS/HostPool/Schedule/{id}/Messages

Create

post

Create a Schedule Message.

Path parameters
idinteger · int32Required

The ID of the Schedule setting for which to create the message.

Body
enabledbooleanOptional

Whether to enable or disable the message.

messageTitlestring · min: 1 · max: 255 · nullableRequired

The title of the message.

messagestring · min: 1 · max: 255 · nullableRequired

A message that should be sent to users before the job starts.

sendMsgSecsinteger · int32Optional

Time interval in seconds before the job starts when the message to users should be sent.

sendMsgWhenstring · enumOptional

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.

Possible values:
Responses
post
/api/RDS/HostPool/Schedule/{id}/Messages

Get

get

Retrieve a Schedule Message.

Path parameters
idinteger · int32Required

The ID of the Schedule setting for which to retrieve the message.

messageIdinteger · int32Required

The ID of the message to retrieve.

Responses
get
/api/RDS/HostPool/Schedule/{id}/Messages/{messageId}

Update

put

Update a Schedule Message.

Path parameters
idinteger · int32Required

The ID of the Schedule setting for which to modify the message.

messageIdinteger · int32Required

The ID of the message to modify.

Body
enabledboolean · nullableOptional

Whether to enable or disable the message.

messageTitlestring · min: 1 · max: 255 · nullableOptional

The title of the message.

messagestring · min: 1 · max: 255 · nullableOptional

A message that should be sent to users before the job starts.

sendMsgSecsinteger · int32 · nullableOptional

Time interval in seconds before the job starts when the message to users should be sent.

sendMsgWhenstring · enumOptional

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.

Possible values:
Responses
chevron-right
204

No Content

No content

put
/api/RDS/HostPool/Schedule/{id}/Messages/{messageId}

No content

Delete

delete

Delete a Schedule Message by ID.

Path parameters
idinteger · int32Required

The ID of the Schedule setting for which to remove the message.

messageIdinteger · int32Required

The ID of the message to remove.

Responses
chevron-right
204

No Content

No content

delete
/api/RDS/HostPool/Schedule/{id}/Messages/{messageId}

No content

Was this helpful?