Skip to main content

Trigger an action on one or more CDN-connected devices

POST 

/api/cdn/devices/push

Dispatches based on action. Currently supported actions:

  • pushpayload must be a non-empty catalog-ID string; inserts a Push offering for each device.

Request

Body

required

    action CdnDeviceActionrequired

    Possible values: [push]

    Action variants for POST /cdn/devices/push.

    devices string[]required

    Target device IDs.

    payload stringrequired

    Action-specific payload. For push, a plain catalog-ID string.

Responses

Action executed; returns the action payload

Loading...