DomainLifecycleEvent

One marker on a domain's lifecycle timeline: the per-domain version number to fetch full detail for via GET /domains/{id}/versions/{version}, the change type to render, and when it occurred. It is the condensed peer of the full domain_version resource, sized for drawing the timeline rather than inspecting one event.

  • object
    Type: string

    Resource type identifier

  • version
    Type: integer

    Per-domain version number to fetch full detail for

  • change_type
    Type: string · DomainVersionChangeTypeenum

    Classification of the lifecycle event that produced this version

    values
    • registration_pending = ChangeTypeRegistrationPending
    • registered = ChangeTypeRegistered
    • renewed = ChangeTypeRenewed
  • occurred_at
    Type: string

    When this event was recorded