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

access

The server will create an entry in this list for each encoding format that is supported for this stream. The media type ‘text/event-stream’ is expected for all event streams. This list identifies the sub-types supported for this stream

type: list of Access

config: False