v1

latestOpenAPI 3.0.02026-07-1410578280.2 KB
Plugin

Get plugin privileges

get/plugins/privileges

Query parameters

remotestring required

The name of the plugin. The :latest tag is optional, and is the default if omitted.

Response

no error

Descriptionstring
Namestring
Valuestring[]

Example response

[
  {
    "Description": "",
    "Name": "network",
    "Value": [
      "host"
    ]
  },
  {
    "Description": "",
    "Name": "mount",
    "Value": [
      "/data"
    ]
  },
  {
    "Description": "",
    "Name": "device",
    "Value": [
      "/dev/cpu_dma_latency"
    ]
  }
]