UNPKG

@itentialopensource/adapter-nexus_repository

Version:

This adapter integrates with system described as: nexusRepositoryManagerRestApi.

86 lines 2.26 kB
{ "actions": [ { "name": "removeCertificate", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/beta/security/ssl/truststore/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getTrustStoreCertificates", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/beta/security/ssl/truststore?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTrustStoreCertificates-default.json" } ] }, { "name": "addCertificate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/beta/security/ssl/truststore?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "retrieveCertificate", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/beta/security/ssl?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/retrieveCertificate-default.json" } ] } ] }