Storage
Provides the web api for the XSS server
Health
Provides endpoints to determine the health of each node
API | Description |
---|---|
GET health/details |
Detailed health check. |
Admin
Provides the wep api for the Admin portion of the XSS Server
API | Description |
---|---|
GET api/admin/status |
Gets the current status of the server. |
POST api/admin/decrypt |
Decrypts the given string. |
GET api/admin/list/{bucket}/{prefix}?filter={filter}&skip={skip}&limit={limit} |
Lists the contents of a bucket with a given prefix. |
GET api/admin/buckets |
Lists all buckets. |
GET api/admin/download/{bucket}/{path} |
Gets a file located at the given bucket and path. |
GET api/admin/length/{bucket}/{path} |
Gets the file length |
POST api/admin/login |
Authenticates a user. |