SapInfo

SapInfo
SapInfo

This type represents an SAP instance. It shall comply with the provisions defined in Table 6.5.3.67-1.

JSON Example
{
    "id": "string",
    "sapdId": "string",
    "sapName": "string",
    "description": "string",
    "sapProtocolInfo": [
        {
            "layerProtocol": "string",
            "ipOverEthernet": {
                "macAddress": "string",
                "ipAddresses": [
                    {
                        "type": "string",
                        "addresses": [
                            "string"
                        ],
                        "isDynamic": false,
                        "addressRange": {
                            "minAddress": "string",
                            "maxAddress": "string"
                        },
                        "subnetId": "string"
                    }
                ],
                "type": "string",
                "addresses": "string",
                "isDynamic": false,
                "addressRange": {
                    "minAddress": "string",
                    "maxAddress": "string"
                },
                "minAddress": "string",
                "maxAddress": "string",
                "subnetId": "string"
            }
        }
    ]
}
id
Required

id

sapdId
Required

sapdId

string
sapName
Required

Human readable name for the SAP instance.

string
description
Optional

Human readable description for the SAP instance.

sapProtocolInfo
Required

Network protocol information for this SAP.

Property Of