Changeset 986 for trunk/docker
- Timestamp:
- Mar 9, 2021, 4:50:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docker/oas.cfg
r985 r986 3 3 rootUrl=http://localhost/ogc-api 4 4 links=/,/api,/conformance,/processes,/jobs 5 paths=/root,/api,/conformance,/processes,/processes/{ id},/jobs,/jobs/{jobID},/jobs/{jobID}/results6 parameters= id,jobID,resultID5 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 12 wsUrl=ws://localhost:8888/ … … 84 84 type=text/hml 85 85 86 [processes/{id}] 86 [processes/{processID}] 87 length=2 87 88 method=get 88 89 title=retrieve a process description … … 92 93 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ProcessDescription.yaml 93 94 ecode=404 94 parameters=/components/parameters/id 95 96 97 [/processes/{id}/jobs] 98 rel=canonical 99 type=application/json 100 title=Process Description 101 102 [processes/{id}/jobs] 103 length=2 104 method=get 105 title=retrieve a list of jobs run 106 abstract=A list of jobs run. 107 tags=JobList 108 tags_description= 109 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/JobList.yaml 110 parameters=/components/parameters/id 111 ecode=404,500 95 parameters=/components/parameters/processID 112 96 method_1=post 113 97 title_1=execute a job … … 116 100 tags_description_1= 117 101 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ExecuteSync.yaml 118 parameters_1=/components/parameters/ id102 parameters_1=/components/parameters/processID 119 103 ecode_1=400,404,500 120 104 eschema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/ExecuteAsync.yaml 121 ep=,/components/parameters/oas-header1122 105 123 106 [/jobs] 124 107 rel=canonical 125 108 type=application/json 126 title= Execute Endpoint109 title=Job Management 127 110 128 111 [jobs] 129 length= 2112 length=1 130 113 method=get 131 114 title=retrieve a list of jobs run … … 156 139 type=text/hml 157 140 158 [/processes/{id}/jobs/{jobID}]159 rel=canonical160 type=application/json161 title=Status162 163 [processes/{id}/jobs/{jobID}]164 length=2165 method=get166 title=The status of a job.167 abstract=The status of a job.168 tags=GetStatus169 tags_description=170 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/Status.yaml171 parameters=/components/parameters/id,/components/parameters/jobID172 method_1=delete173 title_1=Cancel a job174 abstract_1=Cancel the job execution.175 tags_1=Dismiss176 tags_description_1=Cencel a job execution177 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/Status.yaml178 parameters_1=/components/parameters/id,/components/parameters/jobID179 ecode_1=404,500180 181 141 [/jobs/{jobID}] 182 142 rel=canonical … … 202 162 ecode_1=404,500 203 163 204 205 [/processes/{id}/jobs/{jobID}/results]206 rel=canonical207 type=application/json208 title=Get Result209 210 [processes/{id}/jobs/{jobID}/results]211 method=get212 title=The result of a job execution.213 abstract=The result of a job execution.214 tags=GetResult215 tags_description=216 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/responses/Results.yaml217 parameters=/components/parameters/id,/components/parameters/jobID218 ecode=404,500219 ep=,/components/parameters/oas-header2220 221 164 [/jobs/{jobID}/results] 222 165 rel=canonical … … 235 178 ep=,/components/parameters/oas-header2 236 179 237 [/processes/{id}/jobs/{jobID}/result/{resultID}] 238 rel=canonical 239 type=application/json 240 title=Get Result 241 242 [processes/{id}/jobs/{jobID}/result/{resultID}] 243 method=get 244 title=The result of a job execution. 245 abstract=The result of a job execution. 246 tags=GetResult 247 tags_description= 248 schema=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/valueType.yaml 249 parameters=/components/parameters/id,/components/parameters/jobID,/components/parameters/resultID 250 ep=,/components/parameters/oas-header2 251 252 253 [{id}] 180 [{processID}] 254 181 type=string 255 182 title=The id of a process … … 334 261 schema_1=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/statusInfo.yaml 335 262 type_1=application/json 336 title_1= Results received successfully263 title_1=Status received successfully 337 264 state_2=jobFailed 338 uri_2=failedUri i265 uri_2=failedUri 339 266 schema_2=https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/exception.yaml 340 267 type_2=application/json
Note: See TracChangeset
for help on using the changeset viewer.