# 一致性存储web管理平台

### 服务说明

[存储服务](/tarsdocs/fu-wu-kuo-zhan/storage.md)对应的管理平台(要求storageserver版本>=v1.1.1)

* StorageServer的管理服务, 能够管理数据表以及增删数据.
* 安装后, 作为插件形式存在, 通过TarsWeb上的插件打开, 如下图:

![首页](/files/zOQXUUIwVfqNzaifVASC)

### 管理存储数据

* 如图点击左上角, 录入实际存储服务的Obj, 关联存储服务.
* 关联后, 会展示存储服务的表和队列
* 你可以增删改查相关的数据
* 注意有权限管理

![首页](/files/JAY2Ybbgf8QtK1I0GLvG)

### 权限说明

* 数据权限和tarsweb上的权限打通
* 当用户在tarsweb平台拥有存储服务的开发权限, 数据可写
* 当用户在tarsweb平台拥有存储服务的运维权限, 数据可读/可写


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tarscloud.gitbook.io/tarsdocs/fu-wu-kuo-zhan/storage-web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
