镜像服务 IMS-获取镜像成员详情:响应消息

时间:2025-04-29 11:44:25

响应消息

  • 响应参数

    参数

    参数类型

    描述

    status

    String

    共享状态。

    created_at

    String

    共享时间,格式为UTC时间。

    updated_at

    String

    更新时间,格式为UTC时间。

    image_id

    String

    镜像ID。

    member_id

    String

    成员ID。

    schema

    String

    共享视图。

    member_type

    String

    共享成员类型

    urn

    String

    共享组织的URN

    仅当member_type类型为organization时,才会返回urn字段。

  • 响应样例
    STATUS CODE 200
     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    {
         "status": "accepted",
         "created_at": "2023-08-23T04:09:12Z",
         "updated_at": "2023-08-23T04:09:12Z",
         "image_id": "370befec-a369-475e-a224-44a45927a8fe",
         "member_id": "ou-qdjrky7i07higfa4f6reqv9etybmp4ng",
         "schema": "/v2/schemas/member",
         "member_type": "organization",
         "urn": "organizations::6c031a41eefc480bb60f20c003891fcd:ou:o-z5142zmm6p5cumsxralfljeb3qrwqamd/ou-qdjrky7i07higfa4f6reqv9etybmp4ng"
    }
    
support.huaweicloud.com/api-ims/ims_03_0660.html