Access¶
Keys
Leafs
- 
class 
RestconfState.Streams.Stream.Access¶ Bases:
EntityClass Hierarchy:
RestconfStateStreamsStreamAccessThis class represents state data.
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.
- 
encoding(key)¶ This is the secondary encoding format within the ‘text/event-stream’ encoding used by all streams. The type ‘xml’ is supported for XML encoding. The type ‘json’ is supported for JSON encoding
type: str
config: False
- 
location¶ Contains a URL that represents the entry point for establishing notification delivery via server sent events
type: str
mandatory: True
config: False
-