Jetstream API
Event Types

AliasRemovedEvent

4min

About

AliasRemovedEvent data indicates when an application has modified an alias using Delete an Alias.

Fields

Property

Details

Type

string

The type of Jetstream event.

EventId

string Unique

The ID assigned to the event.

EventTime

string

The time that the event occurred.

The value is expressed in UTC.

This value is expressed in the following format: yyyy-MM-ddTHH:mm:ssZ

Version

int

The Jetstream version of the event.

Id

ulong

The ID of the Alias generated by Jetstream.

Alias

string

The name of the Alias.

Example

Published AliasRemovedEvent

{ "Id": 1, "Alias": "MyAliasName", "Type": "AliasRemovedEvent", "EventId": "f635b21d-1425-4a10-b934-266e707ce785", "EventTime": "2018-05-19T07:17:50Z", "Version": 3 }

Version Changes

None – this is a new event.