Skip to content

Commit

Permalink
add back restspec and snapshot json
Browse files Browse the repository at this point in the history
  • Loading branch information
Meeth Gala committed Sep 27, 2023
1 parent 74442ea commit e675e50
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name" : "jobExecutions",
"namespace" : "org.apache.gobblin.rest",
"path" : "/jobExecutions",
"schema" : "org.apache.gobblin.rest.JobExecutionQueryResult",
"doc" : "A Rest.li resource for serving queries of Gobblin job executions.\n\ngenerated from: org.apache.gobblin.rest.JobExecutionInfoResource",
"collection" : {
"identifier" : {
"name" : "jobExecutionsId",
"type" : "org.apache.gobblin.rest.JobExecutionQuery",
"params" : "com.linkedin.restli.common.EmptyRecord"
},
"supports" : [ "batch_get", "get" ],
"methods" : [ {
"method" : "get"
}, {
"method" : "batch_get"
} ],
"entity" : {
"path" : "/jobExecutions/{jobExecutionsId}"
}
}
}

0 comments on commit e675e50

Please sign in to comment.