blob: 188bcd9b5507981aac521bad25c3c454b1c116d8 [file] [log] [blame]
Ratan Gupta9a2f9022018-04-19 15:28:05 +05301description: >
2 This defines the network endpoint.
3 Application which wants to keep the network endpoint info
4 can use this interface.
5 e.g: Network endpoint could be SNMP mangers or LDAP servers etc.
6properties:
7 - name: Address
8 type: string
9 description: >
10 The value of this property can be IP/hostname of the network endpoint.
Deepak Kodihallicbe88432018-08-28 09:16:42 -050011 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050012 - xyz.openbmc_project.Common.Error.InvalidArgument
13 - xyz.openbmc_project.Common.Error.InternalFailure
Ratan Gupta9a2f9022018-04-19 15:28:05 +053014 - name: Port
15 type: uint16
16 description: >
17 The value of this property is the network port number.
Deepak Kodihallicbe88432018-08-28 09:16:42 -050018 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050019 - xyz.openbmc_project.Common.Error.InternalFailure