Processes

retrieve a process description

The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. That said, the Core requirements class makes the following recommendation:

Implementations SHOULD consider supporting the OGC process description.

For more information, see Section 7.10.

get/processes/{processID}

Path parameters

processIDstring required

Response

A process description.

titlestring
descriptionstring
keywordsstring[]
idstring required
versionstring required
jobControlOptionsJobControlOptions[]
outputTransmissionTransmissionMode[]
{"stackTrail":"components:schemas:process:allOf:properties:inputs","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:process:allOf:properties:outputs","oasType":"schema","type":"unknown"}

Example response

{
  "links": [
    {
      "rel": "service",
      "type": "application/json",
      "hreflang": "en"
    }
  ]
}

Changes

Changed in 3 of the 5 revisions of this API.417

    • api tag Processes added

      api-tag-added

    • api tag ProcessDescription removed

      api-tag-removed

  • a31400203d4513See the full diff
    • added the new path request parameter processID

      new-request-path-parameter

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 404

      response-media-type-added

    • added the media type text/html for the response with the status 404

      response-media-type-added

  • 6e199f8a91c5312See the full diff
    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • removed the media type application/json for the response with the status 404

      response-media-type-removed

    • removed the media type text/html for the response with the status 404

      response-media-type-removed

    • deleted the path request parameter processID

      request-parameter-removed

    • api tag ProcessDescription added

      api-tag-added

    • api tag Processes removed

      api-tag-removed

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog