UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

193 lines 5.09 kB
{ "actions": [ { "name": "postOrganizationDelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organization/delete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "orgRootZone", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organization/enablerootzone?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "isRootZoneEnabled", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organization/isrootzoneenabled?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "rootZoneEnabledList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organization/rootzoneenabledlist?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/rootZoneEnabledList-default.json" } ] }, { "name": "organizationPage", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organization/search?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/organizationPage-default.json" } ] }, { "name": "getOrganizationGet", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organization/get?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getOrganizationGet-default.json" } ] }, { "name": "postOrganizationUpdate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organization/update?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getOrganizationList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organization/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getOrganizationList-default.json" } ] }, { "name": "postOrganizationAdd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organization/add?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }