Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 969 Bytes

File metadata and controls

19 lines (15 loc) · 969 Bytes

Bandwidth.Standard.Model.EndpointEvent

An event that occurred on an endpoint.

Properties

Name Type Description Notes
EndpointId string The unique ID of the endpoint.
Type EndpointTypeEnum
Status EndpointStatusEnum
CreationTimestamp DateTime The time the endpoint was created. In ISO-8601 format.
ExpirationTimestamp DateTime The time the endpoint token will expire. In ISO-8601 format. Tokens last 24 hours.
Tag string A tag for the endpoint. [optional]
EventTime DateTime The time the event occurred. In ISO-8601 format.
EventType EndpointEventTypeEnum
Device Device [optional]

[Back to Model list] [Back to API list] [Back to README]