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