Skip to main content

Sets the device startup event preset

POST /v1/eventpreset/startupevent/{deviceState}/{eventPresetID}

Summary

Sets the device startup event preset.

Details

Startup presets must target a single device.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
eventPresetIDpathinteger (int64)YesThe event preset ID to apply as the startup preset.1
deviceStatepathstringYesThe device startup mode. Accepted values are "online" and "standalone".Example value

Request Body

No request body is documented here.

Responses

200

Success

application/json

Not documented here.

Example

{
"EventID": 101
}