UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

256 lines 6.88 kB
{ "actions": [ { "name": "getMsgcertmgmtCertlist", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/msgcertmgmt/certlist?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getMsgcertmgmtCertlist-default.json" } ] }, { "name": "postMsgcertmgmtDuplicateAlias", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/duplicateAlias?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getMsgcertmgmtCertValidate", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/msgcertmgmt/certValidate?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getMsgcertmgmtCertValidate-default.json" } ] }, { "name": "getMsgcertmgmtAllcertValidDays", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/msgcertmgmt/allcertValidDays?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getMsgcertmgmtAllcertValidDays-default.json" } ] }, { "name": "postMsgcertmgmtCertDelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/certDelete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postMsgcertmgmtChangeKeystorePassword", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/changeKeystorePassword?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postMsgcertmgmtJettyRestart", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/jettyRestart?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "keystorageValidate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/keystoreValidate?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/keystorageValidate-default.json" } ] }, { "name": "msgcertificateImport", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/msgcertImport?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "msgcreateSelfSignedCert", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/createSelfSignedCert?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "certPublishToRemotes", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/msgcertmgmt/certPublish?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "truststoreDownload", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/msgcertmgmt/truststoreDownload?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }