blob: 8c8eaeb23087f7895004d8a35c70e29ab898b0e5 [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:
12 - 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:
19 - xyz.openbmc_project.Common.Error.InternalFailure