@itentialopensource/adapter-infoblox
Version:
Itential Infoblox Adapter
109 lines • 2.85 kB
JSON
{
"actions": [
{
"name": "getExtensibleAttributeDefinition",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/extensibleattributedef?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createExtensibleAttributeDefinition",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/extensibleattributedef?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getExtensibleAttributeDefinitionById",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/extensibleattributedef/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateExtensibleAttributeDefinition",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/extensibleattributedef/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteExtensibleAttributeDefinition",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/extensibleattributedef/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}