Versions Compared

Key

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

...

Panel
titleGeneral Operations

Initialize

  • Purpose: Provides all information needed to initialization the Bridge Ingest App
  • Request:  POST https://host:port/bridgesnapshot/init
  • Request Body: JSON in format:

    Code Block
    {
     "originatorEmailAddress" : "${bridge.originatorEmailAddress}",
     "duracloudEmailAddresses" : ["${bridge.duracloudEmailAddress}"],
     "dpnEmailAddresses" : ["${bridge.dpnEmailAddress}"],
     "duracloudUsername" : "${bridge.duracloudUsername}",
     "duracloudPassword" : "${bridge.duracloudPassword}",
     "awsAccessKey" : "${aws.accessKey}",
     "awsSecretKey" : "${aws.secretKey}",
     "databaseUser" : "${bridge.database.username}",
     "databasePassword" : "${bridge.database.password}",
     "databaseURL" : "${bridge.database.url}",
     "contentDirRoot" : "${bridge.contentDirRoot}",
     "workDir" : "${bridge.workDir}",
     "clean" : "${bridge.clean}"
    }
  • Response Code: 200 (on success)
  • Response Body: JSON:

    Code Block
    {"message" : "success!"}

Version

Panel
titleIngest Operations

Create Snapshot

  • Purpose: Performs a snapshot action
  • Request: PUT https://host:port/bridgesnapshot/snapshots/(snapshotId)
  • Request Body:

    Code Block
    {
     "host" : "",
     "port" : "",
     "storeId" : "",
     "spaceId" : ""
    } 
    • host - DNS host of DuraCloud instance from which snapshot can be taken
    • port - Port on which DuraCloud applications are available
    • storeID - Identifier of Chronopolis staging storage provider on DuraCloud instance
    • spaceID - Identifier of space in which snapshot content resides

  • Response Code: 200 (on success)
  • Response Body: JSON:

    Code Block
    {
      "snapshotId" : "",
      "status": ""
    }

List All Snapshots

Snapshot Status

Panel
titleRestore Operations

Restore Snapshot

 

 

Code Block
{"status" : ""}

 

Restore Complete

 

 

 

Code Block
{"status" : ""}