Skip to content

List container volumes

Request

Requires node-exec::read permission.

Security
JWTAuthorizer
Path
containerIDstringrequired

Container ID

clusterFQDNstringrequired

Node FQDN

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/cluster/{clusterFQDN}/exec/container/{containerID}/volume' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
Array [
encryptedboolean

Encrypted

namestring

Volume name

Example:"myvolume"
]
Response
[ { "encrypted": true, "name": "myvolume" } ]