Index
Attributes
(message)Channel
(message)ContactInfo
(message)Criticality
(message)Criticality.Type
(enum)Environment
(message)Environment.Type
(enum)Scope
(message)Scope.Type
(enum)
Attributes
Consumer provided attributes.
Fields | |
---|---|
criticality |
Optional. User-defined criticality information. |
environment |
Optional. User-defined environment information. |
developer_owners[] |
Optional. Developer team that owns development and coding. |
operator_owners[] |
Optional. Operator team that ensures runtime and operations. |
business_owners[] |
Optional. Business team that ensures user needs are met and value is delivered |
Channel
Separate message to accommodate custom formats across IRC and Slack.
Fields | |
---|---|
uri |
Required. URI of the channel. |
ContactInfo
Contact information of stakeholders.
Fields | |
---|---|
display_name |
Optional. Contact's name. Can have a maximum length of 63 characters. |
email |
Required. Email address of the contacts. |
channel |
Optional. Communication channel of the contacts. |
Criticality
Criticality of the Application, Service, or Workload
Fields | |
---|---|
level |
Optional. Criticality level. Can contain only lowercase letters, numeric characters, underscores, and dashes. Can have a maximum length of 63 characters. Deprecated: Please refer to type instead. |
mission_critical |
Optional. Indicates mission-critical Application, Service, or Workload. Deprecated: Please refer to type instead. |
type |
Required. Criticality Type. |
Type
Criticality Type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified type. |
MISSION_CRITICAL |
Mission critical service, application or workload. |
HIGH |
High impact. |
MEDIUM |
Medium impact. |
LOW |
Low impact. |
Environment
Environment of the Application, Service, or Workload
Fields | |
---|---|
environment |
Optional. Environment name. Can contain only lowercase letters, numeric characters, underscores, and dashes. Can have a maximum length of 63 characters. Deprecated: Please refer to type instead. |
type |
Required. Environment Type. |
Type
Environment Type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified type. |
PRODUCTION |
Production environment. |
STAGING |
Staging environment. |
TEST |
Test environment. |
DEVELOPMENT |
Development environment. |
Scope
Scope of an application.
Fields | |
---|---|
type |
Required. Scope Type. |
Type
Scope Type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified type. |
REGIONAL |
Regional type. |
GLOBAL |
Global type. |