Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

This method does not require authentication and can only be run once.

{table:border=1|cellpadding=5|cellspacing=0|style=
HTML Table
Wiki Markup
border1
cellpadding5
cellspacing0
style
background-color:
#eee
} {tr}{td:style=
Table Row (tr)
Table Cell (td)
style
background-color:
#ccc
}*
Request
URI
*{td} {td}Append {{
Table Cell (td)
Append /api/rest/service
}}
to
the
URL
of
the
CloudSync
instance
{td}{tr} {tr}{td:style=
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Query
Parameters
*{td} {td}_None_{td}{tr} {tr}{td:style=
Table Cell (td)
None
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Request
Formats
*{td} {td}{{[
Table Cell (td)
application/vnd.fcrepo-cloudsync.serviceinit+json
|#serviceInitJSON]}} {{[

application/vnd.fcrepo-cloudsync.serviceinit+xml
|#serviceInitXML]}}{td}{tr} {tr}{td:style=
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Response
Formats
*{td} {td}{{[
Table Cell (td)
application/vnd.fcrepo-cloudsync.serviceinfo+json
|#serviceInfoJSON]}} {{[

application/vnd.fcrepo-cloudsync.serviceinfo+xml
|#serviceInfoXML]}}{td}{tr} {tr}{td:style=
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Typical
Status
Codes
*{td} {td}{{200 Ok}} {{209 Conflict}} if the service is already initialized.{td}{tr} {table}
Table Cell (td)
200 Ok
209 Conflict if the service is already initialized.

Example:

Panel

Request:

No Format
POST /cloudsync/api/rest/service HTTP/1.1
Content-Type: application/vnd.fcrepo-cloudsync.serviceinit+json
Accept: application/vnd.fcrepo-cloudsync.serviceinfo+json
Code Block
{
  serviceInit: {
    initialAdminUsername: "fwilson",
    initialAdminPassword: "puppies1"
  }
}

Response:

No Format
HTTP/1.1 200 OK
Content-Type: application/vnd.fcrepo-cloudsync.serviceinfo+json
Code Block
{
  serviceInfo: {
    buildDate: "2011-10-26 11:50:56 UTC-0400",
    currentUserUri: "https://example.org/path/to/user",
    initialized: false,
    objectSetsUri: "https://example.org/path/to/objectSets",
    objectStoresUri: "https://example.org/path/to/objectStores",
    providerAccountsUri: "https://example.org/path/to/providerAccounts",
    spacesUri: "https://example.org/path/to/spaces",
    taskLogsUri: "https://example.org/path/to/taskLogs",
    tasksUri: "https://example.org/path/to/tasks",
    usersUri: "https://example.org/path/to/users",
    version: "1.0.0"
  }
}

...

This method does not require authentication.

{table:border=1|cellpadding=5|cellspacing=0|style=
HTML Table
Wiki Markup
border1
cellpadding5
cellspacing0
style
background-color:
#eee
} {tr}{td:style=
Table Row (tr)
Table Cell (td)
style
background-color:
#ccc
}*
Request
URI
*{td} {td}Append {{
Table Cell (td)
Append /api/rest/service
}}
to
the
URL
of
the
CloudSync
instance
{td}{tr} {tr}{td:style=
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Query
Parameters
*{td} {td}_None_{td}{tr} {tr}{td:style=
Table Cell (td)
None
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Request
Formats
*{td} {td}_None_{td}{tr} {tr}{td:style=
Table Cell (td)
None
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Response
Formats
*{td} {td}{{[
Table Cell (td)
application/vnd.fcrepo-cloudsync.serviceinfo+json
|#serviceInfoJSON]}} {{[

application/vnd.fcrepo-cloudsync.serviceinfo+xml
|#serviceInfoXML]}}{td}{tr} {tr}{td:style=
Table Row (tr)
Table Cell (td)
stylebackground-color:
#ccc
}*
Typical
Status
Codes
*{td} {td}{{200 Ok}}{td}{tr} {table}
Table Cell (td)
200 Ok

Example:

Panel

Request:

No Format
GET /cloudsync/api/rest/service HTTP/1.1
Accept: application/vnd.fcrepo-cloudsync.serviceinfo+json

Response:

No Format
HTTP/1.1 200 OK
Content-Type: application/vnd.fcrepo-cloudsync.serviceinfo+json
Code Block
{
  serviceInfo: {
    buildDate: "2011-10-26 11:50:56 UTC-0400",
    currentUserUri: "https://example.org/path/to/user",
    initialized: false,
    objectSetsUri: "https://example.org/path/to/objectSets",
    objectStoresUri: "https://example.org/path/to/objectStores",
    providerAccountsUri: "https://example.org/path/to/providerAccounts",
    spacesUri: "https://example.org/path/to/spaces",
    taskLogsUri: "https://example.org/path/to/taskLogs",
    tasksUri: "https://example.org/path/to/tasks",
    usersUri: "https://example.org/path/to/users",
    version: "1.0.0"
  }
}

...

A JSON object with a serviceInfo field whose value is an associative array of the following fields:

{table:border=1|cellpadding=5|cellspacing=0|style=
HTML Table
Wiki Markup
border1
cellpadding5
cellspacing0
style
background-color:
#eee
} {
Table Row (tr)
:
style
=
background-color:
#ccc
}{
Table Cell (td)
}*
Field
*{td}{td}*Description*{td}{td}*Required?*{td}{tr} {tr}{td}{{buildDate}}{td}{td}The date the CloudSync software was built{td}{td}Yes{td}{tr} {tr}{td}{{currentUserUri}}{td}{td}A URI that can be used to get the current user via [GET user|User Resources#getUser]{td}{td}Yes{td}{tr} {tr}{td}{{initialized}}{td}{td}{{true}} if [POST serviceInit|#postServiceInit] has been successfully called on this instance, {{false}} otherwise{td}{td}Yes{td}{tr} {tr}{td}{{objectSetsUri}}{td}{td}The URI to be used for [GET objectSets|Object Set Resources#getObjectSets] and [POST objectSet|Object Set Resources#postObjectSet] requests{td}{td}Yes{td}{tr} {tr}{td}{{objectStoresUri}}{td}{td}The URI to be used for [GET objectStores|Object Store Resources#getObjectStores] and [POST objectStore|Object Store Resources#postObjectStore] requests{td}{td}Yes{td}{tr} {tr}{td}{{providerAccountsUri}}{td}{td}The URI to be used for [GET providerAccounts|DuraCloud Resources#getProviderAccounts] requests{td}{td}Yes{td}{tr} {tr}{td}{{spacesUri}}{td}{td}The URI to be used for [GET spaces|DuraCloud Resources#getSpaces] requests{td}{td}Yes{td}{tr} {tr}{td}{{taskLogsUri}}{td}{td}The URI to be used for [GET taskLogs|Task Log Resources#getTaskLogs] requests{td}{td}Yes{td}{tr} {tr}{td}{{tasksUri}}{td}{td}The URI to be used for [GET tasks|Task Resources#getTasks] and [POST task|Task Resources#postTask] requests{td}{td}Yes{td}{tr} {tr}{td}{{usersUri}}{td}{td}The URI to be used for [GET users|User Resources#getUsers] and [POST user|User Resources#postUser] requests{td}{td}Yes{td}{tr} {tr}{td}{{version}}{td}{td}The version of the CloudSync software{td}{td}Yes{td}{tr} {table}
Table Cell (td)
Description
Table Cell (td)
Required?
Table Row (tr)
Table Cell (td)
buildDate
Table Cell (td)
The date the CloudSync software was built
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
currentUserUri
Table Cell (td)
A URI that can be used to get the current user via GET user
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
initialized
Table Cell (td)
true if POST serviceInit has been successfully called on this instance, false otherwise
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
objectSetsUri
Table Cell (td)
The URI to be used for GET objectSets and POST objectSet requests
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
objectStoresUri
Table Cell (td)
The URI to be used for GET objectStores and POST objectStore requests
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
providerAccountsUri
Table Cell (td)
The URI to be used for GET providerAccounts requests
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
spacesUri
Table Cell (td)
The URI to be used for GET spaces requests
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
taskLogsUri
Table Cell (td)
The URI to be used for GET taskLogs requests
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
tasksUri
Table Cell (td)
The URI to be used for GET tasks and POST task requests
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
usersUri
Table Cell (td)
The URI to be used for GET users and POST user requests
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
version
Table Cell (td)
The version of the CloudSync software
Table Cell (td)
Yes

Example:

Code Block
{
  serviceInfo: {
    buildDate: "2011-10-26 11:50:56 UTC-0400",
    currentUserUri: "https://example.org/path/to/user",
    initialized: false,
    objectSetsUri: "https://example.org/path/to/objectSets",
    objectStoresUri: "https://example.org/path/to/objectStores",
    providerAccountsUri: "https://example.org/path/to/providerAccounts",
    spacesUri: "https://example.org/path/to/spaces",
    taskLogsUri: "https://example.org/path/to/taskLogs",
    tasksUri: "https://example.org/path/to/tasks",
    usersUri: "https://example.org/path/to/users",
    version: "1.0.0"
  }
}

...

A JSON object with a serviceInit field whose value is an associative array of the following fields:

{table:border=1|cellpadding=5|cellspacing=0|style=
HTML Table
Wiki Markup
border1
cellpadding5
cellspacing0
style
background-color:
#eee
} {
Table Row (tr)
:
style
=
background-color:
#ccc
}{
Table Cell (td)
}*
Field
*{td}{td}*Description*{td}{td}*Required?*{td}{tr} {tr}{td}{{initialAdminUsername}}{td}{td}The username of the initial admin user.{td}{td}Yes{td}{tr} {tr}{td}{{initialAdminPassword}}{td}{td}The password of the initial admin user.{td}{td}Yes{td}{tr} {table}
Table Cell (td)
Description
Table Cell (td)
Required?
Table Row (tr)
Table Cell (td)
initialAdminUsername
Table Cell (td)
The username of the initial admin user.
Table Cell (td)
Yes
Table Row (tr)
Table Cell (td)
initialAdminPassword
Table Cell (td)
The password of the initial admin user.
Table Cell (td)
Yes

Example:

Code Block
{
  serviceInit: {
    initialAdminUsername: "fwilson",
    initialAdminPassword: "PuppiesRgr8!"
  }
}

...