@itentialopensource/adapter-bluecat
Version:
This adapter integrates with system described as: BlueCat ProteusAPI.
84 lines • 2.14 kB
JSON
{
"actions": [
{
"name": "cleanBrokenTrustRelationship",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/cleanBrokenTrustRelationship?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "configureReplication",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/configureReplication?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "exchangeKeyBundles",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/exchangeKeyBundles?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/exchangeKeyBundles-default.json"
}
]
},
{
"name": "moveIP4Object",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v1/moveIP4Object?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}