UNPKG

@itentialopensource/adapter-nokia_vitalqip

Version:

This adapter integrates with system described as: Nokia Vital QIP

106 lines 2.8 kB
{ "actions": [ { "name": "getDnsServerTemplate", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/{pathv1}/dnsservertemplate/{pathv2}{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteDnsServerTemplate", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v1/{pathv1}/dnsservertemplate/{pathv2}/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createDNSServerTemplate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/{pathv1}/dnsservertemplate?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "modifyDnsServerTemplate", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v1/{pathv1}/dnsservertemplate?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "searchDnsServerTemplate", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/{pathv1}/dnsservertemplate{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/searchDnsServerTemplate-default.json" } ] } ] }