UNPKG

@itentialopensource/adapter-infoblox

Version:
46 lines 1.08 kB
{ "actions": [ { "name": "getRangeByExtensibleAttribute", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/range?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createRange", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/range?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }