For the complete documentation index, see llms.txt. This page is also available as Markdown.

UpcomingActionExecution Object

Description

Represents an action execution that is scheduled in the future.

Properties

actionId

ID of the action.

Type: string

actionName

Name of the action.

Type: string

actionType

Type of action.

Type: string

actionVersionId

Version ID of the action.

Type: string

managedInstanceId

ID of the Managed Instance to which the action belongs.

Type: string

startDate

Date, in ISO 8601 format, at which the action will next execute.

Type: string

timeZoneId

Time zone in which the action will execute.

Type: string

Sample JSON

Last updated