Skip to content

Commit

Permalink
Network Edge Events Published
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamchalla committed Dec 14, 2024
1 parent f8bfc0b commit 7480c41
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion jsonschema/equinix/network_edge/v1/ChangeEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,51 @@
"description": "The data within all ChangeEvent events."
},
"Resource": {
"properties": {
"href": {
"type": "string",
"description": "Link to the resource that has generated the event"
},
"type": {
"type": "string",
"description": "Type of the resource generating the event"
},
"uuid": {
"type": "string",
"description": "Equinix assigned unique identifier of the resource generating the event"
},
"name": {
"type": "string",
"description": "Name of the resource generating the event"
},
"status": {
"type": "string",
"description": "Status of the resource generating the event"
},
"description": {
"type": "string",
"description": "Description of the resource generating the event"
}
},
"additionalProperties": true,
"type": "object",
"title": "Resource",
"description": "Schema of the resource that fired the event"
}
},
"cloudeventTypes": {
"released": [],
"released": [
"equinix.network_edge.device.state.created",
"equinix.network_edge.device.state.cancelled",
"equinix.network_edge.device.state.deleted",
"equinix.network_edge.device.state.provisioning",
"equinix.network_edge.device.state.provisioned",
"equinix.network_edge.acl.state.created",
"equinix.network_edge.acl.state.deleted",
"equinix.network_edge.device.acl.updated",
"equinix.network_edge.device.reboot.started",
"equinix.network_edge.device.reboot.completed";
],
"preview": []
},
"metricNames": {
Expand Down

0 comments on commit 7480c41

Please sign in to comment.