POST /plugins/{name}/enable
endpoint.curl --location --request POST '/v1.33/plugins/pull?remote=' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"Description": "",
"Name": "network",
"Value": [
"host"
]
},
{
"Description": "",
"Name": "mount",
"Value": [
"/data"
]
},
{
"Description": "",
"Name": "device",
"Value": [
"/dev/cpu_dma_latency"
]
}
]'
{}