@itentialopensource/adapter-docker
Version:
This adapter integrates with system Docker
214 lines • 5.59 kB
JSON
{
"actions": [
{
"name": "getPlugins",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/plugins?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getPlugins-default.json"
}
]
},
{
"name": "getPluginsprivileges",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/plugins/privileges?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getPluginsprivileges-default.json"
}
]
},
{
"name": "postPluginspull",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/plugins/pull?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getPluginsnamejson",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/plugins/{pathv1}/json?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getPluginsnamejson-default.json"
}
]
},
{
"name": "deletePluginsname",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/plugins/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/deletePluginsname-default.json"
}
]
},
{
"name": "postPluginsnameenable",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/plugins/{pathv1}/enable?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postPluginsnamedisable",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/plugins/{pathv1}/disable?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postPluginscreate",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/plugins/create?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postPluginsnamepush",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/plugins/{pathv1}/push?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "postPluginsnameset",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/plugins/{pathv1}/set?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}