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