UNPKG

@itentialopensource/adapter-onap_so

Version:

This adapter integrates with system described as: onap_so.

50 lines 1.47 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": false, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "deactivateAndCloudDeleteVfModuleInstance", "enum": [ "deactivateAndCloudDeleteVfModuleInstance", "enablePort", "disablePort", "activatePort", "deactivatePort", "addRelationships", "scaleOutVfModule", "inPlaceSoftwareUpdate", "applyUpdatedConfig", "createServiceInstance", "activateServiceInstance", "deactivateServiceInstance", "deleteServiceInstance", "assignServiceInstance", "unassignServiceInstance", "createPortConfiguration", "deletePortConfiguration", "removeRelationships", "createVnfInstance", "replaceVnfInstance", "updateVnfInstance", "deleteVnfInstance", "createVfModuleInstance", "replaceVfModuleInstance", "updateVfModuleInstance", "deleteVfModuleInstance", "createVolumeGroupInstance", "updateVolumeGroupInstance", "deleteVolumeGroupInstance", "createNetworkInstance", "updateNetworkInstance", "deleteNetworkInstance" ], "external_name": "ph_request_type" } }, "definitions": {} }