스냅샷 종속 항목 나열
파일 시스템 또는 볼륨에 대한 종속 항목을 나열합니다.
표 12-29 스냅샷 종속 항목 나열 명령 형식
|
|
List Filesystem Dependents
|
/filesystems/{share}/snapshots/{snapshot}/dependents
|
List Volume Dependents
|
lun/{lun}/snapshots/{snapshot}/dependents
|
|
표 12-30 URI 매개변수
|
|
pool
|
시스템 스토리지 풀의 이름
|
project
|
프로젝트 이름
|
filesystem
|
파일 시스템 이름
|
lun
|
LUN 이름
|
|
요청 예:
GET /apistorage/v1/pools/gold/projects/default/filesystems/fs01/
snapshots/snap01/dependents
Accept: application/json
응답 예:
HTTP/1.1 200 OK
X-Zfssa-Storage-Api: 1.0
Content-Type: application/json; charset=utf-8
X-Zfssa-Api-Version: 1.0
{
"dependents": [
{
"project": "rest",
"href": "/api/storage/v1/pools/gold/projects/rest/filesystems/snap01clone01",
"share": "snap01clone01"
},
{
"project": "rest",
"href": "/api/storage/v1/pools/gold/projects/rest/filesystems/snap01clone02",
"share": "snap01clone02"
},
{
"project": "rest",
"href": "/api/storage/v1/pools/gold/projects/rest/filesystems/snap01clone03",
"share": "snap01clone03"
}
]
}