4.2. API エンドポイント
以下の API エンドポイントを利用できます。
/api/v1/componentstatuses
-
GET
: 種類のオブジェクトをリスト表示する ComponentStatus
-
/api/v1/componentstatuses/{name}
-
GET
: 指定された ComponentStatus を読み取ります
-
4.2.1. /api/v1/componentstatuses
- HTTP メソッド
-
GET
- 説明
- 種類のオブジェクトをリスト表示する ComponentStatus
HTTP コード | 応答本文 |
---|---|
200 - OK |
|
401 - Unauthorized | 空白 |
4.2.2. /api/v1/componentstatuses/{name}
パラメーター | タイプ | 説明 |
---|---|---|
|
| ComponentStatus の名前 |
- HTTP メソッド
-
GET
- 説明
- 指定された ComponentStatus を読み取ります
HTTP コード | 応答本文 |
---|---|
200 - OK |
|
401 - Unauthorized | 空白 |