UNPKG

@itentialopensource/adapter-eai

Version:

Itential Ericsson Adaptive Inventory Adapter

25 lines 590 B
{ "actions": [ { "name": "getEquipments", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/oci/equipment?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getMultipleEquipments.json" } ] } ] }