Skip to content

Volume API Docs

Daryl edited this page Oct 28, 2022 · 2 revisions

All important API calls that belong in /api/volume

List all volume id

GET /api/volume/id

{ "response": Array }

List inspected info by id

GET /api/volume/info/:volume_id

{ "response": {
    "CreatedAt": String,
    "Driver": String,
    "Labels": Mixed,
    "Mountpoint": String,
    "Name": String,
    "Options": Mixed,
    "Scope": String
} }
Clone this wiki locally