Skip to content

Commit 4715930

Browse files
authored
Add operational state changes (#82)
1 parent f320ea8 commit 4715930

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

jsonschema/equinix/fabric/v1/ChangeEvent.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
"$ref": "#/definitions/Change",
9393
"additionalProperties": true,
9494
"description": "Change information for the resource that fired the event"
95+
},
96+
"operation": {
97+
"$ref": "#/definitions/Operation",
98+
"additionalProperties": true,
99+
"description": "Operational status of resource that fired the event"
95100
}
96101
},
97102
"additionalProperties": true,
@@ -154,6 +159,18 @@
154159
"type": "object",
155160
"title": "ChangeData",
156161
"description": "ChangeData attribute schema"
162+
},
163+
"Operation": {
164+
"properties": {
165+
"operationalStatus": {
166+
"type": "string",
167+
"description": "Operational status for the resource target of the event"
168+
}
169+
},
170+
"additionalProperties": true,
171+
"type": "object",
172+
"title": "Operation",
173+
"description": "Operation attribute schema"
157174
}
158175
},
159176
"cloudeventTypes": [
@@ -961,7 +978,7 @@
961978
"description": "Router Command state changed to deleted",
962979
"sloCategoryCode": "BLUE_EVENT_SLO",
963980
"releaseStatus": "released"
964-
}
981+
}
965982
],
966983
"metricNames": [],
967984
"alertNames": []

0 commit comments

Comments
 (0)