Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PUT /api/repair/fulfillments/<id>/status

PUT /api/repair/fulfillments/<id>/validated

PUT /api/repair/fulfillemnts/<id>/complete

...

Code Block
languagejs
collapsetrue
{
"id": 3,
"repair": 1,
"createdAt": "2017-03-15T19:22:29Z",
"updatedAt": "2017-03-15T19:22:29Z",
"to": "node-with-corrupt-file",
"from": "node-with-valid-file",
"type" "ace|node-to-node|ingest",
"credentials": { ... },
"status": "staging|ready|complete|failed",
"cleaned": true|false,
"validated": true|false
}

Credentials ACE

...