弹性文件服务 SFS-查询所有共享:响应消息

时间:2024-01-19 10:49:56

响应消息

  • 参数说明

    参数

    参数类型

    描述

    shares

    Array of objects

    详细参数说明请参考share字段说明。

  • share字段说明:

    参数

    参数类型

    描述

    id

    String

    共享的ID。

    links

    Array of objects

    共享请求链接信息。

    name

    String

    共享的名称。

  • 响应样例
    {
       
        "shares": [
        {
            "id": "1390cb29-539b-4926-8953-d8d6b106071a",
            "links": [
            {
                "href": "https://192.168.196.47:8796/v2/f24555bfcf3146ca936d21bcb548687e/shares/1390cb29-539b-4926-8953-d8d6b106071a",
                "rel": "self"
            },
            {
                "href": "https://192.168.196.47:8796/f24555bfcf3146ca936d21bcb548687e/shares/1390cb29-539b-4926-8953-d8d6b106071a",
                "rel": "bookmark"
            }
            ],
            "name": null
        }
    ]
    }
support.huaweicloud.com/api-sfs/sfs_02_0022.html