|
123 | 123 | "description": "The time that the resource that fired the event was created", |
124 | 124 | "format": "date-time" |
125 | 125 | }, |
| 126 | + "updatedDateTime": { |
| 127 | + "type": "string", |
| 128 | + "description": "The time that the resource that fired the event was last updated", |
| 129 | + "format": "date-time" |
| 130 | + }, |
126 | 131 | "data": { |
127 | 132 | "type": "array", |
128 | 133 | "description": "Data of the change event", |
|
1074 | 1079 | "description": "BGP peer ${ipv6_address} (AS ${asn}) session established", |
1075 | 1080 | "sloCategoryCode": "BLUE_EVENT_SLO", |
1076 | 1081 | "releaseStatus": "preview" |
| 1082 | + }, |
| 1083 | + { |
| 1084 | + "name": "equinix.fabric.company_profile.state.pending", |
| 1085 | + "description": "Company profile state changed to pending", |
| 1086 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1087 | + "releaseStatus": "preview" |
| 1088 | + }, |
| 1089 | + { |
| 1090 | + "name": "equinix.fabric.company_profile.state.approved", |
| 1091 | + "description": "Company profile state changed to approved", |
| 1092 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1093 | + "releaseStatus": "preview" |
| 1094 | + }, |
| 1095 | + { |
| 1096 | + "name": "equinix.fabric.company_profile.state.rejected", |
| 1097 | + "description": "Company profile state changed to rejected", |
| 1098 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1099 | + "releaseStatus": "preview" |
| 1100 | + }, |
| 1101 | + { |
| 1102 | + "name": "equinix.fabric.company_profile.tag.attaching", |
| 1103 | + "description": "Company profile tag attaching", |
| 1104 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1105 | + "releaseStatus": "preview" |
| 1106 | + }, |
| 1107 | + { |
| 1108 | + "name": "equinix.fabric.company_profile.tag.approved", |
| 1109 | + "description": "Company profile tag approved", |
| 1110 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1111 | + "releaseStatus": "preview" |
| 1112 | + }, |
| 1113 | + { |
| 1114 | + "name": "equinix.fabric.company_profile.tag.rejected", |
| 1115 | + "description": "Company profile tag rejected", |
| 1116 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1117 | + "releaseStatus": "preview" |
| 1118 | + }, |
| 1119 | + { |
| 1120 | + "name": "equinix.fabric.company_profile.tag.detached", |
| 1121 | + "description": "Company profile tag detached", |
| 1122 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1123 | + "releaseStatus": "preview" |
| 1124 | + }, |
| 1125 | + { |
| 1126 | + "name": "equinix.fabric.company_profile.attribute.changing", |
| 1127 | + "description": "Company profile attribute updating", |
| 1128 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1129 | + "releaseStatus": "preview" |
| 1130 | + }, |
| 1131 | + { |
| 1132 | + "name": "equinix.fabric.company_profile.attribute.approved", |
| 1133 | + "description": "Company profile update approved", |
| 1134 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1135 | + "releaseStatus": "preview" |
| 1136 | + }, |
| 1137 | + { |
| 1138 | + "name": "equinix.fabric.company_profile.attribute.rejected", |
| 1139 | + "description": "Company profile update rejected", |
| 1140 | + "sloCategoryCode": "BLUE_EVENT_SLO", |
| 1141 | + "releaseStatus": "preview" |
1077 | 1142 | } |
1078 | 1143 | ], |
1079 | 1144 | "metricNames": [], |
|
0 commit comments