更新时间:2022-08-16 GMT+08:00

查询联邦用户可以访问的租户列表

功能介绍

该接口用于查询联邦用户可以访问的租户列表。

URI

GET /v3/OS-FEDERATION/domains

请求

  • 请求样例
    GET /v3/OS-FEDERATION/domains

响应

  • Response Body参数说明

    参数

    是否必选

    类型

    说明

    domains

    array

    租户列表。

    links

    Object

    租户的资源链接。

  • 响应样例
    {
      "domains": [
        {
          "links": {
            "self": "https://sample.domain.com/v3/domains/e31ac82d778b4d128cb6fed37fd72cdb"
          },
          "description": null,
          "name": "exampledomain",
          "enabled": true,
          "id": "e31ac82d778b4d128cb6fed37fd72cdb"
        }
      ],
      "links": {
        "self": "https://sample.domain.com/v3/OS-FEDERATION/domains",
        "previous": null,
        "next": null
      }
    }

状态码

状态码

说明

200

请求成功。

400

请求错误。

401

认证失败。

403

鉴权失败。

405

不允许的方法。

413

请求体过大。

500

内部服务错误。

503

服务不可用。