@itentialopensource/adapter-infoblox_netmri
Version:
This adapter integrates with system described as: Infoblox NetMRI
30 lines • 766 B
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "interfacesSearch",
"enum": [
"interfacesSearch"
],
"external_name": "ph_request_type"
},
"groupID": {
"type": "array",
"description": "A comma-delimited list of internal NetMRI identifier(s) of the device group(s) to which to limit the results.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "GroupID"
}
},
"definitions": {}
}