@itentialopensource/adapter-etsi_sol005 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +48 -0
- package/CONTRIBUTING.md +158 -0
- package/LICENSE +201 -0
- package/README.md +687 -0
- package/adapter.js +10403 -0
- package/adapterBase.js +1028 -0
- package/entities/.generic/action.json +109 -0
- package/entities/.generic/schema.json +23 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/Alarms/action.json +66 -0
- package/entities/Alarms/mockdatafiles/getAlarms-default.json +126 -0
- package/entities/Alarms/mockdatafiles/getAlarmsAlarmId-default.json +45 -0
- package/entities/Alarms/mockdatafiles/patchAlarmsAlarmId-default.json +3 -0
- package/entities/Alarms/schema.json +21 -0
- package/entities/ApiVersions/action.json +25 -0
- package/entities/ApiVersions/mockdatafiles/getApiVersions-default.json +55 -0
- package/entities/ApiVersions/schema.json +19 -0
- package/entities/CapacityThresholds/action.json +106 -0
- package/entities/CapacityThresholds/mockdatafiles/getCapacityThresholds-default.json +193 -0
- package/entities/CapacityThresholds/mockdatafiles/getCapacityThresholdsCapacityThresholdId-default.json +63 -0
- package/entities/CapacityThresholds/mockdatafiles/patchCapacityThresholdsCapacityThresholdId-default.json +26 -0
- package/entities/CapacityThresholds/mockdatafiles/postCapacityThresholds-default.json +50 -0
- package/entities/CapacityThresholds/schema.json +23 -0
- package/entities/NfviCapacityInfos/action.json +46 -0
- package/entities/NfviCapacityInfos/mockdatafiles/getNfviCapacityInfos-default.json +1457 -0
- package/entities/NfviCapacityInfos/mockdatafiles/getNfviCapacityInfosVimId-default.json +487 -0
- package/entities/NfviCapacityInfos/schema.json +20 -0
- package/entities/NsDescriptors/action.json +210 -0
- package/entities/NsDescriptors/mockdatafiles/getNsDescriptors-default.json +354 -0
- package/entities/NsDescriptors/mockdatafiles/getNsDescriptorsNsdInfoId-default.json +101 -0
- package/entities/NsDescriptors/mockdatafiles/patchNsDescriptorsNsdInfoId-default.json +10 -0
- package/entities/NsDescriptors/mockdatafiles/postNsDescriptors-default.json +136 -0
- package/entities/NsDescriptors/schema.json +83 -0
- package/entities/NsInstances/action.json +186 -0
- package/entities/NsInstances/mockdatafiles/querymultipleNSinstances-default.json +85311 -0
- package/entities/NsInstances/schema.json +27 -0
- package/entities/NsLcmOpOccs/action.json +106 -0
- package/entities/NsLcmOpOccs/mockdatafiles/querymultipleNSLCMoperationoccurrences-default.json +57603 -0
- package/entities/NsLcmOpOccs/schema.json +23 -0
- package/entities/Nslcm/action.json +44 -0
- package/entities/Nslcm/schema.json +20 -0
- package/entities/PmJobs/action.json +127 -0
- package/entities/PmJobs/mockdatafiles/getPmJobs-default.json +122 -0
- package/entities/PmJobs/mockdatafiles/getPmJobsPmJobId-default.json +60 -0
- package/entities/PmJobs/mockdatafiles/getPmJobsPmJobIdReportsReportId-default.json +148 -0
- package/entities/PmJobs/mockdatafiles/patchPmJobsPmJobId-default.json +22 -0
- package/entities/PmJobs/mockdatafiles/postPmJobs-default.json +52 -0
- package/entities/PmJobs/schema.json +24 -0
- package/entities/PnfDescriptors/action.json +210 -0
- package/entities/PnfDescriptors/mockdatafiles/getPnfDescriptors-default.json +113 -0
- package/entities/PnfDescriptors/mockdatafiles/getPnfDescriptorsPnfdInfoId-default.json +57 -0
- package/entities/PnfDescriptors/mockdatafiles/patchPnfDescriptorsPnfdInfoId-default.json +3 -0
- package/entities/PnfDescriptors/mockdatafiles/postPnfDescriptors-default.json +102 -0
- package/entities/PnfDescriptors/schema.json +83 -0
- package/entities/Subscriptions/action.json +86 -0
- package/entities/Subscriptions/mockdatafiles/getSubscriptions-default.json +482 -0
- package/entities/Subscriptions/mockdatafiles/getSubscriptionsSubscriptionId-default.json +152 -0
- package/entities/Subscriptions/mockdatafiles/postSubscriptions-default.json +151 -0
- package/entities/Subscriptions/schema.json +33 -0
- package/entities/Thresholds/action.json +106 -0
- package/entities/Thresholds/mockdatafiles/getThresholds-default.json +34 -0
- package/entities/Thresholds/mockdatafiles/getThresholdsThresholdId-default.json +30 -0
- package/entities/Thresholds/mockdatafiles/patchThresholdsThresholdId-default.json +18 -0
- package/entities/Thresholds/mockdatafiles/postThresholds-default.json +32 -0
- package/entities/Thresholds/schema.json +23 -0
- package/entities/VnfPackages/action.json +292 -0
- package/entities/VnfPackages/mockdatafiles/getVnfPackages-default.json +453 -0
- package/entities/VnfPackages/mockdatafiles/getVnfPackagesVnfPkgId-default.json +204 -0
- package/entities/VnfPackages/mockdatafiles/getVnfPackagesVnfPkgIdExtArtifactsAccess-default.json +14 -0
- package/entities/VnfPackages/mockdatafiles/patchVnfPackagesVnfPkgId-default.json +4 -0
- package/entities/VnfPackages/mockdatafiles/postVnfPackages-default.json +236 -0
- package/entities/VnfPackages/mockdatafiles/putVnfPackagesVnfPkgIdExtArtifactsAccess-default.json +14 -0
- package/entities/VnfPackages/schema.json +32 -0
- package/entities/VnfSnapshotPackages/action.json +289 -0
- package/entities/VnfSnapshotPackages/mockdatafiles/getVnfSnapshotPackages-default.json +227 -0
- package/entities/VnfSnapshotPackages/mockdatafiles/getVnfSnapshotPackagesVnfSnapshotPkgId-default.json +268 -0
- package/entities/VnfSnapshotPackages/mockdatafiles/patchVnfSnapshotPackagesVnfSnapshotPkgId-default.json +5 -0
- package/entities/VnfSnapshotPackages/mockdatafiles/postVnfSnapshotPackages-default.json +146 -0
- package/entities/VnfSnapshotPackages/schema.json +32 -0
- package/entities/VnfSnapshots/action.json +66 -0
- package/entities/VnfSnapshots/mockdatafiles/queryVNFsnapshots-default.json +1694 -0
- package/entities/VnfSnapshots/schema.json +21 -0
- package/error.json +184 -0
- package/package.json +85 -0
- package/pronghorn.json +18371 -0
- package/propertiesSchema.json +840 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/creationReport.json +279 -0
- package/report/sol005_NSDmgmt_openapi.json +24207 -0
- package/report/sol005_capacity_openapi.json +14837 -0
- package/report/sol005_fault_openapi.json +8757 -0
- package/report/sol005_lifecycle_opneapi.json +61923 -0
- package/report/sol005_lifecycle_opneapi.json-OpenApi3Json.json +24758 -0
- package/report/sol005_package_openapi.json +19471 -0
- package/report/sol005_perf_openapi.json +11124 -0
- package/report/sol005_snapshot_openapi.json +16610 -0
- package/report/updateReport1646246505328.json +95 -0
- package/sampleProperties.json +106 -0
- package/test/integration/adapterTestBasicGet.js +85 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +3685 -0
- package/test/unit/adapterBaseTestUnit.js +944 -0
- package/test/unit/adapterTestUnit.js +4287 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +224 -0
- package/utils/findPath.js +74 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +27 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +169 -0
- package/utils/tbUtils.js +451 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +190 -0
- package/workflows/README.md +3 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.