@itentialopensource/adapter-infoblox
Version:
Itential Infoblox Adapter
48 lines • 1.14 kB
JSON
{
"actions": [
{
"name": "uploadFile",
"protocol": "REST",
"method": "POST",
"entitypath": "/http_direct_file_io/{pathv1}/import_records",
"requestSchema": "requestSchema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "FORM",
"responseDatatype": "PLAIN",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "downloadFile",
"protocol": "REST",
"method": "GET",
"entitypath": "/http_direct_file_io/{pathv1}/{pathv2}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "",
"responseDatatype": "PLAIN",
"headers": {
"Content-Type": "application/force-download"
},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}