UNPKG

@itentialopensource/adapter-infoblox_netmri

Version:

This adapter integrates with system described as: Infoblox NetMRI

46 lines 1.07 kB
{ "actions": [ { "name": "devicesShow", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/devices/show?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "devicesIndex", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/devices/index?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }