Tenant Availability Changed to Healthy

The `Tenant.Availability.ChangedToHealthy` event indicates a change in the availability status of a tenant to healthy within the RoSaaS system.

💡 Note: This event occurs when the availability status of a tenant changes to healthy within the RoSaaS system.

Event Attributes

MetaData (object)

Additional dynamic metadata related to the event.

MetaData Attributes

  • ChangingDate (timestamp): The UTC timestamp indicating when the availability status changed to healthy.

Example

Here is an example JSON representation of the Tenant.Availability.ChangedToHealthy event:

{
  "MetaData": {
    "ChangingDate": "2024-06-04T10:00:00Z"
  }
}