Skip to content

Commit ab947a0

Browse files
committed
[FLINK-32688][runtime] Updates REST API snapshot.
1 parent 56f00e3 commit ab947a0

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

flink-runtime-web/src/test/resources/rest_api_v1.snapshot

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,42 +1961,6 @@
19611961
"type" : "object",
19621962
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobExceptionsInfoWithHistory",
19631963
"properties" : {
1964-
"root-exception" : {
1965-
"type" : "string"
1966-
},
1967-
"timestamp" : {
1968-
"type" : "integer"
1969-
},
1970-
"all-exceptions" : {
1971-
"type" : "array",
1972-
"items" : {
1973-
"type" : "object",
1974-
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobExceptionsInfo:ExecutionExceptionInfo",
1975-
"properties" : {
1976-
"exception" : {
1977-
"type" : "string"
1978-
},
1979-
"task" : {
1980-
"type" : "string"
1981-
},
1982-
"location" : {
1983-
"type" : "string"
1984-
},
1985-
"endpoint" : {
1986-
"type" : "string"
1987-
},
1988-
"timestamp" : {
1989-
"type" : "integer"
1990-
},
1991-
"taskManagerId" : {
1992-
"type" : "string"
1993-
}
1994-
}
1995-
}
1996-
},
1997-
"truncated" : {
1998-
"type" : "boolean"
1999-
},
20001964
"exceptionHistory" : {
20011965
"type" : "object",
20021966
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:JobExceptionsInfoWithHistory:JobExceptionHistory",

0 commit comments

Comments
 (0)