Changeset 986 for trunk/zoo-project/zoo-kernel/oas.cfg
- Timestamp:
- Mar 9, 2021, 4:50:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/oas.cfg
r967 r986 1 1 [openapi] 2 2 use_content=false 3 rootUrl=http s://myserver/ogc-api4 links=/,/api,/conformance,/processes 5 paths=/root,/api,/conformance,/processes,/processes/{ id},/processes/{id}/jobs,/processes/{id}/jobs/{jobID},/processes/{id}/jobs/{jobID}/results6 parameters= id,jobID,resultID3 rootUrl=http://localhost/ogc-api 4 links=/,/api,/conformance,/processes,/jobs 5 paths=/root,/api,/conformance,/processes,/processes/{processID},/jobs,/jobs/{jobID},/jobs/{jobID}/results 6 parameters=processID,jobID,resultID 7 7 version=3.0.2 8 8 license_name=OGC license 9 license_url=https://raw.githubusercontent.com/opengeospatial/ wps-rest-binding/master/LICENSE10 full_html_support= false9 license_url=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/LICENSE 10 full_html_support=true 11 11 partial_html_support=true 12 wsUrl=wss://demo.mapmint.com:4430/ 13 publisherUrl=http://127.0.0.1/cgi-bin3/publish.py?jobid= 14 io_as_array=true 12 wsUrl=ws://localhost:8888/ 13 publisherUrl=http://localhost/cgi-bin/publish.py?jobid= 15 14 16 15 [/] … … 25 24 tags=Home 26 25 tags_description= 27 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/LandingPage.yaml26 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/LandingPage.yaml 28 27 29 28 [/index.html] … … 41 40 42 41 [api.html] 43 href=http s://demo.mapmint.com/swagger-ui/ogc-api-processes/42 href=http://localhost/swagger-ui/oapip/ 44 43 45 44 [api] … … 62 61 tags=Conformance 63 62 tags_description= 64 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ConformanceDeclaration.yaml63 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ConformanceDeclaration.yaml 65 64 66 65 [/conformance.html] … … 79 78 tags=GetCapabilities 80 79 tags_description= 81 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ProcessList.yaml80 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ProcessList.yaml 82 81 83 82 [/processes.html] … … 85 84 type=text/hml 86 85 87 [processes/{id}] 86 [processes/{processID}] 87 length=2 88 88 method=get 89 89 title=retrieve a process description … … 91 91 tags=ProcessDescription 92 92 tags_description= 93 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ProcessDescription.yaml93 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ProcessDescription.yaml 94 94 ecode=404 95 parameters=/components/parameters/id 96 97 98 [/processes/{id}/jobs] 99 rel=canonical 100 type=application/json 101 title=Process Description 102 103 [processes/{id}/jobs] 104 length=2 105 method=get 106 title=retrieve a list of jobs run 107 abstract=A list of jobs run. 108 tags=JobList 109 tags_description= 110 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/JobList.yaml 111 parameters=/components/parameters/id 112 ecode=404,500 95 parameters=/components/parameters/processID 113 96 method_1=post 114 97 title_1=execute a job … … 116 99 tags_1=Execute Endpoint 117 100 tags_description_1= 118 schema_1=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ExecuteSync.yaml119 parameters_1=/components/parameters/ id101 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ExecuteSync.yaml 102 parameters_1=/components/parameters/processID 120 103 ecode_1=400,404,500 121 eschema_1=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ExecuteAsync.yaml 104 eschema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ExecuteAsync.yaml 105 106 [/jobs] 107 rel=canonical 108 type=application/json 109 title=Job Management 110 111 [jobs] 112 length=1 113 method=get 114 title=retrieve a list of jobs run 115 abstract=A list of jobs run. 116 tags=JobList 117 tags_description= 118 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/JobList.yaml 119 parameters= 120 ecode=404,500 121 method_1=post 122 title_1=execute a job 123 abstract_1=An execute endpoint. 124 tags_1=ExecuteEndpoint 125 tags_description_1= 126 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ExecuteSync.yaml 127 parameters_1= 128 ecode_1=400,404,500 129 eschema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ExecuteAsync.yaml 122 130 ep=,/components/parameters/oas-header1 123 131 … … 125 133 abstract=Mandatory execute request in JSON format 126 134 type=application/json 127 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/execute.yaml 128 129 [/processes/{id}/jobs/{jobID}] 135 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/execute.yaml 136 137 [/jobs.html] 138 rel=alternate 139 type=text/hml 140 141 [/jobs/{jobID}] 130 142 rel=canonical 131 143 type=application/json 132 144 title=Status 133 145 134 [ processes/{id}/jobs/{jobID}]146 [jobs/{jobID}] 135 147 length=2 136 148 method=get … … 139 151 tags=GetStatus 140 152 tags_description= 141 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/Status.yaml142 parameters=/components/parameters/ id,/components/parameters/jobID153 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/Status.yaml 154 parameters=/components/parameters/jobID 143 155 method_1=delete 144 156 title_1=Cancel a job 145 157 abstract_1=Cancel the job execution. 146 158 tags_1=Dismiss 147 tags_description_1=C encel a job execution148 schema_1=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/Status.yaml149 parameters_1=/components/parameters/ id,/components/parameters/jobID159 tags_description_1=Cancel a job execution 160 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/Status.yaml 161 parameters_1=/components/parameters/jobID 150 162 ecode_1=404,500 151 163 152 153 [/processes/{id}/jobs/{jobID}/results] 164 [/jobs/{jobID}/results] 154 165 rel=canonical 155 166 type=application/json 156 167 title=Get Result 157 168 158 [ processes/{id}/jobs/{jobID}/results]169 [jobs/{jobID}/results] 159 170 method=get 160 171 title=The result of a job execution. … … 162 173 tags=GetResult 163 174 tags_description= 164 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/Results.yaml165 parameters=/components/parameters/ id,/components/parameters/jobID175 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/Results.yaml 176 parameters=/components/parameters/jobID 166 177 ecode=404,500 167 178 ep=,/components/parameters/oas-header2 168 179 169 [/processes/{id}/jobs/{jobID}/result/{resultID}] 170 rel=canonical 171 type=application/json 172 title=Get Result 173 174 [processes/{id}/jobs/{jobID}/result/{resultID}] 175 method=get 176 title=The result of a job execution. 177 abstract=The result of a job execution. 178 tags=GetResult 179 tags_description= 180 schema=https://raw.githubusercontent.com/gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/valueType.yaml 181 parameters=/components/parameters/id,/components/parameters/jobID,/components/parameters/resultID 182 ep=,/components/parameters/oas-header2 183 184 185 [{id}] 180 [{processID}] 186 181 type=string 187 182 title=The id of a process … … 214 209 215 210 [conformsTo] 216 rootUrl=http://www.opengis.net/spec/ogcapi-processes/1.0/ conf/211 rootUrl=http://www.opengis.net/spec/ogcapi-processes/1.0/req/ 217 212 rootUrl0=http://www.opengis.net/spec/WPS/2.0/req/service/binding/rest-json/ 218 213 link=core … … 222 217 link_4=dismiss 223 218 link_5=callback 224 length=6 219 link_6=ogc-process-description 220 link_7=html 221 length=8 225 222 226 223 [exception] 227 224 abstract=Exception 228 225 type=application/json 229 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/NotFound.yaml230 default_schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ServerError.yaml226 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/responses/NotFound.yaml 227 default_schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ServerError.yaml 231 228 232 229 [responses] 233 230 length=5 234 231 code=404 235 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/NotFound.yaml232 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/NotFound.yaml 236 233 type=application/json 237 234 title=NotFound 238 235 code_1=500 239 schema_1=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/ServerError.yaml236 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ServerError.yaml 240 237 type_1=application/json 241 238 title_1=ServerError 242 239 code_2=400 243 schema_2=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/InvalidParameter.yaml240 schema_2=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/InvalidParameter.yaml 244 241 type_2=appliction/json 245 242 title_2=InvalidParameter 246 243 code_3=405 247 schema_3=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/NotAllowed.yaml244 schema_3=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/NotAllowed.yaml 248 245 type_3=appliction/json 249 246 title_3=NotAllowed 250 247 code_4=406 251 schema_4=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/responses/NotSupported.yaml248 schema_4=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/NotSupported.yaml 252 249 type_4=appliction/json 253 250 title_4=NotSupported … … 257 254 state=jobSuccess 258 255 uri=successUri 259 schema=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/result.yaml256 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/result.yaml 260 257 type=application/json 261 258 title=Results received successfully 262 259 state_1=jobInProgress 263 260 uri_1=inProgressUri 264 schema_1=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/statusInfo.yaml261 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/statusInfo.yaml 265 262 type_1=application/json 266 title_1= Results received successfully263 title_1=Status received successfully 267 264 state_2=jobFailed 268 uri_2=failedUri i269 schema_2=https://raw.githubusercontent.com/ gfenoy/wps-rest-binding/change-request/95/core/openapi/schemas/exception.yaml265 uri_2=failedUri 266 schema_2=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/exception.yaml 270 267 type_2=application/json 271 268 title_2=Exception received successfully
Note: See TracChangeset
for help on using the changeset viewer.