/sys/plugins/runtimes/catalog
LIST plugin runtimes
Method
Path
Parameters
Sample request
$ curl \
--header "X-Vault-Token: ..." \
--request LIST
http://127.0.0.1:8200/v1/sys/plugins/runtimes/catalogSample response
{
"data": {
"runtimes": [
{
"name": "example-plugin-runtime",
"type": "container",
"oci_runtime": "example-oci-runtime",
"cgroup_parent": "/examplelimit/",
"cpu_nanos": 1000,
"memory_bytes": 10000000
},
...
]
}
}Register plugin runtime
Method
Path
Parameters
Sample payload
Sample request
Read plugin runtime
Method
Path
Parameters
Sample request
Sample response
Remove plugin runtime from catalog
Method
Path
Parameters
Sample request
Last updated