统一身份认证服务 IAM-查询终端节点列表:响应示例

时间:2025-02-12 15:14:21

响应示例

状态码为 200 时:

请求成功。

{    "endpoints": [        {            "service_id": "3e93d3eb20b34bfbbdcc81a79c1c3045",            "region_id": "cn-north-1",            "links": {                "next": null,                "previous": null,                "self": "https://iam.myhuaweicloud.com/v3/endpoints/0046cca357c94165b7a10ec2c01bdf60"            },            "id": "0046cca357c94165b7a10ec2c01bdf60",            "interface": "public",            "region": "cn-north-1",            "url": "https://ims.sample.domain.com",            "enabled": true        },        {            "service_id": "5186586acd38461d84b3dbf9f02e33ae",            "region_id": "cn-north-1",            "links": {                "next": null,                "previous": null,                "self": "https://iam.myhuaweicloud.com/v3/endpoints/00d546d4823e452491407284ab26612c"            },            "id": "00d546d4823e452491407284ab26612c",            "interface": "public",            "region": "cn-north-1",            "url": "https://ges.sample.domain.com/v1.0/$(tenant_id)s",            "enabled": true        }    ],    "links": {        "next": null,        "previous": null,        "self": "https://iam.myhuaweicloud.com/v3/endpoints"    }}
support.huaweicloud.com/api-iam/iam_16_0004.html