Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRH Cloud event update #14

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 50 additions & 12 deletions jsonschema/equinix/resource_manager/v1/ChangeEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,60 @@
"examples": [],
"package": "equinix.resource_manager.v1",
"datatype": "equinix.resource_manager.v1.ChangeEvent",
"cloudeventTypes": [
],
"domain": "Equinix Resource Manager ChangeEvent",
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Data",
"definitions": {
"SpecVersion": {
timmy-equinix marked this conversation as resolved.
Show resolved Hide resolved
"type": "string",
"description": "Version of the CloudEvent specification."},
"Source": {
"type": "string",
"description": "The source of the event."
},
"Id": {
"type": "string",
"description": "Unique identifier for the event."
},
"Type": {
"type": "string",
"description": "Type of the resource event."
},
"Time": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the event occurred."
},
"Subject": {
"type": "string",
"description": "Subject of the event."
},
"DataContentType": {
"type": "string",
"description": "The content type of the data."
},
"DataSchema": {
"type": "string",
"description": "The schema of the data."
},
"SeverityNumber": {
"type": "integer",
"description": "Numeric severity level of the event."
},
"SeverityText": {
"type": "string",
"description": "Text representation of the severity."
},
"EquinixProject": {
"type": "string",
"description": "The Equinix project associated with the event."
},
"EquinixOrganization": {
"type": "string",
"description": "The Equinix organization associated with the event."
},
"Data": {
"properties": {
"resource": {
Expand All @@ -31,17 +81,5 @@
"title": "Resource",
"description": "Schema of the resource that fired the event"
}
},
timmy-equinix marked this conversation as resolved.
Show resolved Hide resolved
"cloudeventTypes": {
"released": [],
"preview": []
},
"metricNames": {
"released": [],
"preview": []
},
"alertNames": {
"released": [],
"preview": []
}
}
Loading