Show Project Details#
プロジェクトの詳細を表示します。
APIエンドポイント#
リージョン | APIエンドポイント |
---|---|
西日本リージョン3の場合 | https://identity.jp-west-3.cloud.global.fujitsu.com |
東日本リージョン3の場合 | https://identity.jp-east-3.cloud.global.fujitsu.com |
HTTPメソッドとURI#
GET
/v3/projects/{project_id}
HTTPステータスコード#
正常時:200
エラー時:400, 401, 403, 404, 409, 500, 501, 503
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
project_id | path | string | 必須 | プロジェクトID |
レスポンスボディ(正常系)の説明#
名前 | Type | Description |
---|---|---|
project | object | プロジェクトオブジェクト |
description | string | プロジェクトの説明 |
domain_id | string | ドメインID |
enabled | boolean | プロジェクトの有効/無効設定 |
id | string | プロジェクトID |
links | object | プロジェクトへのリンクURL |
name | string | プロジェクト名 |
レスポンス例#
{ "project": { "description": "my create project", "domain_id": "--domain-id--", "enabled": true, "id": "--project-id--", "links": { "self": "http://identity.jp-east-1.cloud.global.fujitsu.com/v3/projects/--project-id--" }, "name": "projectname" } }