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

Network Edge Events Published #12

Open
wants to merge 3 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
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";
shyamchalla marked this conversation as resolved.
Show resolved Hide resolved
],
"preview": []
},
"metricNames": {
Expand Down
Loading