How can we help you?

The LifecycleAcknowledgment object

Product: FeraCalendar Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraCalendar
Classification: administrative

Attributes

Field Type Required Description
eventId string (uuid) Yes New acknowledgment UUID.
eventType string Yes Lifecycle completion or failure type.
eventVersion integer Yes Acknowledgment contract version.
correlationId string (uuid) Yes Correlation UUID copied from the source lifecycle event.
licenseProductId string (uuid) Yes Licensed FeraCal product UUID.
productInstanceId string (uuid) Yes Target FeraCal product-instance UUID.
settingsRevision integer | null No Applied settings revision when relevant.
result object No Safe lifecycle success details.
error object No Safe lifecycle failure details.

Example

{
    "eventVersion": 1
}

Source

supplied openapi/openapi.json#/components/schemas/LifecycleAcknowledgment