Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1016 Bytes

File metadata and controls

17 lines (14 loc) · 1016 Bytes

EndpointEvent

Properties

Name Type Description Notes
endpoint_id string The unique ID of the endpoint.
type \Bandwidth\Model\EndpointTypeEnum
status \Bandwidth\Model\EndpointStatusEnum
creation_timestamp \DateTime The time the endpoint was created. In ISO-8601 format.
expiration_timestamp \DateTime The time the endpoint token will expire. In ISO-8601 format. Tokens last 24 hours.
tag string A tag for the endpoint. [optional]
event_time \DateTime The time the event occurred. In ISO-8601 format.
event_type \Bandwidth\Model\EndpointEventTypeEnum
device \Bandwidth\Model\Device [optional]

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