6.2. API endpoints
The following API endpoints are available:
/apis/tuned.openshift.io/v1/tuneds-
GET: list objects of kind Tuned
-
/apis/tuned.openshift.io/v1/namespaces/{namespace}/tuneds-
DELETE: delete collection of Tuned -
GET: list objects of kind Tuned -
POST: create a Tuned
-
/apis/tuned.openshift.io/v1/namespaces/{namespace}/tuneds/{name}-
DELETE: delete a Tuned -
GET: read the specified Tuned -
PATCH: partially update the specified Tuned -
PUT: replace the specified Tuned
-
/apis/tuned.openshift.io/v1/namespaces/{namespace}/tuneds/{name}/status-
GET: read status of the specified Tuned -
PATCH: partially update status of the specified Tuned -
PUT: replace status of the specified Tuned
-
6.2.1. /apis/tuned.openshift.io/v1/tuneds 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
- HTTP method
-
GET - Description
- list objects of kind Tuned
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |