-
Notifications
You must be signed in to change notification settings - Fork 2
Volume API Docs
Daryl edited this page Oct 28, 2022
·
2 revisions
All important API calls that belong in /api/volume
GET /api/volume/id
{ "response": Array }
GET /api/volume/info/:volume_id
{ "response": {
"CreatedAt": String,
"Driver": String,
"Labels": Mixed,
"Mountpoint": String,
"Name": String,
"Options": Mixed,
"Scope": String
} }