@itentialopensource/adapter-infoblox
Version:
Itential Infoblox Adapter
46 lines • 1.06 kB
JSON
{
"actions": [
{
"name": "getMembers",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/member?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createMember",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/member?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}