Skip to content

Commit 4a12861

Browse files
Arista-Jenkinsoumichae1
authored andcommitted
update: generate aristaproto stubs
[GENERATED_COMMIT] Change-Id: I9ddf33877f22f70d826c145f82bd140c2dce3ca8
1 parent 0b16c72 commit 4a12861

16 files changed

Lines changed: 29624 additions & 106 deletions

File tree

cloudvision/api/arista/alert/v1/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,17 @@ class EndpointErrorType(aristaproto.Enum):
354354
OAuth apis
355355
"""
356356

357+
INTERNAL_ERROR = 12
358+
"""
359+
ENDPOINT_ERROR_TYPE_INTERNAL_ERROR indicates an unexpected internal error
360+
"""
361+
362+
BROADCAST_GROUP_MISSING = 13
363+
"""
364+
ENDPOINT_ERROR_TYPE_BROADCAST_GROUP_MISSING is caused when Alerter is trying to send
365+
an alert to a broadcast group that isn't present in the config
366+
"""
367+
357368

358369
class CueSyslogMessageFormat(aristaproto.Enum):
359370
"""CueSyslogMessageFormat is the message format for cue syslog messages"""
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (c) 2025 Arista Networks, Inc.
2+
# Use of this source code is governed by the Apache License 2.0
3+
# that can be found in the COPYING file.

0 commit comments

Comments
 (0)