@itentialopensource/adapter-onap_sdc
Version:
This adapter integrates with system described as: onap_sdc.
88 lines • 2.36 kB
JSON
{
"actions": [
{
"name": "registerForDistribution",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/registerForDistribution?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/registerForDistribution-default.json"
}
]
},
{
"name": "getValidArtifactTypes",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/artifactTypes?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "unRegisterForDistribution",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/unRegisterForDistribution?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/unRegisterForDistribution-default.json"
}
]
},
{
"name": "getUebServerList",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/distributionUebCluster?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getUebServerList-default.json"
}
]
}
]
}