Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /display/SP/Execution Platform API taken on 2019-07-24. The original wiki at wiki.opf-labs.org is being decommissioned.

Execution Platform API

Created by Donal Fellows on Feb 10, 2014 · last edited by Donal Fellows · on Feb 10, 2014 (view history)

This document is a draft of the API of the API to the Execution Platform service.

Execution is done by POSTing a Preservation Action Plan document to the Execution Platform service address. On success, this responds with an HTTP 201 and the Location header set to the execution job resource that was created. (You can also do a GET on the execution platform address to find the known execution jobs.)

The execution job resource describes itself on GET, supports DELETE, and has a linked sub-resource (.../notification) that allows the setting of where notifications should be sent. The target location is expected to be within an implementation of the Plan Management API, and will have a notification sent once the plan finishes.