SapData
SapData
This type represents the information related to a SAP of a NS. It shall comply with the provisions defined in Table 6.5.3.10-1.
JSON Example
{
"sapdId": "string",
"sapName": "string",
"description": "string",
"sapProtocolData": [
{
"layerProtocol": "string",
"ipOverEthernet": {
"macAddress": "string",
"ipAddresses": [
{
"type": "string",
"fixedAddresses": [
"string"
],
"numDynamicAddresses": 0,
"addressRange": {
"minAddress": "string",
"maxAddress": "string"
},
"subnetId": "string"
}
]
}
}
]
}
string
sapName
Required
Human readable name for the SAP.
string
description
Required
Human readable description for the SAP.
array of CpProtocolData
sapProtocolData
Optional
Parameters for configuring the network protocols on the SAP.