Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/eoepca 657 #9

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

gfenoy
Copy link
Contributor

@gfenoy gfenoy commented Sep 9, 2022

Aligne ADES 1.0 with OGC API - Processes - Part 1: Core and Par2: Deploy, Replace, Undeploy.

Add swagger-ui demo, including examples illustrating how to deploy, undeploy and execute snuggs-0_3_0 process using Part 1: Core and. From the swagger-ui, please make sure to change the default URL to the API using your user identifier (ie http://HOST:PORT/EOEPCA_USER/wps3/api).

Add the following methods to paths:

  • POST to http://HOST:PORT/EOEPCA_USER/wps3/processes: as defined in Part 2, it returns a Location header pointing to the URL to access the processDescription of the deployed process. The content returned is a processSummary with the mutable attribute addition. Specific support for a requestBody similar to the one used for /processes/DeployProcess/execution.
  • DELETE to http://HOST:PORT/EOEPCA_USER/wps3/processes/{processId}: as defined in Part 2, it removes the {processId} process if it is mutable.

Add DeployProcess.yaml to the Part 3 schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants