Skip to content

Commit

Permalink
CRH Cloud event update
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-equinix committed Dec 18, 2024
1 parent f8bfc0b commit b608cc3
Showing 1 changed file with 50 additions and 12 deletions.
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": {
"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"
}
},
"cloudeventTypes": {
"released": [],
"preview": []
},
"metricNames": {
"released": [],
"preview": []
},
"alertNames": {
"released": [],
"preview": []
}
}

0 comments on commit b608cc3

Please sign in to comment.