Protocol Documentation
Table of Contents
api/types/snapshot/network/types.proto
DeviceSnapshotRef
DeviceSnapshotRef is a reference to a device snapshot
Field | Type | Label | Description |
---|---|---|---|
device_snapshot_id | string | 'device_snapshot_id' is the unique identifier of the device snapshot |
NetworkSnapshot
NetworkSnapshot is a snapshot of all network changes
Field | Type | Label | Description |
---|---|---|---|
id | string | 'id' is the unique snapshot identifier | |
index | uint64 | 'index' is a monotonically increasing, globally unique snapshot index | |
revision | uint64 | 'revision' is the request revision number | |
status | onos.config.snapshot.Status | 'status' is the snapshot status | |
retention | onos.config.snapshot.RetentionOptions | 'retention' specifies the duration for which to retain changes | |
created | google.protobuf.Timestamp | 'created' is the time at which the configuration was created | |
updated | google.protobuf.Timestamp | 'updated' is the time at which the configuration was last updated | |
refs | DeviceSnapshotRef | repeated | 'refs' is a set of references to stored device snapshots |