Automation Object


Properties
idstringRead-onlyformat GUID

Automation ID.


revisionstringRead-onlyformat int64

Revision number. This increments by 1 whenever the automation is updated. Specify the current revision number whenever updating an existing automation.


createdByCreatedByRead-onlyimmutable

Who created the automation.


createdDatestringRead-onlyformat date-time

When the automation was created.


updatedByUpdatedByRead-only

Who last updated the automation.


updatedDatestringRead-onlyformat date-time

When the automation was last updated.


namestringminLength 1maxLength 500

Automation name as displayed on the user's site.


descriptionstringmaxLength 2000

Automation description.


configurationConfiguration

Automation configuration.


originstringimmutable

How the automation was added to the user's site.


settingsSettings

Automation settings.


draftInfoDraftInfoRead-only

When the automation is a draft, the draft details.


archivedboolean

Whether the automation is archived.

To archive an automation, set this to true. To restore an archived automation, set this to false.


autoArchivePolicyAutoArchivePolicy

Auto archive policy


One Of

applicationInfoApplicationInfo

When the origin of the automation is APPLICATION, the details of the app that created it.


preinstalledInfoPreinstalledInfo

When the origin of the automation is PREINSTALLED, the details of the preinstalled automation.

Did this help?