UNPKG

@itentialopensource/adapter-etsi_sol003

Version:

This adapter integrates with system described as: ETSI sol003

88 lines 2.54 kB
{ "actions": [ { "name": "getVnfSnapshotPackages", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfsnapshotpkgm/v1/vnf_snapshot_packages?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getVnfSnapshotPackages-default.json" } ] }, { "name": "getVnfSnapshotPackagesVnfSnapshotPkgId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfsnapshotpkgm/v1/vnf_snapshot_packages/{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/getVnfSnapshotPackagesVnfSnapshotPkgId-default.json" } ] }, { "name": "getVnfSnapshotPackagesVnfSnapshotPkgIdPackageContent", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfsnapshotpkgm/v1/vnf_snapshot_packages/{pathv1}/package_content?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getVnfSnapshotPackagesVnfSnapshotPkgIdArtifactsArtifactPath", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfsnapshotpkgm/v1/vnf_snapshot_packages/{pathv1}/artifacts/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }