Stream¶
Keys
Leafs
Children
-
class
RestconfState.Streams.
Stream
¶ Bases:
Entity
Class Hierarchy:
RestconfState
Streams
Stream
This class represents state data.
Each entry describes an event stream supported by
the server.
-
name
(key)¶ The stream name
type: str
config: False
-
description
¶ Description of stream content
type: str
config: False
-
replay_support
¶ Indicates if replay buffer supported for this stream. If ‘true’, then the server MUST support the ‘start-time’ and ‘stop-time’ query parameters for this stream
type: bool
config: False
default value: false
-
replay_log_creation_time
¶ Indicates the time the replay log for this stream was created
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})config: False
-