UNPKG

@itentialopensource/adapter-sevone

Version:
150 lines 4.06 kB
{ "actions": [ { "name": "getPeersUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/peers?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getPeersUsingGET-default.json" } ] }, { "name": "getClusterSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/peers/clusterSettings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getCurrentPeerUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/peers/current?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getCurrentPeerUsingGET-default.json" } ] }, { "name": "getIncorporateModeUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/peers/incorporateMode?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getIncorporateModeUsingGET-default.json" } ] }, { "name": "editIncorporateModeUsingPATCH", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/api/v1/peers/incorporateMode?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/editIncorporateModeUsingPATCH-default.json" } ] }, { "name": "getPeerUsingGET", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/peers/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getPeerUsingGET-default.json" } ] }, { "name": "getSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/peers/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }