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