@itentialopensource/adapter-nokia_nsp_sdn
Version:
This adapter integrates with system described as: networkServicesPlatformRestApi-V4.
32 lines • 887 B
JSON
{
"$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": "getLinkTp",
"enum": [
"getLinkTp",
"getV4NspNetL3LinkLinkId",
"patchV4NspNetL3LinkLinkUuid",
"getV4NspNetL3NetworkNetworkId",
"getV4NspNetL3Networks",
"getV4NspNetL3NodeNodeId",
"getNodesRouter",
"getNodesSite",
"getV4NspNetL3TerminationPointTpId",
"getTerminationPointReverse",
"getTerminationPointsNodeip",
"deleteTopologyReferencesByDomain",
"deleteTopologyReferencesByLink",
"fetchLinks"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}