@itentialopensource/adapter-bluecat
Version:
This adapter integrates with system described as: BlueCat ProteusAPI.
64 lines • 1.53 kB
JSON
{
"actions": [
{
"name": "addTFTPFile",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/addTFTPFile?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "FORM",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "addTFTPFolder",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/addTFTPFolder?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "addTFTPGroup",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/addTFTPGroup?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}