Versions Compared

Key

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

...

  • Purpose: Allows the DDP to inform the Bridge that a deposit has completed.
  • Request: POST /bridge/deposit/{filegroup-id}
  • Response Code: 200 (on success)

Complete Delete

  • Purpose: Allows the DDP to inform the Bridge that a delete has completed.
  • Request: POST /bridge/delete/{delete-id}
  • Response Code: 200 (on success)

Complete Restore

  • Purpose: Allows the DDP to inform the Bridge that a restore has completed.
  • Request: POST /bridge/restore/{restore-id}
  • Response Code: 200 (on success)

...