4.2. API 끝점
다음 API 끝점을 사용할 수 있습니다.
/api/v1/componentstatuses
-
GET
: 종류의 ComponentStatus 오브젝트 나열
-
/api/v1/componentstatuses/{name}
-
GET
: 지정된 ComponentStatus를 읽습니다.
-
4.2.1. /api/v1/componentstatuses
- HTTP 방법
-
GET
- 설명
- kind ComponentStatus의 오브젝트 나열
HTTP 코드 | 리포지토리 본문 |
---|---|
200 - OK | |
401 - 무단 | 빈 |
4.2.2. /api/v1/componentstatuses/{name}
매개변수 | 유형 | 설명 |
---|---|---|
|
| ComponentStatus의 이름 |
- HTTP 방법
-
GET
- 설명
- 지정된 ComponentStatus 읽기
HTTP 코드 | 리포지토리 본문 |
---|---|
200 - OK |
|
401 - 무단 | 빈 |