UNPKG

@itentialopensource/adapter-menmice_micetro

Version:

This adapter integrates with system described as: menandmice.

106 lines 2.61 kB
{ "actions": [ { "name": "createDHCPScope", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/DHCPScopes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getDHCPScopes", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/DHCPScopes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateDHCPScope", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/DHCPScopes/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getDHCPScopeById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/DHCPScopes/{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": "deleteDHCPScope", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/DHCPScopes/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }