scheduledEventCreate

Endpoint URL: https://admin.pubnub.com:443/api/faas/v1/scheduled/events

Scheduled event create.

Request Body REQUIRED
packageDeploymentId uuid REQUIRED
dttmBegin date-time REQUIRED
dttmEnd date-time REQUIRED
description string

Possible values: length ≤ 255

Responses
201

Created

Schema OPTIONAL
data object OPTIONAL
id uuid
dttmBegin date-time
dttmEnd date-time
description string
state string

Possible values: [PENDING, STARTING, RUNNING, FINISHING, COMPLETED, FAILED]

scheduledActions object[]
id uuid
accountId int32
packageDeploymentId uuid
type string

Possible values: [START, STOP]

dttm date-time
description string OPTIONAL
state string

Possible values: [PENDING, EXECUTING, COMPLETED, FAILED]

createdDttm string
updatedDttm string OPTIONAL
createdDttm string
updatedDttm string OPTIONAL
meta object
correlationId string
timestamp date-time
errors object[]
code string
message string
* required
packageDeploymentId*
Type: string
Format: uuid
dttmBegin*
Type: string
Format: date-time
dttmEnd*
Type: string
Format: date-time
description
Type: string
0-255 chars
data
Type: object
meta
Type: object
errors
Type: array
Array items:
items
Type: object