Command summary
High-level listing of all of the available commands that are covered in this specification.
| Interface | Method | Command | Description |
|---|---|---|---|
| Accounts Listing | GET | <accesser>:8338/accounts | List all storage accounts on the system or under a specific Keystone Domain. |
| Account creation | PUT | <accesser>:8338/accounts/{account.id} | Manually create a storage account. |
| Account retrieval | HEAD | <accesser>:8338/accounts/{account.id} | Retrieve information about a specific storage account. |
| Specific account listing | GET | <accesser>:8338/accounts/{account.id} | Retrieve information about a specific storage account. |
| Account modification | POST | <accesser>:8338/accounts/{account.id} | Update information or the operational behavior of a specific storage account. |
| Account deletion | DELETE | <accesser>:8338/accounts/{account.id} | Delete a storage account. |
| Container/Bucket Listing | GET | <accesser>:8338/accounts/{account.id}/containers | Retrieve the list of containers under a specific storage account. |