available
ogc-api-processes
POST then GET/DELETE /ogc/processes/processes/{processId}/execution; /ogc/processes/jobs/{jobId}; /ogc/processes/jobs/{jobId}/resultsThe gallery fixture must pin all four exchanges and verify paths, status progression, cancellation behavior, and result key.
Open GET endpoint ↗{
"method": "POST then GET/DELETE",
"endpoint": "http://127.0.0.1:8080/ogc/processes/processes/geometry.buffer/execution",
"payload": {
"headers": {
"Prefer": "respond-async",
"Content-Type": "application/json"
},
"body": {
"inputs": {
"inputGeoJson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{\"id\":1},\"geometry\":{\"type\":\"Point\",\"coordinates\":[-157.8583,21.3069]}}]}",
"distance": 100
}
}
}
}{
"submit": {
"jobID": "fixture-buffer-1",
"processID": "geometry.buffer",
"status": "accepted"
},
"statusSequence": [
"accepted",
"running",
"successful"
],
"resultsContain": "outputFeatureLayer"
}